Updated readme with new docs link

Added in some new helper methods for building out new models. More details in the docs. Added another example.
This commit is contained in:
Dave Shanley
2023-03-25 15:14:46 -04:00
parent 04eac2abe7
commit c549d9f62d
5 changed files with 115 additions and 11 deletions

View File

@@ -47,6 +47,7 @@ See all the documentation at https://pb33f.io/libopenapi/
- [Using OpenAPI](https://pb33f.io/libopenapi/openapi/)
- [Using Swagger](https://pb33f.io/libopenapi/swagger/)
- [The Data Model](https://pb33f.io/libopenapi/model/)
- [Modifying / Mutating the OpenAPI Model](https://pb33f.io/libopenapi/modifying/)
- [Using Vendor Extensions](https://pb33f.io/libopenapi/extensions/)
- [The Index](https://pb33f.io/libopenapi/index/)
- [The Resolver](https://pb33f.io/libopenapi/resolver/)