File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -182,9 +182,21 @@ You can specify the way to collect documentation by creating your own custom dri
182182
183183You 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
You can’t perform that action at this time.
0 commit comments