This repository contains documentation for Lava. The source is generated to Lava Docs website, but can also be browsed as plain source in the Docs folder.
main
branch is automatically deployed to docs site, and other branches and pull requests leverage Netlify deploy.
We welcome contributors with love, please read the contribution guide to help you get started.
This website is built using Docusaurus 2, a modern static website generator.
$ yarn install
Local Development
$ yarn start
Build
$ yarn build
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.
$ GIT_USER=<Your GitHub username> yarn deploy