Add official search plugin to docs

Material for MkDocs officially provides a (built-in) plugin which adds full-text search to documentation sites (https://squidfunk.github.io/mkdocs-material/plugins/search/). It works with client-side JavaScript and it's really useful, makes it a breeze to comb trough large wikis like this looking for specific information.

I tested it locally for the NodeBB Docs, and can confirm it works without issues, so, this pull request enables it for the online version of the site.
This commit is contained in:
andrigamerita 2025-01-24 16:00:28 +01:00 committed by Julian Lam
parent 92ef6b669b
commit ef72159bcb

View file

@ -11,6 +11,7 @@ markdown_extensions:
- fenced_code
- tables
plugins:
- search
- social
nav:
- 'index.md'