murph-doc/mkdocs.yml
Simon Vieille 078d6c7624
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update config
2023-02-11 16:20:56 +01:00

82 lines
2 KiB
YAML

site_name: Documentation of Murph
# extra_css:
# - /_static/css/extra.css
plugins:
- search
theme:
name: material
logo: /_static/img/logo.svg
favicon: /_static/img/logo.svg
features:
- content.code.copy
- navigation.tabs
- navigation.footer
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
nav:
- Overview:
- Overview: index.md
- 'Sources codes': sources.md
- Installation: install.md
- Documentation:
- 'Tree manager':
- Overview: tree/index.md
- Navigation: tree/navigation.md
- Menu: tree/menu.md
- Node: tree/node.md
- Page: tree/page.md
- Controller: controller.md
- Template: template.md
- Entities:
- 'Entity Manager': entities/em.md
- 'Repository Query': entities/query.md
- Factory: entities/factory.md
- CRUD:
- Overview: crud/index.md
- Generator: crud/generator.md
- Configuration: crud/configuration.md
- Settings:
- 'Global settings': settings/global.md
- 'Navigation settings': settings/navigation.md
- Editors:
- TinyMCE: utils/editors/tinymce.md
- GrapesJS: utils/editors/grapesjs.md
- Editor.js: utils/editors/editorjs.md
- Utils:
- Cache Manager: utils/cache.md
- Doctrine: utils/doctrine.md
- File upload handler: utils/file_handler.md
- File attribute: utils/file_attribute.md
- Mail notifier: utils/mail.md
- Slug: utils/slug.md
- "A/B Testing": abtesting.md
- Users: users.md
- Tasks: tasks.md