chore(deps): bump @babel/traverse from 7.22.10 to 7.23.2 (#3)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 file changed
tree: 20f60d967caad3c3407dc0c2a8cdc7001b4ca27f
  1. .github/
  2. community/
  3. docs/
  4. src/
  5. static/
  6. .asf.yaml
  7. .editorconfig
  8. .gitignore
  9. .yarnrc.yml
  10. babel.config.js
  11. docusaurus.config.js
  12. package.json
  13. README.md
  14. sidebars.js
  15. sidebarsCommunity.js
  16. tsconfig.json
  17. yarn.lock
README.md

Apache Curator Official Website

This project keeps all sources used for building the Apache Curator official website, which is served at https://curator.apache.org/.

Prerequisite

The Apache Curator website is powered by Docusaurus 2 and is built with Node 19 and Yarn 3. Check the deployment workflow for concrete requirements and instructions.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static content hosting service.