refactor(docs): fold 'Using Claude' under 'Hydra' as 'Using Hydra'#68
Merged
Merged
Conversation
Spotted on docs.conduction.nl after the Phase 3 merge: 'Hydra' and 'Using Claude' rendered as two separate top-level sections in the sidebar, even though they're one product. The pipeline is Hydra; the developer-facing workflow IS using the Hydra pipeline (via Claude Code under the hood, but the brand and the section name should be Hydra). ## Changes - **website/sidebars.js**: nest the former 'Using Claude' category inside the 'Hydra' category and rename to 'Using Hydra'. Order inside Hydra: Pipeline → Operations → Retrospectives → Using Hydra. - **website/docusaurus.config.js**: navbar 'Claude workflow' link renamed to 'Using Hydra' (still pointing at /claude/ — file paths unchanged for now). Footer 'Documentation' column: add 'Hydra' alongside the renamed 'Using Hydra' link. - **docs/claude/README.md**: rewritten intro framing the section as the driver's-seat view of the Hydra pipeline, linking back to the sibling Hydra section for the internals. - **i18n/nl**: navbar/footer/sidebar labels updated — 'Claude workflow' / 'Using Claude' all replaced by 'Hydra gebruiken'. ## What didn't change - **URLs**: `/claude/*` paths are preserved. Moving them to `/hydra/using-hydra/*` would mean 28 file renames + redirects; worth a separate pass if the URL shape matters. The sidebar reorganisation makes the *navigation* unified without disturbing bookmarks. - **Pipeline / Operations / Retrospectives**: same content, same position inside the Hydra category.
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.
Spotted on docs.conduction.nl after PR #67 merged:
HydraandUsing Clauderendered as two separate top-level sidebar sections, even though they're one product.This PR nests the former Using Claude category inside Hydra and renames it to Using Hydra. Navbar + footer labels follow suit. URLs (
/claude/*) are preserved — file moves would mean 28 renames + redirects; the sidebar reorganisation makes the navigation unified without breaking bookmarks.Sidebar — after
Test plan
npm run build— succeeds; same broken-anchor warning as before (pre-existing in using-claude/README content)