diff --git a/README.md b/README.md index 7b18d17..90e1a12 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,10 @@ A command is provided in order to dump the documentation in `json`, `markdown`, The `--format` option allows to choose the format (default is: `markdown`). +A use case could be to generate a static version of your documentation: + + php app/console api:doc:dump --format=html > api.html + ## Credits ## diff --git a/Resources/views/formatter_layout.html.php b/Resources/views/formatter_layout.html.php index bf26180..3948d25 100644 --- a/Resources/views/formatter_layout.html.php +++ b/Resources/views/formatter_layout.html.php @@ -6,8 +6,10 @@ API documentation - - + +