mobizel/markdown-docs-bundle

Generated files

config/packages/mobizel_markdown_docs.yaml

mobizel_markdown_docs:
    contexts:
        main:
            path: /docs
            docs_dir: '%kernel.project_dir%/docs'
            metadata:
                #title: 'Your documentation title'

        # You can add as many contexts as you need
        # See https://github.com/mobizel/markdown-docs-bundle/blob/master/docs/how-to-add-docs-contexts.md

config/routes/mobizel_markdown_docs.yaml

_mobizel_markdowns:
    resource: 'mobizel_markdown_docs.routing.context_loader'
    type: service

docs/index.md

# Documentation

Your documentation is now ready and you can start working on it.

[Documentation of the bundle](https://github.com/mobizel/markdown-docs-bundle/blob/master/docs/index.md)