diff --git a/mobizel/markdown-docs-bundle/0.1/config/mobizel_markdown_docs.yaml b/mobizel/markdown-docs-bundle/0.1/config/mobizel_markdown_docs.yaml new file mode 100644 index 00000000..0b80900a --- /dev/null +++ b/mobizel/markdown-docs-bundle/0.1/config/mobizel_markdown_docs.yaml @@ -0,0 +1,2 @@ +mobizel_markdown_docs: + docs_dir: '%kernel.project_dir%/docs' diff --git a/mobizel/markdown-docs-bundle/0.1/config/routes/mobizel_markdown_docs.yaml b/mobizel/markdown-docs-bundle/0.1/config/routes/mobizel_markdown_docs.yaml new file mode 100644 index 00000000..24557b38 --- /dev/null +++ b/mobizel/markdown-docs-bundle/0.1/config/routes/mobizel_markdown_docs.yaml @@ -0,0 +1,3 @@ +_mobizel_markdowns: + resource: '@MobizelMarkdownDocsBundle/Resources/config/routes.xml' + prefix: docs diff --git a/mobizel/markdown-docs-bundle/0.1/docs/index.md b/mobizel/markdown-docs-bundle/0.1/docs/index.md new file mode 100644 index 00000000..ec29522f --- /dev/null +++ b/mobizel/markdown-docs-bundle/0.1/docs/index.md @@ -0,0 +1,3 @@ +# Documentation + +Your documentation is now ready and you can start working on it. diff --git a/mobizel/markdown-docs-bundle/0.1/manifest.json b/mobizel/markdown-docs-bundle/0.1/manifest.json new file mode 100644 index 00000000..7b3e4dd0 --- /dev/null +++ b/mobizel/markdown-docs-bundle/0.1/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Mobizel\\Bundle\\MarkdownDocsBundle\\MobizelMarkdownDocsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "docs/": "docs/" + } +}