Drop docs redirect stubs from sidebar nav, redirect renamed doc paths - #5551
Merged
Conversation
Member
Author
|
Depends on FlowFuse/flowfuse#8154 — the redirect targets ( |
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
FlowFuse/flowfuse#8154 renames three underscore-named doc files to fix nuxt-link-checker's no-underscores warning, which was repeating on nearly every docs page via the shared sidebar. Also excludes redirect-only doc pages (Licensing, Community Support) from the sidebar entirely, since linking to them just bounces through a redirect and triggered the same warning on every page. Adds 301s in nuxt/redirects.ts for the old underscore paths so existing links/bookmarks don't 404, and documents in CLAUDE.md that redirects belong in nuxt/redirects.ts, not netlify.toml.
ZJvandeWeg
force-pushed
the
zj-docs-underscore-fixes
branch
from
August 10, 2026 18:54
a03a7a0 to
5d7fcd5
Compare
Member
Author
|
Merging prior to tests finishing as locally this is fine and fixes redirect issues. |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
email_providers.md,user_management.md,aws_terraform.md) to fix nuxt-link-checker'sno-underscoreswarning.nuxt/lib/docs-nav.mjsnow excludes any docs page withredirectfrontmatter (e.g.admin/licensing.md,community-support.md) from the sidebar entirely — linking to them just bounces through a redirect, and since the sidebar renders on every docs page, that warning was repeating ~194 times in link-checker output.nuxt/redirects.tsgets 301s for the three renamed doc paths so existing bookmarks/links don't 404 once docs: Remove underscore paths flowfuse#8154 ships..claude/CLAUDE.mddocuments that redirects belong innuxt/redirects.ts(Nitro route rules), notnetlify.toml(legacy, reserved for domain-alias redirects).Test plan
npm run build:nuxtlocally and confirm/docs/admin/licensing/and/docs/community-support/no longer appear in the docs sidebar/docs/install/email_providers/,/docs/admin/user_management/,/docs/install/kubernetes/aws_terraform/301 to their new paths