Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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. | ||
| 0bd5e479 | 2024-11-26 20:47:31 | Introduce a "validate only" mode for docs generation The API documentation generation is useful (in `--strict` mode) to determine whether all our APIs have sufficient documentation. Add a `--validate-only` mode that will run the validation without emitting the API JSON. This is useful for ensuring that the documentation is complete. | ||
| 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. |