Enhance Docusaurus documentation with versioning and autogenerated sidebar#80
Merged
Conversation
- Replace static sidebars.ts with autogenerated sidebar - Add sidebar_position frontmatter to all docs - Add _category_.json files for senders, connectors, samples
- Snapshot versioned docs at tags v1.0.5, v1.0.6, v1.1.1, v1.1.2 - Add version config with labels, paths, and banners - Replace static navbar links with docsVersionDropdown - Each version has an autogenerated sidebar from its own files
The 'Next' version represented unreleased in-development docs with no corresponding NuGet package. Set includeCurrentVersion: false to hide it.
Versioned READMEs from git tags used relative path src='ratatosk-full-logo.png' which Docusaurus doesn't serve at the resolved position. Changed to /img/... to point to the global static asset.
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.
This pull request adds sidebar metadata to the documentation files to organize them within the documentation site's sidebar navigation. Each file now includes a
sidebar_positionattribute at the top, and a category configuration file was added for the connectors section. No code or content changes were made beyond documentation metadata.Documentation sidebar organization:
sidebar_positionfrontmatter to all documentation Markdown files to define their order in the sidebar. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]sidebar_positionfrontmatter to all connector documentation files for consistent ordering in the connectors section. [1] [2] [3] [4] [5] [6]Connectors category configuration:
_category_.jsonfile in thedocs/connectorsdirectory to label and position the "Connectors" section in the sidebar.