docs: adopt the theme-owned navbar (docusaurus-theme 0.5.0) - #14
Merged
Merged
Conversation
added 2 commits
September 10, 2026 12:00
…eme 0.5.0 Part 4 of the theme's migration guide. The theme now renders the navbar itself (developer variant, since this site publishes under /developer/) and renders no footer, so the site's navbar and footer blocks go, along with the navbarLogo and footerLogo imports that 0.5.0 removes. The GitHub button moves to the theme's navbarLinks option and its styles go with it.
The install step is lockfile-exact, so the caret range on @vantagecompute/docusaurus-theme alone never picked up a newer 0.5.x: the site sat on whatever release the lockfile was last regenerated against, and every theme patch meant a lockfile commit in every spoke. Upgrade the theme within its declared range after installing, the way the theme's own docs site already does. The lockfile change stays on the runner.
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
Part 4 of the shared theme's migration guide, for the 0.5.0 release that makes the theme own the navbar and drop the footer (vantagecompute/vantage-docusaurus-theme#11).
themeConfig.navbarandthemeConfig.footer, and thenavbarLogo/footerLogoimports that 0.5.0 no longer exports.navbarLinksoption and drops the.github-buttonstyles. The left-hand Docs and API Reference items have no equivalent by design; both remain in the sidebar.@vantagecompute/docusaurus-themeto^0.5.0. This repo carries bothpackage-lock.json(what CI installs with) andyarn.lock; both are regenerated so neither goes stale.Verified locally
Built against the published 0.5.0: brand link is
https://docs.vantagecompute.ai/developer/, the site title is centred with the version badge beside it, the button(s) open in a new tab with the external-link icon, and there is no site footer. Any files the reference-generating plugins rewrote during the local build were reverted; nothing underdocs/changes here.🤖 Generated with Claude Code