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 index 6097ab4f..7b3e4dd0 100644 --- a/mobizel/markdown-docs-bundle/0.1/manifest.json +++ b/mobizel/markdown-docs-bundle/0.1/manifest.json @@ -3,6 +3,7 @@ "Mobizel\\Bundle\\MarkdownDocsBundle\\MobizelMarkdownDocsBundle": ["all"] }, "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" + "config/": "%CONFIG_DIR%/", + "docs/": "docs/" } }