mirror of
https://github.com/metosin/reitit.git
synced 2025-12-26 03:38:24 +00:00
empty attrs
This commit is contained in:
parent
be328f5e9c
commit
7345908102
1 changed files with 7 additions and 7 deletions
|
|
@ -8,7 +8,7 @@
|
|||
metosin/reitit-swagger-ui],
|
||||
:cljdoc.doc/tree
|
||||
[["Introduction" {:file "doc/README.md"}]
|
||||
["Basics"
|
||||
["Basics" {}
|
||||
["Route Syntax" {:file "doc/basics/route_syntax.md"}]
|
||||
["Router" {:file "doc/basics/router.md"}]
|
||||
["Path-based Routing" {:file "doc/basics/path_based_routing.md"}]
|
||||
|
|
@ -16,12 +16,12 @@
|
|||
["Route Data" {:file "doc/basics/route_data.md"}]
|
||||
["Route Data Validation" {:file "doc/basics/route_data_validation.md"}]
|
||||
["Route Conflicts" {:file "doc/basics/route_conflicts.md"}]]
|
||||
["Coercion"
|
||||
["Coercion" {}
|
||||
["Coercion Explained" {:file "doc/coercion/coercion.md"}]
|
||||
["Plumatic Schema" {:file "doc/coercion/schema_coercion.md"}]
|
||||
["Clojure.spec" {:file "doc/coercion/clojure_spec_coercion.md"}]
|
||||
["Data-specs" {:file "doc/coercion/data_spec_coercion.md"}]]
|
||||
["Ring"
|
||||
["Ring" {}
|
||||
["Ring-router" {:file "doc/ring/ring.md"}]
|
||||
["Reverse-routing" {:file "doc/ring/reverse_routing.md"}]
|
||||
["Default handler" {:file "doc/ring/default_handler.md"}]
|
||||
|
|
@ -35,20 +35,20 @@
|
|||
["Route Data Validation" {:file "doc/ring/route_data_validation.md"}]
|
||||
["Compiling Middleware" {:file "doc/ring/compiling_middleware.md"}]
|
||||
["Swagger Support" {:file "doc/ring/swagger.md"}]]
|
||||
["Frontend"
|
||||
["Frontend" {}
|
||||
["Basics" {:file "doc/frontend/basics.md"}]
|
||||
["Browser integration" {:file "doc/frontend/browser.md"}]
|
||||
["Controllers (WIP)" {:file "doc/frontend/controllers.md"}]]
|
||||
["HTTP"
|
||||
["HTTP" {}
|
||||
["Interceptors" {:file "doc/http/interceptors.md"}]]
|
||||
["Advanced"
|
||||
["Advanced" {}
|
||||
["Configuring Routers" {:file "doc/advanced/configuring_routers.md"}]
|
||||
["Composing Routers" {:file "doc/advanced/composing_routers.md"}]
|
||||
["Different Routers" {:file "doc/advanced/different_routers.md"}]
|
||||
["Route Validation" {:file "doc/advanced/route_validation.md"}]
|
||||
["Dev Workflow" {:file "doc/advanced/dev_workflow.md"}]
|
||||
["Shared Routes" {:file "doc/advanced/shared_routes.md"}]]
|
||||
["Misc"
|
||||
["Misc" {}
|
||||
["Performance" {:file "doc/performance.md"}]
|
||||
["Development Instructions" {:file "doc/development.md"}]
|
||||
["FAQ" {:file "doc/faq.md"}]]]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue