site_name: Documentation of Murph # site_url: "{site_url}" extra_css: - _static/css/extra.css plugins: - search - social extra: generator: false theme: name: material logo: _static/img/logo.svg favicon: _static/img/logo.svg features: - content.code.copy - navigation.tabs - navigation.footer palette: - scheme: default primary: "light blue" media: "(prefers-color-scheme: light)" toggle: icon: material/brightness-7 name: Passer en mode sombre - scheme: slate primary: "black" media: "(prefers-color-scheme: dark)" toggle: icon: material/brightness-4 name: Passer en mode clair markdown_extensions: - extra - admonition - pymdownx.highlight: anchor_linenums: true extend_pygments_lang: - name: php-inline lang: php options: startinline: true - pymdownx.tabbed: alternate_style: true - pymdownx.magiclink - pymdownx.snippets - pymdownx.superfences - pymdownx.highlight - pymdownx.inlinehilite - pymdownx.details - attr_list - md_in_html - pymdownx.emoji: emoji_index: !!python/name:materialx.emoji.twemoji emoji_generator: !!python/name:materialx.emoji.to_svg - pymdownx.superfences: custom_fences: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format nav: - Overview: - Overview: index.md - 'Source codes': sources.md - Installation: - Requirements: requirements.md - Procedure: procedure.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 - 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 - 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 - Changelog: - "murph/murph-core": changelog/core.md - "murph/murph-skeleton": changelog/skeleton.md