Add Infrahub Collect to Tools & SDKs navbar dropdown - #174
Open
fatih-acar wants to merge 2 commits into
Open
Conversation
Add an "Infrahub Collect" entry below "Infrahub Backup" in the Tools & SDKs navbar dropdown, linking to the collect index doc in the docs-backup plugin. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying infrahub-docs with
|
| Latest commit: |
dbf7760
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://52852350.infrahub-docs.pages.dev |
| Branch Preview URL: | https://fac-add-collect-dropdown-7qp.infrahub-docs.pages.dev |
fatih-acar
marked this pull request as ready for review
July 16, 2026 18:04
Backup and Collect share the docs-backup plugin and the infrahubOpsSidebar, so docSidebar/doc navbar items matched sidebar membership and both highlighted on every page in the plugin. Switch both to plain links with activeBaseRegex so each highlights only for its own route subtree (everything under /backup/ except /backup/collect/ maps to Backup). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
BeArchiTek
approved these changes
Jul 29, 2026
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
Adds an Infrahub Collect entry directly below Infrahub Backup in the "Tools & SDKs" navbar dropdown.
Backup and Collect both live in the same
docs-backupplugin and share theinfrahubOpsSidebar. The existing Backup item usestype: docSidebar, which always lands on the sidebar's first page. To make Collect open the Collect section, this entry usestype: "doc"pointing atcollect/indexinstead. The Collect content and sidebar category already exist, so no other changes were needed.Changes
docs/docusaurus.config.ts: new navbar dropdown item for Infrahub Collect🤖 Generated with Claude Code