site_name: Documentation of Murph site_url: !!python/object/apply:os.getenv ["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: blue toggle: icon: material/brightness-7 name: Switch to dark mode - scheme: slate primary: blue 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: - 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 - 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