/docs

The open-source repo for docs.lavanet.xyz

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Welcome to Lava Docs 📕

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.

Deployment

Netlify Status

main branch is automatically deployed to docs site, and other branches and pull requests leverage Netlify deploy.

Community & Contribution 😻

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.

Installation

$ 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