From aff0ab8fad4181c3cba207820cd5e2e90d131c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Mon, 16 Nov 2020 09:02:22 +0100 Subject: [PATCH] Add the first page for your documentation --- mobizel/markdown-docs-bundle/0.1/docs/index.md | 3 +++ mobizel/markdown-docs-bundle/0.1/manifest.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 mobizel/markdown-docs-bundle/0.1/docs/index.md 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/" } }