-
Notifications
You must be signed in to change notification settings - Fork 6
chore: update Docusaurus, cleanup dependencies and enable performance optimizations #70
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
Merged
Conversation
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
…ependency upgrades - Renamed project from "docs" to "powerloom-docs" and updated version to "1.0.0". - Added license, author, homepage, bugs, and repository information to package.json. - Upgraded Docusaurus dependencies to version 3.8.1. - Updated various dependencies in yarn.lock to their latest versions, including @csstools packages and postcss-related packages.
…ce improvements - Added future configuration options in docusaurus.config.js to enable experimental features for faster builds. - Included the @docusaurus/faster package in package.json to leverage enhanced performance capabilities. - Updated yarn.lock to reflect new dependencies and their versions for improved build efficiency.
- Removed the 'docusaurus-theme-github-codeblock' from docusaurus.config.js as it is no longer needed. - Updated package.json to upgrade React and other dependencies to their latest versions for improved performance and compatibility. - Updated yarn.lock to reflect the changes in package versions and added new dependencies for enhanced functionality.
- Updated the Node.js version matrix to include 20.x and 22.x. - Upgraded actions/checkout from v3 to v4. - Upgraded actions/setup-node from v3 to v4 and changed cache from 'npm' to 'yarn'.
- Expanded the introduction to provide a clearer overview of Powerloom. - Added sections for Quick Start, Development, Project Structure, Key Features, Contributing, and Troubleshooting. - Updated installation and deployment instructions for better usability. - Included environment variable configuration and resources for users.
xadahiya
approved these changes
Aug 5, 2025
Contributor
xadahiya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, builds are much faster now! Everything is working as expected. LGTM!
Seth-Schmidt
approved these changes
Aug 5, 2025
Contributor
Seth-Schmidt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Tested and working locally.
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.
Overview
This PR updates the Docusaurus documentation framework to the latest version (3.8.1) and enables experimental performance features for faster builds.
Changes
🚀 Docusaurus Version Update
3.7.0to3.8.1@docusaurus/fasterpackage for performance improvements⚡ Performance Enhancements
ssgWorkerThreads: Parallel processing for static site generationrspackBundler: Faster bundler alternative to webpackrspackPersistentCache: Persistent caching for improved rebuild times🧹 Dependency Cleanup
docusaurus-theme-github-codeblockthemedocusaurusv1 packagedocusaurus-theme-search-typesensefrom0.15.0-0to0.25.0yarn.lockfile size (5,502 lines removed)📦 Package Changes
@docusaurus/faster(^3.8.1)@docusaurus/*packages to 3.8.1docusaurus(v1.14.7)docusaurus-theme-github-codeblock(^1.1.4)Benefits
Testing
Breaking Changes
None expected. The removed GitHub codeblock theme was not actively used in the documentation.