From 665a3d5b0a7cee12cde5ca07f4dacc3203264508 Mon Sep 17 00:00:00 2001 From: dpankratov Date: Mon, 6 Nov 2023 13:39:07 +0600 Subject: [PATCH] documentation: update readme.md --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 962b203..b95bef8 100644 --- a/readme.md +++ b/readme.md @@ -182,16 +182,16 @@ You can specify the way to collect documentation by creating your own custom dri You can find example of drivers [here](https://github.com/RonasIT/laravel-swagger/tree/master/src/Drivers). -### Documentation viewer setting +### Viewing OpenAPI documentation -Since version 2.2 we've added new OpenAPI documentation display shells. Just change the -`documentation_viewer` config to instantly see new viewer without rebuilding documentation -file. +As of version 2.2, the package includes the ability to switch between OpenAPI documentation +viewers. To access different viewers, modify the `documentation_viewer` configuration. +This change is reflected immediately, without the need to rebuild the documentation file. -### Additional documentations merging +### Merging additional documentations -Package allows to merge base documentation with valid OpenAPI files from the `additional_paths` -config. +The package supports the integration of the primary documentation with additional valid +OpenAPI files specified in the `additional_paths` configuration. ## Contributing