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:
parent
f6a1548629
commit
fb5cbed617
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
BIN
docs/static/apple-touch-icon.png
vendored
BIN
docs/static/apple-touch-icon.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@ -23,7 +23,7 @@ theme:
|
||||
|
||||
plugins:
|
||||
- search:
|
||||
prebuild_index: true
|
||||
prebuild_index: python
|
||||
|
||||
extra:
|
||||
version: v0.140.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user