The root of https://oss.cvoya.com/ redirects to the canonical CVOYA software catalog.
It is a static redirect in index.html; the catalog itself lives in the
cvoya-com/web repository. GitHub Pages serves main at the
repository root, so a merge to main is a deploy.
The CNAME file binds the organization Pages domain to oss.cvoya.com. Do not delete it:
project Pages sites, including the CVOYA Graph documentation under /graph/, depend on that domain.
npx http-server . -p 8765 -c-1 # then open http://localhost:8765/CI runs the same two checks on every push and pull request. Run them locally before pushing:
npm install
npm run validate # html-validate + stylelintBoth are bugs-only rulesets — structural HTML errors and real CSS faults, not formatting.
- Keep the root a redirect. Do not duplicate the software catalog here.
- Do not remove
CNAME; project Pages sites rely on the custom organization domain. .nojekyllis deliberate — it stops Pages running the files through Jekyll.