Skip to content

Commit c89a55c

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #1142
2 parents 9ac5017 + 8011d2c commit c89a55c

File tree

5 files changed

+29
-0
lines changed

5 files changed

+29
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Documentation
22

33
Your documentation is now ready and you can start working on it.
4+
5+
[Documentation of the bundle](https://github.com/mobizel/markdown-docs-bundle/blob/master/docs/index.md)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
mobizel_markdown_docs:
2+
contexts:
3+
main:
4+
path: /docs
5+
docs_dir: '%kernel.project_dir%/docs'
6+
metadata:
7+
#title: 'Your documentation title'
8+
9+
# You can add as many contexts as you need
10+
# See https://github.com/mobizel/markdown-docs-bundle/blob/master/docs/how-to-add-docs-contexts.md
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_mobizel_markdowns:
2+
resource: 'mobizel_markdown_docs.routing.context_loader'
3+
type: service
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Documentation
2+
3+
Your documentation is now ready and you can start working on it.
4+
5+
[Documentation of the bundle](https://github.com/mobizel/markdown-docs-bundle/blob/master/docs/index.md)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"bundles": {
3+
"Mobizel\\Bundle\\MarkdownDocsBundle\\MobizelMarkdownDocsBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/",
7+
"docs/": "docs/"
8+
}
9+
}

0 commit comments

Comments
 (0)