- Add `Json` module to return JSON strings and write JSON as it's read to a `PipeWriter`
- Add `docfx`-based documentation to allow how-to docs and API docs to be generated on the same site

Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2025-04-19 19:50:16 +00:00
parent 5580284910
commit 43fed5789a
45 changed files with 13140 additions and 1944 deletions

4
.gitignore vendored
View File

@@ -400,3 +400,7 @@ FodyWeavers.xsd
# Test run files
src/*-tests.txt
# Documentation builds and intermediate files
_site/
api/