-
Notifications
You must be signed in to change notification settings - Fork 0
Release notes
Eugene Lazutkin edited this page Jun 6, 2026
·
5 revisions
Detailed release history for wiki-search-index (the npm builder). The README carries the one-line cliff-notes; this page carries the detail.
Initial release of the wiki-search-index CLI — compiles a GitHub wiki (or any Markdown docs) into a self-describing v1 search index (see Index Format):
-
npx wiki-search-index --wiki ./wiki→<wiki>/search-index.json. - GitHub-slugger-accurate anchors; deterministic output (sorted, no timestamps) so a CI
git diff --exit-codecan gate index staleness. - Owner/repo inferred from the wiki dir's git origin;
--repo/--url-templatefor explicit or non-GitHub sites.
Ships alongside the hosted search app + the install-from-origin bookmarklet on GitHub Pages.