tree: 5c78b6275f240186375bc46703ea67ebd885a117 [path history] [tgz]
  1. blog/
  2. data/
  3. docs/
  4. i18n/
  5. plugins/
  6. scripts/
  7. src/
  8. static/
  9. versioned_docs/
  10. versioned_sidebars/
  11. .gitignore
  12. babel.config.js
  13. crowdin.yml
  14. docusaurus.config.js
  15. oldversions.json
  16. package.json
  17. postcss-tailwind-loader.js
  18. pulsar-adapters-release.json
  19. pulsar-manager-release-notes.md
  20. pulsar-manager-release.json
  21. README.md
  22. releases.json
  23. sidebars.js
  24. sidebars.json
  25. tailwind.config.js
  26. versions.json
site2/website-next/README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and opens up 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 contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.