feat: bump Docusaurus to 3.9.2 and improve container setup#50
Merged
Conversation
The file "quick_start_guide copy.md" in version-1.3.X was an accidental duplicate that produces a conflicting doc id with the original file. Signed-off-by: Lucas Amaral <lucaaamaral@gmail.com>
Update all @Docusaurus packages to address deprecated transitive dependencies (rimraf@3, glob@7, inflight@1). Signed-off-by: Lucas Amaral <lucaaamaral@gmail.com>
Merge COPY for package.json and package-lock.json* into a single instruction for compatibility with both Docker and Podman when the lockfile is absent. Increase dev service memory limit to 4g to prevent OOM kills during webpack compilation. Signed-off-by: Lucas Amaral <lucaaamaral@gmail.com>
Signed-off-by: Lucas Amaral <lucaaamaral@gmail.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
Known issues
After upgrading to Docusaurus 3.9.2, the following deprecation warning appears and should be addressed in a follow-up:
There are also several broken markdown link warnings in older versioned docs (1.1.X through 1.8.0) referencing files that no longer exist.
Test plan
Security Considerations