chore(docs): implement versioned documentation system#339
Open
chore(docs): implement versioned documentation system#339
Conversation
- Migrate all existing docs to docs/v1/ for version 1 documentation - Create docs/v2/ folder with new v2 beta docs (currently just index) - Create docs/next/ folder for unreleased/development docs - Implement docs-version-resolver plugin that creates smart unversioned URL routes - Routes use layered resolution: explicit redirects → current version → fallback to stale - Add VersionSelector navbar dropdown to switch between doc versions - Add StaleBanner component showing on all non-current version pages - Support sidebar-based doc discovery with nested category and shorthand syntax - Extract v2 docs from sidebars.js '🚧 v2 beta docs' section with v2/ prefix stripping - Create version-map.js for redirect configuration and version settings - Update docusaurus.config.js with multi-instance docs plugins for versioning - Theme swizzling: DocItem wrapper, NavbarItem components, and custom CSS Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
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
Implements a complete versioned documentation system for Zedux:
docs/v1/for version 1 documentationdocs/v2/folder for v2 beta docs (populated via'🚧 v2 beta docs'section in sidebars.js)docs/next/folder for unreleased/development docsImplementation Details
Testing