File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -182,16 +182,16 @@ 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- ### Documentation viewer setting
185+ ### Viewing OpenAPI documentation
186186
187- Since version 2.2 we've added new OpenAPI documentation display shells. Just change the
188- `documentation_viewer` config to instantly see new viewer without rebuilding documentation
189- file.
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.
190190
191- ### Additional documentations merging
191+ ### Merging additional documentations
192192
193- Package allows to merge base documentation with valid OpenAPI files from the `additional_paths`
194- config .
193+ The package supports the integration of the primary documentation with additional valid
194+ OpenAPI files specified in the `additional_paths` configuration .
195195
196196## Contributing
197197
You can’t perform that action at this time.
0 commit comments