Skip to content

Commit

Permalink
Merge pull request #7 from loic425/feature/init-readme
Browse files Browse the repository at this point in the history
Init readme file
  • Loading branch information
loic425 authored Sep 28, 2020
2 parents 0e61b5e + 4576dee commit 603d569
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# markdown-docs-bundle
# mobizel/markdown-docs-bundle

## Setup
```bash
composer require mobizel/markdown-docs-bundle
```

```yaml
# config/routes/mobizel_markdown_docs.yaml

_mobizel_markdowns:
resource: '@MobizelMarkdownDocsBundle/Resources/config/routes.xml'

```

## Write your own doc
Markdown templates are on `docs` directory.

Your files are already available on your server.

Example:
`docs/dummy/foo.md` is available at [/docs/dummy/foo](http://localhost:8000/docs/dummy/foo)

0 comments on commit 603d569

Please sign in to comment.