-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Description
Fixed broken links in the homepage that were causing build failures.
Changes Made
- Updated the "Get Started" button link from
/docs/indexto/docs - Updated the "Usage Guide" link from
/docs/usage/indexto/docs/usage
Root Cause
The homepage was using incorrect URL patterns that didn't match the Docusaurus configuration. The links were pointing to /docs/index and /docs/usage/index instead of the correct paths /docs and /docs/usage.
Verification
The build now completes successfully without any broken link errors.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation