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 LIVE_RELOAD_SUPPORT=true
ADD_MODULES=mkdocs-material ADD_MODULES=
DOCS_DIRECTORY=/app DOCS_DIRECTORY=/app
FAST_MODE=false FAST_MODE=false

View file

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

View file

@ -12,6 +12,8 @@ theme:
favicon: /_static/img/logo.svg favicon: /_static/img/logo.svg
features: features:
- content.code.copy - content.code.copy
- navigation.tabs
- navigation.footer
palette: palette:
- scheme: default - scheme: default
toggle: toggle:
@ -39,39 +41,41 @@ markdown_extensions:
nav: nav:
- Overview: index.md - Overview:
- 'Sources codes': sources.md - Overview: index.md
- 'Sources codes': sources.md
- Installation: install.md - Installation: install.md
- 'Tree manager': - Documentation:
- Overview: tree/index.md - 'Tree manager':
- Navigation: tree/navigation.md - Overview: tree/index.md
- Menu: tree/menu.md - Navigation: tree/navigation.md
- Node: tree/node.md - Menu: tree/menu.md
- Page: tree/page.md - Node: tree/node.md
- Controller: controller.md - Page: tree/page.md
- Template: template.md - Controller: controller.md
- Entities: - Template: template.md
- 'Entity Manager': entities/em.md - Entities:
- 'Repository Query': entities/query.md - 'Entity Manager': entities/em.md
- Factory: entities/factory.md - 'Repository Query': entities/query.md
- CRUD: - Factory: entities/factory.md
- Overview: crud/index.md - CRUD:
- Generator: crud/generator.md - Overview: crud/index.md
- Configuration: crud/configuration.md - Generator: crud/generator.md
- Settings: - Configuration: crud/configuration.md
- 'Global settings': settings/global.md - Settings:
- 'Navigation settings': settings/navigation.md - 'Global settings': settings/global.md
- Editors: - 'Navigation settings': settings/navigation.md
- TinyMCE: utils/editors/tinymce.md - Editors:
- GrapesJS: utils/editors/grapesjs.md - TinyMCE: utils/editors/tinymce.md
- Editor.js: utils/editors/editorjs.md - GrapesJS: utils/editors/grapesjs.md
- Utils: - Editor.js: utils/editors/editorjs.md
- Cache Manager: utils/cache.md - Utils:
- Doctrine: utils/doctrine.md - Cache Manager: utils/cache.md
- File upload handler: utils/file_handler.md - Doctrine: utils/doctrine.md
- File attribute: utils/file_attribute.md - File upload handler: utils/file_handler.md
- Mail notifier: utils/mail.md - File attribute: utils/file_attribute.md
- Slug: utils/slug.md - Mail notifier: utils/mail.md
- "A/B Testing": abtesting.md - Slug: utils/slug.md
- Users: users.md - "A/B Testing": abtesting.md
- Tasks: tasks.md - Users: users.md
- Tasks: tasks.md