Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation: update readme.md #112

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,21 @@ 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
astorozhevsky marked this conversation as resolved.
Show resolved Hide resolved

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.

### Additional documentations merging

Package allows to merge base documentation with valid OpenAPI files from the `additional_paths`
config.

## Contributing

Thank you for considering contributing to Laravel Swagger plugin! The contribution guide can be found in the [Contributing guide](CONTRIBUTING.md).
Thank you for considering contributing to Laravel Swagger plugin! The contribution guide
can be found in the [Contributing guide](CONTRIBUTING.md).

## License

Expand Down