@barnabask/astro-minisearch
Version:
Utilities to add a static full text index to an Astro project
16 lines (15 loc) • 325 B
JSON
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"./src/collections.ts",
"./src/pages.ts",
"./src/plain-text-plugin.ts",
"./src/search-index.ts",
"./src/types.ts"
],
"githubPages": false,
"name": "Astro MiniSearch",
"out": "api",
"readme": "none",
"disableSources": true
}