From c3c81eda569a9bcb46f68958f2f2f250447c9478 Mon Sep 17 00:00:00 2001 From: Automatic build Date: Mon, 13 May 2019 16:14:27 +0000 Subject: [PATCH] Build book from commit 16903ebe585518ddaf33f4a06a4df0317b5524b7 [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 | 2 +- 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, 46 insertions(+), 46 deletions(-) diff --git a/advanced/composing_routers.html b/advanced/composing_routers.html index dfd3b612..802816f8 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 2ed167f4..4170e812 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 5682cf15..52ed13ea 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 c250ef8e..5b2a45bf 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 64526978..6a654ebd 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 6cfcb18c..bbe55288 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 645b827e..28a06f77 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 3f3e5530..5acb06f8 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 e07f68bb..85462a03 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 fb440dba..ade13498 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 a5d1a7a2..ce8d3d59 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 d65035aa..416b3ff5 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 4423d0e3..a3b1ad4b 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 a115906a..ca56fe98 100644 --- a/basics/router.html +++ b/basics/router.html @@ -899,7 +899,7 @@ diff --git a/cljdoc.edn b/cljdoc.edn index 012b4773..7ac24206 100644 --- a/cljdoc.edn +++ b/cljdoc.edn @@ -23,7 +23,7 @@ ["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"]]] + ["Error Messages" {:file "doc/basics/error_messages.md"}]] ["Coercion" {} ["Coercion Explained" {:file "doc/coercion/coercion.md"}] ["Plumatic Schema" {:file "doc/coercion/schema_coercion.md"}] diff --git a/coercion/clojure_spec_coercion.html b/coercion/clojure_spec_coercion.html index c4c8e70a..06987094 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 8b6bcd93..42f894b5 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 1022c3f2..1d94c5e4 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 b7edc955..ffebdb14 100644 --- a/coercion/schema_coercion.html +++ b/coercion/schema_coercion.html @@ -852,7 +852,7 @@ diff --git a/development.html b/development.html index 20b0d97b..7050dfbf 100644 --- a/development.html +++ b/development.html @@ -843,7 +843,7 @@ lein test diff --git a/faq.html b/faq.html index c6d494f4..d6c03b6c 100644 --- a/faq.html +++ b/faq.html @@ -920,7 +920,7 @@ diff --git a/frontend/basics.html b/frontend/basics.html index c62043fe..33bea32a 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 29c63a37..8b3b7c13 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 afbfcd77..b3120594 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 b6f134ba..49ccd775 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 6249a9c5..72f1528d 100644 --- a/http/interceptors.html +++ b/http/interceptors.html @@ -870,7 +870,7 @@ diff --git a/http/pedestal.html b/http/pedestal.html index 16e92bd2..4ba8a37d 100644 --- a/http/pedestal.html +++ b/http/pedestal.html @@ -881,7 +881,7 @@ diff --git a/http/sieppari.html b/http/sieppari.html index da2bcebe..94f3edd3 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 ba72cee8..e588dbb6 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 7150fa40..47f5540c 100644 --- a/index.html +++ b/index.html @@ -945,7 +945,7 @@ diff --git a/performance.html b/performance.html index dac6118a..5e54e6a5 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 2c71ba27..a0150b1c 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 1e62a6d1..770fd4b7 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 6de513fb..65e41ec6 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 a0b49419..da2ca5e6 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 a2c54492..f886c784 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 35968fe8..0933d277 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 ed621834..9647db70 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 ce5d08c7..a24355e5 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 42f28621..d425f288 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 1302734e..bed0ef6d 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 3b6c0dd0..be426388 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 2435fa06..ed9a5109 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 d86dc8aa..e7e94718 100644 --- a/ring/static.html +++ b/ring/static.html @@ -891,7 +891,7 @@ diff --git a/ring/swagger.html b/ring/swagger.html index 39fe4641..f18216be 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 40b20158..373a7860 100644 --- a/ring/transforming_middleware_chain.html +++ b/ring/transforming_middleware_chain.html @@ -872,7 +872,7 @@