Conversation
dimitrieh
force-pushed
the
docs/prev-next-links
branch
from
September 8, 2026 15:41
4a4cb57 to
9fd27c8
Compare
The docs sidebar capitalised every word, which altered 42 of its 117 labels: "Installing a license" read as "Installing A License", "Upgrading the Node-RED version" as "Upgrading The Node-RED Version", and Bosch Rexroth's ctrlX as CtrlX on the two hardware pages named after it. The rule was there to make a section named after its directory look like a word, turning "install" into "Install". Those labels now come from the section's own navTitle, so nothing needs the transform and everything else was collateral. Breadcrumbs carried the same `capitalize`, on the same authored titles, so it goes too. Only the docs sidebar renders `.handbook-nav`: the handbook has its own component with its own markup, and the Eleventy layout that shared the class is no longer used by any page.
dimitrieh
force-pushed
the
docs/nav-title-case
branch
from
September 10, 2026 14:27
b68db06 to
fdc1c37
Compare
👷 Deploy Preview for flowfuse-website processing.
|
dimitrieh
marked this pull request as draft
September 25, 2026 19:27
Contributor
Author
|
FYI: the failing build here isn't caused by this PR. Tracked in https://github.com/FlowFuse/engineering/issues/460. It's resolved now, re-running the checks. |
This branch was successfully deployed
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 docs sidebar capitalised every word, which altered 42 of its 117 labels.
Installing a licenseread asInstalling A License, and Bosch Rexroth'sctrlXasCtrlX.The rule existed to make a section named after its directory look like a word, turning
installintoInstall. Section labels now come from the section's ownnavTitle, so nothing needs the transform. Breadcrumbs carried the samecapitalizeon the same authored titles, so that goes too.Two files: drop
text-transform: capitalizefrom.handbook-nav, dropclass="capitalize"fromBreadcrumbs.vue.Only the docs sidebar renders
.handbook-nav. The handbook has its own component, and no page uses the Eleventy layout that shared the class.Related Issue(s)
None.
Checklist