Files
libgit2/script/api-docs/package.json
Edward Thomson 6297b6195c 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.
2024-12-09 12:39:21 +00:00

8 lines
113 B
JSON

{
"dependencies": {
"commander": "^12.1.0",
"markdown-it": "^14.1.0",
"minisearch": "^7.1.1"
}
}