chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: e0c9c934db33c1d8d7318b230b7028280f0ef179
  1. .github/
  2. community/
  3. docs/
  4. src/
  5. static/
  6. .asf.yaml
  7. .editorconfig
  8. .gitignore
  9. babel.config.js
  10. docusaurus.config.js
  11. package.json
  12. pnpm-lock.yaml
  13. README.md
  14. sidebars.js
  15. sidebarsCommunity.js
  16. tsconfig.json
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.