Check out our Documentation for more information!
Check out our installation docs.
Note: If you opt to not use mise
, please install all dependencies
from .tool-versions
manually.
- mise - Ensure that you add the appropriate activations to your shell rc/profiles (details in the mise README)
Install the dependencies:
mise install
mise run build
mise run test
Trigger a new releases by using the Github CLI, or through the Github Actions Workflow UI.
gh workflow run release.yaml
Wait for CI to build and publish the release. You can watch the status by running the following command:
gh workflow view release.yaml --web
If you have mise
installed, you should have all the tooling you need
for the docs engine. Run mise run docsdev
from the root stencil
directory to enter the watch-rebuild cycle to test your docs changes.
Apache-2.0