mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Polish docs
This commit is contained in:
parent
ae9fbe08e0
commit
ba26881348
2 changed files with 12 additions and 14 deletions
16
README.md
16
README.md
|
|
@ -1,4 +1,4 @@
|
|||
# reitit [](https://travis-ci.org/metosin/reitit) [](https://clojars.org/metosin/reitit)
|
||||
# reitit [](https://travis-ci.org/metosin/reitit)
|
||||
|
||||
A friendly data-driven router for Clojure(Script).
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ A friendly data-driven router for Clojure(Script).
|
|||
* Modular
|
||||
* [Fast](https://metosin.github.io/reitit/performance.html)
|
||||
|
||||
There are also [Ring-router](https://metosin.github.io/reitit/ring/ring.html) with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html) as a separate module.
|
||||
There are also a separate [Ring-router](https://metosin.github.io/reitit/ring/ring.html) module with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html).
|
||||
|
||||
See the [full documentation](https://metosin.github.io/reitit/) for details.
|
||||
|
||||
|
|
@ -116,19 +116,17 @@ Invalid request:
|
|||
|
||||
[Check out the full documentation!](https://metosin.github.io/reitit/)
|
||||
|
||||
Roadmap is mostly written in [issues](https://github.com/metosin/reitit/issues).
|
||||
Join [#reitit](https://clojurians.slack.com/messages/reitit/) channel in [Clojurians slack](http://clojurians.net/).
|
||||
|
||||
There is also a [#reitit](https://clojurians.slack.com/messages/reitit/) channel in [Clojurians slack](http://clojurians.net/).
|
||||
Roadmap is mostly written in [issues](https://github.com/metosin/reitit/issues).
|
||||
|
||||
## Special thanks
|
||||
|
||||
To all Clojure(Script) routing libs out there, expecially to
|
||||
* Existing Clojure(Script) routing libs, expecially to
|
||||
[Ataraxy](https://github.com/weavejester/ataraxy), [Bide](https://github.com/funcool/bide), [Bidi](https://github.com/juxt/bidi), [Compojure](https://github.com/weavejester/compojure) and
|
||||
[Pedestal](https://github.com/pedestal/pedestal/tree/master/route).
|
||||
|
||||
Also to [Compojure-api](https://github.com/metosin/compojure-api), [Kekkonen](https://github.com/metosin/kekkonen), [Ring-swagger](https://github.com/metosin/ring-swagger) and [Yada](https://github.com/juxt/yada) and for ideas, coercion & stuff.
|
||||
|
||||
And, of course, to: [Schema](https://github.com/plumatic/schema) and [clojure.spec](https://clojure.org/about/spec).
|
||||
* [Compojure-api](https://github.com/metosin/compojure-api), [Kekkonen](https://github.com/metosin/kekkonen), [Ring-swagger](https://github.com/metosin/ring-swagger) and [Yada](https://github.com/juxt/yada) and for ideas, coercion & stuff.
|
||||
* [Schema](https://github.com/plumatic/schema) and [clojure.spec](https://clojure.org/about/spec) for the formal validation.
|
||||
|
||||
## Development instructions
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
* Modular
|
||||
* [Fast](performance.md)
|
||||
|
||||
There are also [Ring-router](./ring/ring.md) with [data-driven middleware](./ring/data_driven_middleware.md) as a separate module.
|
||||
There are also a separate [Ring-router](https://metosin.github.io/reitit/ring/ring.html) module with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html).
|
||||
|
||||
To use Reitit, add the following dependecy to your project:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue