diff --git a/advanced/composing_routers.html b/advanced/composing_routers.html index 40a7033c..d9e2f009 100644 --- a/advanced/composing_routers.html +++ b/advanced/composing_routers.html @@ -1072,7 +1072,7 @@ diff --git a/advanced/configuring_routers.html b/advanced/configuring_routers.html index fb572eae..30acab0d 100644 --- a/advanced/configuring_routers.html +++ b/advanced/configuring_routers.html @@ -778,7 +778,7 @@ diff --git a/advanced/dev_workflow.html b/advanced/dev_workflow.html index 0150b6c1..51db80e7 100644 --- a/advanced/dev_workflow.html +++ b/advanced/dev_workflow.html @@ -837,7 +837,7 @@ diff --git a/advanced/different_routers.html b/advanced/different_routers.html index e96157ef..53b33bae 100644 --- a/advanced/different_routers.html +++ b/advanced/different_routers.html @@ -781,7 +781,7 @@ diff --git a/advanced/route_validation.html b/advanced/route_validation.html index b1557230..aead031e 100644 --- a/advanced/route_validation.html +++ b/advanced/route_validation.html @@ -873,7 +873,7 @@ diff --git a/advanced/shared_routes.html b/advanced/shared_routes.html index 6f26a06a..9beea22e 100644 --- a/advanced/shared_routes.html +++ b/advanced/shared_routes.html @@ -793,7 +793,7 @@ diff --git a/basics/name_based_routing.html b/basics/name_based_routing.html index 3337849e..d3f2934a 100644 --- a/basics/name_based_routing.html +++ b/basics/name_based_routing.html @@ -796,7 +796,7 @@ diff --git a/basics/path_based_routing.html b/basics/path_based_routing.html index 7aa01513..aa5be7dc 100644 --- a/basics/path_based_routing.html +++ b/basics/path_based_routing.html @@ -754,7 +754,7 @@ diff --git a/basics/route_conflicts.html b/basics/route_conflicts.html index 6f65742e..a5f38d3c 100644 --- a/basics/route_conflicts.html +++ b/basics/route_conflicts.html @@ -797,7 +797,7 @@ diff --git a/basics/route_data.html b/basics/route_data.html index efaa6c25..14e11076 100644 --- a/basics/route_data.html +++ b/basics/route_data.html @@ -795,7 +795,7 @@ diff --git a/basics/route_data_validation.html b/basics/route_data_validation.html index c719e9fd..f3a4dcc3 100644 --- a/basics/route_data_validation.html +++ b/basics/route_data_validation.html @@ -847,7 +847,7 @@ diff --git a/basics/route_syntax.html b/basics/route_syntax.html index f3c5d5db..b3baf24a 100644 --- a/basics/route_syntax.html +++ b/basics/route_syntax.html @@ -781,7 +781,7 @@ diff --git a/basics/router.html b/basics/router.html index 56874c29..0ec83c84 100644 --- a/basics/router.html +++ b/basics/router.html @@ -764,7 +764,7 @@ diff --git a/cljdoc.edn b/cljdoc.edn index 39bda90a..914365c9 100644 --- a/cljdoc.edn +++ b/cljdoc.edn @@ -50,6 +50,5 @@ ["Shared Routes" {:file "doc/advanced/shared_routes.md"}]] ["Misc" ["Performance" {:file "doc/performance.md"}] - ["Interceptors (WIP)" {:file "doc/interceptors.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 be4bd329..4e50704d 100644 --- a/coercion/clojure_spec_coercion.html +++ b/coercion/clojure_spec_coercion.html @@ -766,7 +766,7 @@ diff --git a/coercion/coercion.html b/coercion/coercion.html index 0ff0153c..173b6783 100644 --- a/coercion/coercion.html +++ b/coercion/coercion.html @@ -861,7 +861,7 @@ diff --git a/coercion/data_spec_coercion.html b/coercion/data_spec_coercion.html index 35d621cd..d83c5bd2 100644 --- a/coercion/data_spec_coercion.html +++ b/coercion/data_spec_coercion.html @@ -760,7 +760,7 @@ diff --git a/coercion/schema_coercion.html b/coercion/schema_coercion.html index 54388d68..050d7c90 100644 --- a/coercion/schema_coercion.html +++ b/coercion/schema_coercion.html @@ -761,7 +761,7 @@ diff --git a/development.html b/development.html index f9ace5a0..79cbf218 100644 --- a/development.html +++ b/development.html @@ -751,7 +751,7 @@ lein test diff --git a/faq.html b/faq.html index c61788cb..6cc00045 100644 --- a/faq.html +++ b/faq.html @@ -829,7 +829,7 @@ diff --git a/frontend/basics.html b/frontend/basics.html index 571a2bd1..63d86936 100644 --- a/frontend/basics.html +++ b/frontend/basics.html @@ -739,7 +739,7 @@ React breaking due to errors). diff --git a/frontend/browser.html b/frontend/browser.html index 463fd879..64b27b2e 100644 --- a/frontend/browser.html +++ b/frontend/browser.html @@ -743,7 +743,7 @@ router instance and passes the instance to all calls.

diff --git a/frontend/controllers.html b/frontend/controllers.html index 78ba2f6c..e263ae67 100644 --- a/frontend/controllers.html +++ b/frontend/controllers.html @@ -756,7 +756,7 @@ missing resources.

diff --git a/http/interceptors.html b/http/interceptors.html index 66d6729b..888b2c16 100644 --- a/http/interceptors.html +++ b/http/interceptors.html @@ -744,7 +744,7 @@ diff --git a/index.html b/index.html index 39bdf7fc..59fa977a 100644 --- a/index.html +++ b/index.html @@ -869,7 +869,7 @@ diff --git a/performance.html b/performance.html index af7b8fce..34d65fe0 100644 --- a/performance.html +++ b/performance.html @@ -808,7 +808,7 @@ diff --git a/ring/coercion.html b/ring/coercion.html index 50d60ada..25bc63a2 100644 --- a/ring/coercion.html +++ b/ring/coercion.html @@ -862,7 +862,7 @@ diff --git a/ring/compiling_middleware.html b/ring/compiling_middleware.html index e8645268..1dda2ed8 100644 --- a/ring/compiling_middleware.html +++ b/ring/compiling_middleware.html @@ -789,7 +789,7 @@ diff --git a/ring/data_driven_middleware.html b/ring/data_driven_middleware.html index 87366ba0..d60d2ac1 100644 --- a/ring/data_driven_middleware.html +++ b/ring/data_driven_middleware.html @@ -817,7 +817,7 @@ diff --git a/ring/default_handler.html b/ring/default_handler.html index a035618c..aba79077 100644 --- a/ring/default_handler.html +++ b/ring/default_handler.html @@ -795,7 +795,7 @@ diff --git a/ring/default_middleware.html b/ring/default_middleware.html index b0511f83..4ee0f963 100644 --- a/ring/default_middleware.html +++ b/ring/default_middleware.html @@ -940,7 +940,7 @@ Server: Jetty(9.2.21.v20170120) diff --git a/ring/dynamic_extensions.html b/ring/dynamic_extensions.html index e54d30de..e522ea1f 100644 --- a/ring/dynamic_extensions.html +++ b/ring/dynamic_extensions.html @@ -764,7 +764,7 @@ diff --git a/ring/middleware_registry.html b/ring/middleware_registry.html index 524ea514..e489bf33 100644 --- a/ring/middleware_registry.html +++ b/ring/middleware_registry.html @@ -775,7 +775,7 @@ diff --git a/ring/reverse_routing.html b/ring/reverse_routing.html index 3157f83e..894703a0 100644 --- a/ring/reverse_routing.html +++ b/ring/reverse_routing.html @@ -760,7 +760,7 @@ diff --git a/ring/ring.html b/ring/ring.html index 52e230fb..de29480d 100644 --- a/ring/ring.html +++ b/ring/ring.html @@ -820,7 +820,7 @@ diff --git a/ring/route_data_validation.html b/ring/route_data_validation.html index 48b80301..5ee3b10b 100644 --- a/ring/route_data_validation.html +++ b/ring/route_data_validation.html @@ -972,7 +972,7 @@ diff --git a/ring/static.html b/ring/static.html index 94c1ede6..2fb9fa73 100644 --- a/ring/static.html +++ b/ring/static.html @@ -796,7 +796,7 @@ diff --git a/ring/swagger.html b/ring/swagger.html index 620923dd..8bff3807 100644 --- a/ring/swagger.html +++ b/ring/swagger.html @@ -1004,7 +1004,7 @@ diff --git a/ring/transforming_middleware_chain.html b/ring/transforming_middleware_chain.html index d4eb36f6..37f86b89 100644 --- a/ring/transforming_middleware_chain.html +++ b/ring/transforming_middleware_chain.html @@ -752,7 +752,7 @@