Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-13 | docs: various improvements | Jo-Philipp Wich | |
- Switch JSDoc theme to "clean-jsdoc-theme" - Add some custom CSS and JS tweaks to the theme - Use a condensed README.md for the toplevel directory - Include a longer README.md in the documentation portal - Tweak JSDoc annotations for better output results - Register `ucode.mein.io` CNAME Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2023-07-12 | docs: add initial JSDoc infrastructure | Jo-Philipp Wich | |
Introduce the infrastructure for building ucode module documentation using JSDoc annotations. To build the documentation, run `npm install` followed by `npm run doc`. Signed-off-by: Jo-Philipp Wich <jo@mein.io> |