update config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-02-11 16:20:56 +01:00
parent 385af624a6
commit 078d6c7624
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 41 additions and 38 deletions

2
.env
View file

@ -1,4 +1,4 @@
LIVE_RELOAD_SUPPORT=true
ADD_MODULES=mkdocs-material
ADD_MODULES=
DOCS_DIRECTORY=/app
FAST_MODE=false

View file

@ -1,8 +1,7 @@
pipeline:
build:
image: polinux/mkdocs
image: gitnet.fr/deblan/mkdocs
commands:
- pip install mkdocs-material
- mkdocs build
deploy:
image: eeacms/rsync

View file

@ -12,6 +12,8 @@ theme:
favicon: /_static/img/logo.svg
features:
- content.code.copy
- navigation.tabs
- navigation.footer
palette:
- scheme: default
toggle:
@ -39,9 +41,11 @@ markdown_extensions:
nav:
- Overview:
- Overview: index.md
- 'Sources codes': sources.md
- Installation: install.md
- Documentation:
- 'Tree manager':
- Overview: tree/index.md
- Navigation: tree/navigation.md