feat: basic flexsearch implementation

This commit is contained in:
Xin
2023-08-04 01:11:31 +01:00
parent b90c2e7737
commit 16a656947b
7 changed files with 139 additions and 6 deletions

View File

@ -63,6 +63,10 @@ defaultContentLanguage = 'en'
name = 'About'
pageRef = '/about'
weight = 30
[[menu.main]]
name = 'Search'
weight = 35
params = { placeholder = 'Search documentation...' }
[[menu.main]]
name = 'GitHub'
url = 'https://github.com'