{ "manifests": { "mobizel/markdown-docs-bundle": { "manifest": { "bundles": { "Mobizel\\Bundle\\MarkdownDocsBundle\\MobizelMarkdownDocsBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "docs/": "docs/" } }, "files": { "config/packages/mobizel_markdown_docs.yaml": { "contents": [ "mobizel_markdown_docs:", " contexts:", " main:", " path: /docs", " docs_dir: '%kernel.project_dir%/docs'", " metadata:", " #title: 'Your documentation title'", "", " # You can add as many contexts as you need", " # See https://github.com/mobizel/markdown-docs-bundle/blob/master/docs/how-to-add-docs-contexts.md", "" ], "executable": false }, "config/routes/mobizel_markdown_docs.yaml": { "contents": [ "_mobizel_markdowns:", " resource: 'mobizel_markdown_docs.routing.context_loader'", " type: service", "" ], "executable": false }, "docs/index.md": { "contents": [ "# Documentation", "", "Your documentation is now ready and you can start working on it.", "", "[Documentation of the bundle](https://github.com/mobizel/markdown-docs-bundle/blob/master/docs/index.md)", "" ], "executable": false } }, "ref": "41fcd3258e073d749c6366d86d662eeb2e03b184" } } }