Skip to content

Commit 5e383d5

Browse files
Merge pull request #112 from RonasIT/dpankratov/readme-update
documentation: update readme.md
2 parents 5c824da + 665a3d5 commit 5e383d5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

readme.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,21 @@ You can specify the way to collect documentation by creating your own custom dri
182182
183183
You can find example of drivers [here](https://github.com/RonasIT/laravel-swagger/tree/master/src/Drivers).
184184
185+
### Viewing OpenAPI documentation
186+
187+
As of version 2.2, the package includes the ability to switch between OpenAPI documentation
188+
viewers. To access different viewers, modify the `documentation_viewer` configuration.
189+
This change is reflected immediately, without the need to rebuild the documentation file.
190+
191+
### Merging additional documentations
192+
193+
The package supports the integration of the primary documentation with additional valid
194+
OpenAPI files specified in the `additional_paths` configuration.
195+
185196
## Contributing
186197
187-
Thank you for considering contributing to Laravel Swagger plugin! The contribution guide can be found in the [Contributing guide](CONTRIBUTING.md).
198+
Thank you for considering contributing to Laravel Swagger plugin! The contribution guide
199+
can be found in the [Contributing guide](CONTRIBUTING.md).
188200
189201
## License
190202

0 commit comments

Comments
 (0)