kc3-lang/libgit2/script/api-docs/generate

Branch :


Log

Author Commit Date CI Message
5efc0061 2024-12-09 09:36:39 Generate search page in documentation generation
6297b619 2024-12-09 09:24:57 Add search capabilities to docs Include "minisearch" which is a straightforward client-side search tool; and a script to generate the search index for minisearch for each version of libgit2.
1da67ef0 2024-12-09 12:20:42 Allow documentation (re)generation in CI build Provide a mechanism to allow the documentation to be force rebuilt.
89cc5ef8 2024-11-25 10:12:29 Include documentation generator libgit2 has a new documentation generator that generates API schema from our headers, then produces reference documentation that is included into the website directly.