Generate docs for libs, update docs build process
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m18s

This commit is contained in:
2026-02-13 00:23:15 +01:00
parent 6dd1d3ff1e
commit 360080b44e
25 changed files with 119 additions and 54 deletions

13
aux/docs.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
set -x
./aux/compiledb.sh
make -B docs_liballoc
make -B docs_libmsl
make -B docs_libprocess
make -B docs_libstring
make -B docs_libterminal
mkdocs build