chore: update docusaurus and GH actions#52
Merged
Conversation
d78af42 to
b26e495
Compare
Fix broken links that were using incorrect relative path syntax. The links were using '.administrator-manual/...' which resolved incorrectly from the tutorial directory. Changed to '../administrator-manual/...' to properly navigate up one directory level. Fixed links: - Line 33: firewall configuration for port-summary - Line 53: firewall configuration for port-summary (on-premise section) - Line 55: firewall configuration for hairpin-nat Co-authored-by: Copilot:claude-haiku-4.5
Upgrade Docusaurus and related packages to latest version (3.10.0): - @docusaurus/core@3.10.0 - @docusaurus/preset-classic@3.10.0 - @docusaurus/module-type-aliases@3.10.0 - @docusaurus/tsconfig@3.10.0 - @docusaurus/types@3.10.0 - @docusaurus/faster@3.10.0 (newly required) Changes: - Install @docusaurus/faster package required by the new build system - Disable v4 future flag to maintain compatibility with current codebase - Update deploy workflow to install Python 3.12 for migration status plugin - Update README to document the faster build plugin dependency - Build verified successfully for both English and Italian locales Co-authored-by: Copilot:claude-haiku-4.5
Update deprecated GitHub Actions to versions that support Node.js 24: This resolves deprecation warnings about Node.js 20 actions that will be forced to run on Node.js 24 starting June 2, 2026. Co-authored-by: Copilot:claude-haiku-4.5
de73de2 to
592d92a
Compare
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.
Changes: