Skip to content

Commit

Permalink
add mention of zola to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdonaldson committed Sep 18, 2024
1 parent 44b7279 commit 5d14e6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ Updating the Documentation
+ Create the snippet in the [yaml file](./snipdoc.yml) or inline the code.
+ Run `snipdoc run`.

To run the documentation site locally, we use [zola](https://www.getzola.org/) so you'll need to [install](https://www.getzola.org/documentation/getting-started/installation/) it. The documentation site works with zola version `0.19.2` and since zola still has breaking changes, we make no guarantees about other versions.

Running the local preview
+ `cd docs-site`
+ `npm run serve` or `zola serve`

## Open A Pull Request

Expand Down

0 comments on commit 5d14e6e

Please sign in to comment.