docs: Remove underscore paths - #8154
Merged
Merged
Conversation
3 tasks
Member
Author
|
FlowFuse/website#5551 depends on this — it adds 301 redirects for the renamed paths and drops the redirect-stub pages ( |
ZJvandeWeg
enabled auto-merge (squash)
August 9, 2026 00:30
allthedoll
approved these changes
Aug 10, 2026
ZJvandeWeg
added a commit
to FlowFuse/website
that referenced
this pull request
Aug 10, 2026
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.
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.
Description
The underscores are not great, visually, and get flagged for SEO purposes. This changes those links.