Skip to content

docs: fix README links + add docs landing page - #471

Merged
ajianaz merged 2 commits into
mainfrom
develop
Aug 4, 2026
Merged

docs: fix README links + add docs landing page#471
ajianaz merged 2 commits into
mainfrom
develop

Conversation

@ajianaz

@ajianaz ajianaz commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

What

Merge docs fixes from develop to main for production deploy.

  • Fix 10 broken documentation links in README (404 → 200)
  • Add missing landing page content for docs site (docs/index.md)
  • VitePress build passes

Why

  • README links pointed to non-existent codecora.dev/*.html URLs
  • codecora.dev/cora/docs/ rendered blank — no hero or features

Testing

  • All 9 doc pages verified 200 OK
  • Website Build CI passes
  • Deploy workflow tested via workflow_dispatch — builds successfully

ajianaz and others added 2 commits August 3, 2026 14:16
Co-authored-by: ajianaz <ajianaz@users.noreply.github.com>
* docs: fix codecora.dev links to use /cora/docs/ base path

All documentation links in README pointed to non-existent URLs like
codecora.dev/getting-started.html (404). Updated to correct VitePress
routes under codecora.dev/cora/docs/ — all 9 pages verified 200 OK:
getting-started, installation, usage, configuration, providers,
cli-reference, examples, changelog, roadmap.

* docs: add hero + features to landing page index.md

The /cora/docs/ landing page rendered blank — index.md only had
`layout: home` frontmatter with no hero or features. Added 12 feature
cards + hero section matching the uteke docs pattern.

* docs: quote YAML string with colon to fix VitePress build

---------

Co-authored-by: ajianaz <ajianaz@users.noreply.github.com>
@ajianaz
ajianaz merged commit ce06168 into main Aug 4, 2026
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant