From 502e46dcfe1b32fa0bda977b0d24874fd0b1e7dc Mon Sep 17 00:00:00 2001 From: Automatic build Date: Sun, 12 May 2019 18:45:15 +0000 Subject: [PATCH] Build book from commit 55097654dc74bf308de940dc95d674827f73923e [skip ci] --- advanced/composing_routers.html | 2 +- advanced/configuring_routers.html | 2 +- advanced/dev_workflow.html | 2 +- advanced/different_routers.html | 2 +- advanced/route_validation.html | 2 +- advanced/shared_routes.html | 2 +- basics/error_messages.html | 2 +- basics/name_based_routing.html | 2 +- basics/path_based_routing.html | 2 +- basics/route_conflicts.html | 2 +- basics/route_data.html | 2 +- basics/route_data_validation.html | 2 +- basics/route_syntax.html | 2 +- basics/router.html | 2 +- cljdoc.edn | 55 +++++++++++++++++++++++- coercion/clojure_spec_coercion.html | 2 +- coercion/coercion.html | 2 +- coercion/data_spec_coercion.html | 2 +- coercion/schema_coercion.html | 2 +- development.html | 2 +- faq.html | 2 +- frontend/basics.html | 2 +- frontend/browser.html | 2 +- frontend/controllers.html | 2 +- http/default_interceptors.html | 2 +- http/interceptors.html | 2 +- http/pedestal.html | 2 +- http/sieppari.html | 2 +- http/transforming_interceptor_chain.html | 2 +- index.html | 2 +- performance.html | 2 +- ring/RESTful_form_methods.html | 2 +- ring/coercion.html | 2 +- ring/compiling_middleware.html | 2 +- ring/data_driven_middleware.html | 2 +- ring/default_handler.html | 2 +- ring/default_middleware.html | 2 +- ring/dynamic_extensions.html | 2 +- ring/middleware_registry.html | 2 +- ring/reverse_routing.html | 2 +- ring/ring.html | 2 +- ring/route_data_validation.html | 2 +- ring/slash_handler.html | 2 +- ring/static.html | 2 +- ring/swagger.html | 2 +- ring/transforming_middleware_chain.html | 2 +- 46 files changed, 99 insertions(+), 46 deletions(-) diff --git a/advanced/composing_routers.html b/advanced/composing_routers.html index 34fd15ae..0cef900e 100644 --- a/advanced/composing_routers.html +++ b/advanced/composing_routers.html @@ -1163,7 +1163,7 @@ diff --git a/advanced/configuring_routers.html b/advanced/configuring_routers.html index 0335e747..17690217 100644 --- a/advanced/configuring_routers.html +++ b/advanced/configuring_routers.html @@ -873,7 +873,7 @@ diff --git a/advanced/dev_workflow.html b/advanced/dev_workflow.html index 93ebeb24..6d2c83ae 100644 --- a/advanced/dev_workflow.html +++ b/advanced/dev_workflow.html @@ -928,7 +928,7 @@ diff --git a/advanced/different_routers.html b/advanced/different_routers.html index 243f80d6..63d2beb3 100644 --- a/advanced/different_routers.html +++ b/advanced/different_routers.html @@ -876,7 +876,7 @@ diff --git a/advanced/route_validation.html b/advanced/route_validation.html index 204c6428..1a89ca30 100644 --- a/advanced/route_validation.html +++ b/advanced/route_validation.html @@ -964,7 +964,7 @@ diff --git a/advanced/shared_routes.html b/advanced/shared_routes.html index 4fb91f2a..c8c2985e 100644 --- a/advanced/shared_routes.html +++ b/advanced/shared_routes.html @@ -885,7 +885,7 @@ diff --git a/basics/error_messages.html b/basics/error_messages.html index 72cbd6b2..6b32980e 100644 --- a/basics/error_messages.html +++ b/basics/error_messages.html @@ -850,7 +850,7 @@ diff --git a/basics/name_based_routing.html b/basics/name_based_routing.html index e8afb39b..eec9f50b 100644 --- a/basics/name_based_routing.html +++ b/basics/name_based_routing.html @@ -887,7 +887,7 @@ diff --git a/basics/path_based_routing.html b/basics/path_based_routing.html index 98bc5638..6c8f346f 100644 --- a/basics/path_based_routing.html +++ b/basics/path_based_routing.html @@ -845,7 +845,7 @@ diff --git a/basics/route_conflicts.html b/basics/route_conflicts.html index 02944341..c93bd7d4 100644 --- a/basics/route_conflicts.html +++ b/basics/route_conflicts.html @@ -888,7 +888,7 @@ diff --git a/basics/route_data.html b/basics/route_data.html index 9556f335..e9de04a5 100644 --- a/basics/route_data.html +++ b/basics/route_data.html @@ -939,7 +939,7 @@ diff --git a/basics/route_data_validation.html b/basics/route_data_validation.html index 172e0c13..b49d706a 100644 --- a/basics/route_data_validation.html +++ b/basics/route_data_validation.html @@ -916,7 +916,7 @@ diff --git a/basics/route_syntax.html b/basics/route_syntax.html index 361f2118..fb62e1c8 100644 --- a/basics/route_syntax.html +++ b/basics/route_syntax.html @@ -898,7 +898,7 @@ diff --git a/basics/router.html b/basics/router.html index 12392058..1826249f 100644 --- a/basics/router.html +++ b/basics/router.html @@ -899,7 +899,7 @@ diff --git a/cljdoc.edn b/cljdoc.edn index de51ea50..012b4773 100644 --- a/cljdoc.edn +++ b/cljdoc.edn @@ -12,4 +12,57 @@ reitit-swagger-ui reitit-frontend reitit-sieppari - reitit-pedestal]} + reitit-pedestal] + :cljdoc.doc/tree + [["Introduction" {:file "doc/README.md"}] + ["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"}] + ["Name-based Routing" {:file "doc/basics/name_based_routing.md"}] + ["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"}] + ["Error Messages" [:file "doc/basics/error_messages.md"]]] + ["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-router" {:file "doc/ring/ring.md"}] + ["Reverse-routing" {:file "doc/ring/reverse_routing.md"}] + ["Default handler" {:file "doc/ring/default_handler.md"}] + ["Slash handler" {:file "doc/ring/slash_handler.md"}] + ["Static Resources" {:file "doc/ring/static.md"}] + ["Dynamic Extensions" {:file "doc/ring/dynamic_extensions.md"}] + ["Data-driven Middleware" {:file "doc/ring/data_driven_middleware.md"}] + ["Transforming Middleware Chain" {:file "doc/ring/transforming_middleware_chain.md"}] + ["Middleware Registry" {:file "doc/ring/middleware_registry.md"}] + ["Default Middleware" {:file "doc/ring/default_middleware.md"}] + ["Pluggable Coercion" {:file "doc/ring/coercion.md"}] + ["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"}] + ["RESTful form methods" {:file "doc/ring/RESTful_form_methods.md"}]] + ["HTTP" {} + ["Interceptors" {:file "doc/http/interceptors.md"}] + ["Pedestal" {:file "doc/http/pedestal.md"}] + ["Sieppari" {:file "doc/http/sieppari.md"}] + ["Default Interceptors" {:file "doc/http/default_interceptors.md"}] + ["Transforming Interceptor Chain" {:file "doc/http/transforming_interceptor_chain.md"}]] + ["Frontend" {} + ["Basics" {:file "doc/frontend/basics.md"}] + ["Browser integration" {:file "doc/frontend/browser.md"}] + ["Controllers" {:file "doc/frontend/controllers.md"}]] + ["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" {} + ["Performance" {:file "doc/performance.md"}] + ["Development Instructions" {:file "doc/development.md"}] + ["FAQ" {:file "doc/faq.md"}]]]} diff --git a/coercion/clojure_spec_coercion.html b/coercion/clojure_spec_coercion.html index 9e338a6a..fc2cbdcc 100644 --- a/coercion/clojure_spec_coercion.html +++ b/coercion/clojure_spec_coercion.html @@ -910,7 +910,7 @@ diff --git a/coercion/coercion.html b/coercion/coercion.html index f9f9603b..128d9a66 100644 --- a/coercion/coercion.html +++ b/coercion/coercion.html @@ -952,7 +952,7 @@ diff --git a/coercion/data_spec_coercion.html b/coercion/data_spec_coercion.html index 320ff8cd..f0adc240 100644 --- a/coercion/data_spec_coercion.html +++ b/coercion/data_spec_coercion.html @@ -851,7 +851,7 @@ diff --git a/coercion/schema_coercion.html b/coercion/schema_coercion.html index 1c52065d..5fc06432 100644 --- a/coercion/schema_coercion.html +++ b/coercion/schema_coercion.html @@ -852,7 +852,7 @@ diff --git a/development.html b/development.html index 1deab782..5d1f4a0a 100644 --- a/development.html +++ b/development.html @@ -843,7 +843,7 @@ lein test diff --git a/faq.html b/faq.html index 9bb8d30d..f9e1562c 100644 --- a/faq.html +++ b/faq.html @@ -920,7 +920,7 @@ diff --git a/frontend/basics.html b/frontend/basics.html index c0ca72ba..1c899fd0 100644 --- a/frontend/basics.html +++ b/frontend/basics.html @@ -840,7 +840,7 @@ React breaking due to errors.

