We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://v2.docusaurus.io/docs/deployment/
This website is built using Docusaurus 2, a modern static website generator.
$ yarn
$ yarn start
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
build
GIT_USER=<GITHUB_USERNAME> 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.
gh-pages
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Docusaurus
This website is built using Docusaurus 2, a modern static website generator.
Installation
Local Development
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
Build
This command generates static content into the
build
directory and can be served using any static contents hosting service.Deployment
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.The text was updated successfully, but these errors were encountered: