Skip to content

Commit 635cb5c

Browse files
committed
Update README.md
Removed NelmioApiDoc integration from README.
1 parent 99b8f35 commit 635cb5c

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Creates a [swagger-ui](https://github.com/wordnik/swagger-ui) page (something li
55

66
* [x] Basic functionalities
77
* [ ] Configurable authentication methods
8-
* [ ] Unit tests
8+
* [x] Unit tests
99

1010
## Installation & Usage
1111

1212
Install via Composer:
1313

14-
`$ composer require activelamp/swagger-ui-bundle:dev-master`
14+
`$ composer require activelamp/swagger-ui-bundle:0.1.*`
1515

1616
Enable in `app/AppKernel.php`:
1717

@@ -85,17 +85,6 @@ This will result in a `/swagger-docs` route to return the resource-list, and `/s
8585

8686
Setting `resource_list` to `al_swagger_ui_static_resource_list` will then point `swagger-ui` to the right direction.
8787

88-
### Integration with NelmioApiDocBundle
89-
90-
If you are using [NelmioApiDocBundle](https://github.com/nelmio/NelmioApiDocBundle) to document your REST API, it is as easy as pointing `resource_list` to the route `NelmioApiDocBundle` provides that produces Swagger-compliant documentation:
91-
92-
```yaml
93-
al_swagger_ui:
94-
resource_list: nelmio_api_doc_swagger_resource_list
95-
```
96-
97-
Head to the [Swagger support documentation](https://github.com/nelmio/NelmioApiDocBundle/tree/master/Resources/doc/swagger-support.md) for more information how to enable Swagger support in `NelmioApiDocBundle`.
98-
9988
## Configuration reference
10089

10190
```yaml

0 commit comments

Comments
 (0)