diff --git a/frontend/browser.html b/frontend/browser.html index 750455ce..6fe44bc0 100644 --- a/frontend/browser.html +++ b/frontend/browser.html @@ -842,7 +842,7 @@ go back or forwards, but calling History API functions directly should work:

diff --git a/frontend/controllers.html b/frontend/controllers.html index b9e9db23..ca2ebbcf 100644 --- a/frontend/controllers.html +++ b/frontend/controllers.html @@ -920,7 +920,7 @@ missing resources.

diff --git a/http/default_interceptors.html b/http/default_interceptors.html index c1bd74d2..44a2ede8 100644 --- a/http/default_interceptors.html +++ b/http/default_interceptors.html @@ -842,7 +842,7 @@ diff --git a/http/interceptors.html b/http/interceptors.html index df980dfc..7925fea9 100644 --- a/http/interceptors.html +++ b/http/interceptors.html @@ -870,7 +870,7 @@ diff --git a/http/pedestal.html b/http/pedestal.html index 124a099c..c0e60463 100644 --- a/http/pedestal.html +++ b/http/pedestal.html @@ -881,7 +881,7 @@ diff --git a/http/sieppari.html b/http/sieppari.html index 2b446d8b..3b8a7a4c 100644 --- a/http/sieppari.html +++ b/http/sieppari.html @@ -882,7 +882,7 @@ diff --git a/http/transforming_interceptor_chain.html b/http/transforming_interceptor_chain.html index 9ce49619..d9097cb5 100644 --- a/http/transforming_interceptor_chain.html +++ b/http/transforming_interceptor_chain.html @@ -881,7 +881,7 @@ diff --git a/index.html b/index.html index 88f92a43..de12da8d 100644 --- a/index.html +++ b/index.html @@ -945,7 +945,7 @@ diff --git a/performance.html b/performance.html index 157b3524..76e9350c 100644 --- a/performance.html +++ b/performance.html @@ -926,7 +926,7 @@ diff --git a/ring/RESTful_form_methods.html b/ring/RESTful_form_methods.html index 763adadb..bdafc269 100644 --- a/ring/RESTful_form_methods.html +++ b/ring/RESTful_form_methods.html @@ -847,7 +847,7 @@ This is so that our middleware is applied before reitit matches the request with diff --git a/ring/coercion.html b/ring/coercion.html index b9ed37f9..252977e4 100644 --- a/ring/coercion.html +++ b/ring/coercion.html @@ -1047,7 +1047,7 @@ diff --git a/ring/compiling_middleware.html b/ring/compiling_middleware.html index 1d84a4a2..d09fabe7 100644 --- a/ring/compiling_middleware.html +++ b/ring/compiling_middleware.html @@ -880,7 +880,7 @@ diff --git a/ring/data_driven_middleware.html b/ring/data_driven_middleware.html index b782ef29..cee23843 100644 --- a/ring/data_driven_middleware.html +++ b/ring/data_driven_middleware.html @@ -908,7 +908,7 @@ diff --git a/ring/default_handler.html b/ring/default_handler.html index 612f0031..5e6431ce 100644 --- a/ring/default_handler.html +++ b/ring/default_handler.html @@ -886,7 +886,7 @@ diff --git a/ring/default_middleware.html b/ring/default_middleware.html index 09307dde..f8d937e7 100644 --- a/ring/default_middleware.html +++ b/ring/default_middleware.html @@ -1059,7 +1059,7 @@ Server: Jetty(9.2.21.v20170120) diff --git a/ring/dynamic_extensions.html b/ring/dynamic_extensions.html index 829779c5..5e5c8a8e 100644 --- a/ring/dynamic_extensions.html +++ b/ring/dynamic_extensions.html @@ -855,7 +855,7 @@ diff --git a/ring/middleware_registry.html b/ring/middleware_registry.html index 82bda95e..20846154 100644 --- a/ring/middleware_registry.html +++ b/ring/middleware_registry.html @@ -866,7 +866,7 @@ diff --git a/ring/reverse_routing.html b/ring/reverse_routing.html index d49dfd32..2308167e 100644 --- a/ring/reverse_routing.html +++ b/ring/reverse_routing.html @@ -851,7 +851,7 @@ diff --git a/ring/ring.html b/ring/ring.html index e505b77e..bda22d80 100644 --- a/ring/ring.html +++ b/ring/ring.html @@ -995,7 +995,7 @@ diff --git a/ring/route_data_validation.html b/ring/route_data_validation.html index 3032c2b9..3813225b 100644 --- a/ring/route_data_validation.html +++ b/ring/route_data_validation.html @@ -1063,7 +1063,7 @@ diff --git a/ring/slash_handler.html b/ring/slash_handler.html index 6f84082b..696b7a63 100644 --- a/ring/slash_handler.html +++ b/ring/slash_handler.html @@ -889,7 +889,7 @@ diff --git a/ring/static.html b/ring/static.html index 608f3b54..3f546f68 100644 --- a/ring/static.html +++ b/ring/static.html @@ -891,7 +891,7 @@ diff --git a/ring/swagger.html b/ring/swagger.html index 4a2c4979..90705a5a 100644 --- a/ring/swagger.html +++ b/ring/swagger.html @@ -1111,7 +1111,7 @@ see the next example diff --git a/ring/transforming_middleware_chain.html b/ring/transforming_middleware_chain.html index e047953e..83111182 100644 --- a/ring/transforming_middleware_chain.html +++ b/ring/transforming_middleware_chain.html @@ -872,7 +872,7 @@