errose28 opened a new pull request, #63: URL: https://github.com/apache/ozone-site/pull/63
## Summary Docusaurus 3.1.1 was released earlier this month: https://docusaurus.io/blog/releases/3.1 It includes some bug fixes and a new feature to fail the build on broken markdown anchor (header) links. 1. Manually incremented docusaurus version in package.json since we are pinning it to an exact version. Commit the result. 2. Run `pnpm update '@docusaurus/*'` to install the latest version and regenerate the lockfile. - This command automatically bumped `clsx` and `prism-react-renderer` as transitive dependencies since there was a minor version increase in docusaurus. 3. Commit the updated lockfile ## Jira [HDDS-10205](https://issues.apache.org/jira/browse/HDDS-10205) ## Testing Site remains functional in the following deployments: Dev server: `pnpm run start` Prod build: `pnpm run build && pnpm run serve` Docker image: `docker compose up --build # --build to build a new image with the updated dependencies` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
