Skip to content

Commit 9853cc3

Browse files
committed
Documentation
1 parent f31cfa5 commit 9853cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/posts/transforming-material-for-mkdocs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Over the last years, we've invested substantially into [improving the search exp
9898
[rich search previews]: search-better-faster-smaller.md#rich-search-previews
9999
[tokenizer lookahead]: search-better-faster-smaller.md#tokenizer-lookahead
100100
[pipeline functions]: https://lunrjs.com/guides/customising.html#pipeline-functions
101-
[unmaintained since 2020]: https://github.com/olivernn/lunr.js/releases/tag/
101+
[unmaintained since 2020]: https://github.com/olivernn/lunr.js/tag/
102102

103103
To address these challenges, we've embarked on developing a new search system from first principles that not only matches but already exceeds the capabilities of Lunr.js. Built from the ground up, this system is faster, more compact, and most importantly: modular. It is based on a growing core evolving around two core concepts we isolated to be essential – engines and plugins – allowing for flexible configuration and assembly of components like text indexing, vector embeddings, filtering, ranking, highlighting, and more. Every part of it can be replaced or extended, enabling users to tailor the search system to their specific needs.
104104

0 commit comments

Comments
 (0)