murph-doc/mkdocs.yml

111 lines
2.9 KiB
YAML
Raw Normal View History

2022-05-16 12:53:04 +02:00
site_name: Documentation of Murph
2023-02-13 18:11:15 +01:00
# site_url: "{site_url}"
2023-02-09 21:50:06 +01:00
2023-02-11 18:40:04 +01:00
extra_css:
2023-03-10 12:20:56 +01:00
- _static/css/extra.css
2023-02-09 21:50:06 +01:00
plugins:
- search
2023-02-11 19:14:33 +01:00
- social
2023-02-09 21:50:06 +01:00
2023-02-11 16:23:18 +01:00
extra:
generator: false
2021-05-30 23:00:08 +02:00
theme:
2023-02-09 21:50:06 +01:00
name: material
2023-02-11 19:14:33 +01:00
logo: _static/img/logo.svg
favicon: _static/img/logo.svg
2023-02-09 21:50:06 +01:00
features:
- content.code.copy
2023-02-11 16:20:56 +01:00
- navigation.tabs
- navigation.footer
2023-02-09 21:50:06 +01:00
palette:
- scheme: default
2023-03-10 12:18:57 +01:00
primary: "light blue"
2023-03-10 12:20:56 +01:00
media: "(prefers-color-scheme: light)"
2023-02-09 21:50:06 +01:00
toggle:
icon: material/brightness-7
2023-03-10 12:20:56 +01:00
name: Passer en mode sombre
2023-02-09 21:50:06 +01:00
- scheme: slate
2023-03-10 12:18:57 +01:00
primary: "black"
2023-03-10 12:20:56 +01:00
media: "(prefers-color-scheme: dark)"
2023-02-09 21:50:06 +01:00
toggle:
icon: material/brightness-4
2023-03-10 12:20:56 +01:00
name: Passer en mode clair
2023-02-09 21:50:06 +01:00
markdown_extensions:
2023-04-06 20:24:51 +02:00
- extra
- admonition
2023-02-09 21:50:06 +01:00
- pymdownx.highlight:
anchor_linenums: true
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- pymdownx.tabbed:
alternate_style: true
2023-04-06 20:24:51 +02:00
- pymdownx.magiclink
2023-02-09 21:50:06 +01:00
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
2023-04-06 20:24:51 +02:00
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
2023-07-29 00:32:49 +02:00
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
2021-05-30 20:36:00 +02:00
nav:
2023-02-11 16:20:56 +01:00
- Overview:
- Overview: index.md
2023-09-19 10:49:26 +02:00
- 'Source codes': sources.md
2023-02-11 16:36:30 +01:00
- Installation:
- Requirements: requirements.md
- Procedure: procedure.md
2023-02-11 16:20:56 +01:00
- 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
2023-10-11 23:35:37 +02:00
- Form:
- Picker picker: utils/form/file_picker.md
- Collection: utils/form/collection.md
- Editors:
- TinyMCE: utils/editors/tinymce.md
- GrapesJS: utils/editors/grapesjs.md
- Editor.js: utils/editors/editorjs.md
2023-02-11 16:20:56 +01:00
- 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
2023-04-06 20:24:51 +02:00
- Changelog:
- "murph/murph-core": changelog/core.md
- "murph/murph-skeleton": changelog/skeleton.md