Merge pull request #1035

This commit is contained in:
symfony-flex-server[bot]
2020-11-16 09:53:11 +00:00
committed by GitHub
4 changed files with 17 additions and 0 deletions
@@ -0,0 +1,2 @@
mobizel_markdown_docs:
docs_dir: '%kernel.project_dir%/docs'
@@ -0,0 +1,3 @@
_mobizel_markdowns:
resource: '@MobizelMarkdownDocsBundle/Resources/config/routes.xml'
prefix: docs
@@ -0,0 +1,3 @@
# Documentation
Your documentation is now ready and you can start working on it.
@@ -0,0 +1,9 @@
{
"bundles": {
"Mobizel\\Bundle\\MarkdownDocsBundle\\MobizelMarkdownDocsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"docs/": "docs/"
}
}