Skip to main content

Documentation

The following is a high-level overview of the steps involved when contributing documentation to Buz.

Developing via fork

Prerequisites

The Buz documentation site is built with Docusaurus so you'll need yarn and node and that's pretty much it.

Prerequisites

You will need these:

Fork the documentation

forkme2

Clone your fork

git clone git@github.com:silverton-io/buz-docs.git

Bootstrap

After cding into the buz-docs directory you just cloned, run:

yarn

Run docs site locally

To build (and auto-reload) the docs site:

yarn start

Cut PR from your fork back into buz-docs main branch

mergeme2

Profit

If you don't see movement on your newly-created PR please ping one of the maintainers (nicely 😉).

Other

Deploying Buz documentation

The docs site is auto-deployed using Github Actions. It will be automatically built and deployed after changes are merged to main.

Where to go next