Skip to content

[bug] Broken Documentation Links Leading to "Page Not Found" Screens #1811

Description

@tejas0711

Which package?

Documentation Website (docs.termui.io)

What happened?

Several documentation links displayed in the sidebar redirect users to a "Page not found" screen instead of loading the expected documentation content.

Examples observed:

  • /docs/getting-started/quickstart
  • /docs/guides/theming
  • /docs/guides/routing
  • /docs/motion/overview
  • /docs/jsx/overview
  • /docs/dev-server/overview

Expected Behavior:
When a user clicks a documentation link from the sidebar, the corresponding documentation page should open successfully.

Actual Behaviour:
The website displays a "Page not found" screen with the message:

"The documentation page doesn't exist yet."
This creates confusion because the pages appear to be available in the navigation menu.

Steps to reproduce

  1. Open https://termui.io/docs
  2. Navigate using the left sidebar.
  3. Click on any of the following pages:
    • Getting Started → Quickstart
    • Guides → Routing
    • Guides → Theming
    • Motion → Overview
    • JSX → Overview
  4. Observe the result.

Expected:
Documentation page loads.

Actual:
"Page not found" screen is displayed.

Following are the issues :

Image Image Image Image Image Image

Metadata

Metadata

Labels

assignedIssue claimed by a contributor.type:bug+10 pts. Bug fix.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions