-
Notifications
You must be signed in to change notification settings - Fork 48
Feat/docs versioning #500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feat/docs versioning #500
Conversation
22f922f to
84a1c4b
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-500.westeurope.1.azurestaticapps.net |
84a1c4b to
04bce8f
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-500.westeurope.1.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-500.westeurope.1.azurestaticapps.net |
- Remove external-docs from .gitignore - Delete outdated documentation preview instructions from README - Add documentation for new docs versioning workflow - Remove external_docs configuration from config.yaml - Update redirect logic to use local docs structure - Implement new version ordering system for local docs - Add getordereddocs partial for version management - Update config to use base GitHub edit URL instead of hardcoded path - Simplify edit link logic - Relocate version selector from standalone component to navigation tree - Convert select dropdown to Bootstrap dropdown component - Add Material UI styling to sidebar version selection Signed-off-by: Ervin Rácz <ervin.racz@protonmail.com>
Create documentation snapshot (23-10-2025) for legacy OIDC setup before Authorization Code Flow + PKCE migration. Add link from current docs to legacy version for users on older Nebraska versions. Also fix sidebar title being hidden when navbar shrinks on scroll: - Add dynamic padding compensation to sidebar when navbar shrinks - Use shared transition timing variables for smooth animations - Compensation scalar (0.9) ensures title remains visible - Simplify docs-section padding to consistent 130px across breakpoints Signed-off-by: Ervin Rácz <ervin.racz@protonmail.com>
Create documentation snapshot (23-10-2025) for legacy OIDC setup before Authorization Code Flow + PKCE migration. Add link from current docs to legacy version for users on older Nebraska versions. Also fix sidebar title being hidden when navbar shrinks on scroll: - Add dynamic padding compensation to sidebar when navbar shrinks - Use shared transition timing variables for smooth animations - Compensation scalar (0.9) ensures title remains visible - Simplify docs-section padding to consistent 130px across breakpoints Signed-off-by: Ervin Rácz <ervin.racz@protonmail.com>
3ad3bb5 to
7f644d0
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-500.westeurope.1.azurestaticapps.net |
This PR implements documentation versioning support for the Flatcar website, allowing us to maintain multiple documentation versions (current and historical snapshots) as part of the website repository itself, rather than relying on external documentation repositories.
Key changes:
Changes
Documentation Infrastructure
Documentation Content
UI Fix
Test Plan