1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-01 13:07:49 +02:00

docs: prebuild search index with lunr

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-05-10 17:23:43 -03:00
parent f6a1548629
commit fb5cbed617
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
3 changed files with 3 additions and 3 deletions

View File

@ -56,11 +56,11 @@ imgs:
.PHONY: imgs
site:
pip install mkdocs-material
pip install mkdocs-material lunr
mkdocs build
.PHONY: site
serve: imgs
serve:
@docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
.PHONY: serve

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -23,7 +23,7 @@ theme:
plugins:
- search:
prebuild_index: true
prebuild_index: python
extra:
version: v0.140.0