Merge pull request #617 from metosin/openapi-docs

doc: mention reitit-openapi in cljdoc
This commit is contained in:
Joel Kaasinen 2023-05-03 17:12:47 +03:00 committed by GitHub
commit bcbdd05a6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,7 @@ There is [#reitit](https://clojurians.slack.com/messages/reitit/) in [Clojurians
* `reitit-spec` [clojure.spec](https://clojure.org/about/spec) coercion
* `reitit-schema` [Schema](https://github.com/plumatic/schema) coercion
* `reitit-swagger` [Swagger2](https://swagger.io/) apidocs
* `reitit-openapi` OpenAPI 3 apidocs
* `reitit-swagger-ui` Integrated [Swagger UI](https://github.com/swagger-api/swagger-ui).
* `reitit-frontend` Tools for [frontend routing](frontend/basics.md)
* `reitit-http` http-routing with Pedestal-style Interceptors

View file

@ -12,7 +12,8 @@
metosin/reitit-swagger-ui
metosin/reitit-frontend
metosin/reitit-sieppari
metosin/reitit-pedestal]
metosin/reitit-pedestal
fi.metosin/reitit-openapi]
:cljdoc.doc/tree
[["Introduction" {:file "doc/README.md"}]
["Basics" {}