Open
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 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 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