From 2d13a39a2f68a83b8fdeaa11c216cde085612404 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Wed, 22 May 2024 18:33:48 +0200 Subject: [PATCH] docs: add docs on how to add docs --- development.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/development.md b/development.md index 9fb8b55..c650494 100644 --- a/development.md +++ b/development.md @@ -35,6 +35,14 @@ Then, to run the tests, run pnpm test ``` +## Generating updated documentation + +To generate the updated documentation, run + +```bash +pnpm generate-docs +``` + ## Publishing Just run