Skip to content

Remove /docs prefix from documentation URLs - #65

Merged
tonyopenbox merged 1 commit into
developfrom
feature/remove-docs-prefix
Mar 12, 2026
Merged

Remove /docs prefix from documentation URLs#65
tonyopenbox merged 1 commit into
developfrom
feature/remove-docs-prefix

Conversation

@tonyopenbox

Copy link
Copy Markdown
Collaborator

The docs live on a dedicated subdomain (docs.openbox.ai), so the /docs/ path segment is redundant. This changes routeBasePath from '/docs' to '/' so URLs like docs.openbox.ai/docs/getting-started become docs.openbox.ai/getting-started.

  • Set routeBasePath: '/' in docs preset config
  • Change docs/index.mdx slug from / to /overview to avoid conflict with homepage
  • Update docsRouteBasePath in search plugin config
  • Update all internal links across 44 files (~200 references)
  • Update footer links in docusaurus.config.js
  • Update README generated files path

The docs live on a dedicated subdomain (docs.openbox.ai), so the /docs/
path segment is redundant. This changes routeBasePath from '/docs' to '/'
so URLs like docs.openbox.ai/docs/getting-started become
docs.openbox.ai/getting-started.

- Set routeBasePath: '/' in docs preset config
- Change docs/index.mdx slug from / to /overview to avoid conflict with homepage
- Update docsRouteBasePath in search plugin config
- Update all internal links across 44 files (~200 references)
- Update footer links in docusaurus.config.js
- Update README generated files path
@vercel

vercel Bot commented Mar 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openbox-document Ready Ready Preview, Comment Mar 12, 2026 5:16am

Request Review

@tonyopenbox
tonyopenbox merged commit 85cd985 into develop Mar 12, 2026
2 checks passed
@tonyopenbox
tonyopenbox deleted the feature/remove-docs-prefix branch March 12, 2026 07:40
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.

2 participants