diff --git a/advanced/composing_routers.html b/advanced/composing_routers.html
index 0401917f..2293c27e 100644
--- a/advanced/composing_routers.html
+++ b/advanced/composing_routers.html
@@ -1189,7 +1189,7 @@
diff --git a/advanced/configuring_routers.html b/advanced/configuring_routers.html
index 4cf51f5a..fec19c94 100644
--- a/advanced/configuring_routers.html
+++ b/advanced/configuring_routers.html
@@ -903,7 +903,7 @@
diff --git a/advanced/dev_workflow.html b/advanced/dev_workflow.html
index 12c64f6d..68e4c3b0 100644
--- a/advanced/dev_workflow.html
+++ b/advanced/dev_workflow.html
@@ -954,7 +954,7 @@
diff --git a/advanced/different_routers.html b/advanced/different_routers.html
index 7dbeeed0..97beffe9 100644
--- a/advanced/different_routers.html
+++ b/advanced/different_routers.html
@@ -902,7 +902,7 @@
diff --git a/advanced/route_validation.html b/advanced/route_validation.html
index 379fb2ca..2f1f2c40 100644
--- a/advanced/route_validation.html
+++ b/advanced/route_validation.html
@@ -990,7 +990,7 @@
diff --git a/advanced/shared_routes.html b/advanced/shared_routes.html
index add4fae0..44e08cf7 100644
--- a/advanced/shared_routes.html
+++ b/advanced/shared_routes.html
@@ -911,7 +911,7 @@
diff --git a/basics/error_messages.html b/basics/error_messages.html
index c7d8d7bd..e0ea6899 100644
--- a/basics/error_messages.html
+++ b/basics/error_messages.html
@@ -878,7 +878,7 @@
diff --git a/basics/name_based_routing.html b/basics/name_based_routing.html
index 457489c5..ea3a8870 100644
--- a/basics/name_based_routing.html
+++ b/basics/name_based_routing.html
@@ -913,7 +913,7 @@
diff --git a/basics/path_based_routing.html b/basics/path_based_routing.html
index 1f4cb934..c456d379 100644
--- a/basics/path_based_routing.html
+++ b/basics/path_based_routing.html
@@ -871,7 +871,7 @@
diff --git a/basics/route_conflicts.html b/basics/route_conflicts.html
index e6725c5b..afa7fbea 100644
--- a/basics/route_conflicts.html
+++ b/basics/route_conflicts.html
@@ -927,7 +927,7 @@
diff --git a/basics/route_data.html b/basics/route_data.html
index 0b838086..1e5d9779 100644
--- a/basics/route_data.html
+++ b/basics/route_data.html
@@ -965,7 +965,7 @@
diff --git a/basics/route_data_validation.html b/basics/route_data_validation.html
index dd4cf847..0551dee3 100644
--- a/basics/route_data_validation.html
+++ b/basics/route_data_validation.html
@@ -942,7 +942,7 @@
diff --git a/basics/route_syntax.html b/basics/route_syntax.html
index c7399dfe..d800f5fc 100644
--- a/basics/route_syntax.html
+++ b/basics/route_syntax.html
@@ -949,7 +949,7 @@
diff --git a/basics/router.html b/basics/router.html
index 41889b49..78aead6b 100644
--- a/basics/router.html
+++ b/basics/router.html
@@ -925,7 +925,7 @@
diff --git a/coercion/clojure_spec_coercion.html b/coercion/clojure_spec_coercion.html
index 899a1a85..51a36669 100644
--- a/coercion/clojure_spec_coercion.html
+++ b/coercion/clojure_spec_coercion.html
@@ -990,7 +990,7 @@ The s/keys accepts :opt-un to support optional keys.
diff --git a/coercion/coercion.html b/coercion/coercion.html
index fef1afed..84820deb 100644
--- a/coercion/coercion.html
+++ b/coercion/coercion.html
@@ -979,7 +979,7 @@
diff --git a/coercion/data_spec_coercion.html b/coercion/data_spec_coercion.html
index 379fc6a4..fead1dc7 100644
--- a/coercion/data_spec_coercion.html
+++ b/coercion/data_spec_coercion.html
@@ -877,7 +877,7 @@
diff --git a/coercion/schema_coercion.html b/coercion/schema_coercion.html
index 025cbc5b..366ac2da 100644
--- a/coercion/schema_coercion.html
+++ b/coercion/schema_coercion.html
@@ -878,7 +878,7 @@
diff --git a/development.html b/development.html
index 1aca7877..ed684e42 100644
--- a/development.html
+++ b/development.html
@@ -869,7 +869,7 @@ lein test
diff --git a/faq.html b/faq.html
index 34e602c6..72121e22 100644
--- a/faq.html
+++ b/faq.html
@@ -949,7 +949,7 @@
diff --git a/frontend/basics.html b/frontend/basics.html
index 4ddae2b6..da696125 100644
--- a/frontend/basics.html
+++ b/frontend/basics.html
@@ -866,7 +866,7 @@ React breaking due to errors.
diff --git a/frontend/browser.html b/frontend/browser.html
index 1c8beda1..938c442a 100644
--- a/frontend/browser.html
+++ b/frontend/browser.html
@@ -889,7 +889,7 @@ go back or forwards, but calling History API functions directly should work:
diff --git a/frontend/controllers.html b/frontend/controllers.html
index 6a136daa..2d7da182 100644
--- a/frontend/controllers.html
+++ b/frontend/controllers.html
@@ -946,7 +946,7 @@ missing resources.
diff --git a/http/default_interceptors.html b/http/default_interceptors.html
index 8af69e50..b6396d23 100644
--- a/http/default_interceptors.html
+++ b/http/default_interceptors.html
@@ -868,7 +868,7 @@
diff --git a/http/interceptors.html b/http/interceptors.html
index a7f1ed6e..e9c7235f 100644
--- a/http/interceptors.html
+++ b/http/interceptors.html
@@ -896,7 +896,7 @@
diff --git a/http/pedestal.html b/http/pedestal.html
index db4ff149..b7cf5031 100644
--- a/http/pedestal.html
+++ b/http/pedestal.html
@@ -907,7 +907,7 @@
diff --git a/http/sieppari.html b/http/sieppari.html
index fd9389c7..0fef1928 100644
--- a/http/sieppari.html
+++ b/http/sieppari.html
@@ -908,7 +908,7 @@
diff --git a/http/transforming_interceptor_chain.html b/http/transforming_interceptor_chain.html
index ce4ff0d3..3afdc7f3 100644
--- a/http/transforming_interceptor_chain.html
+++ b/http/transforming_interceptor_chain.html
@@ -907,7 +907,7 @@
diff --git a/index.html b/index.html
index e3ae04c3..8900073f 100644
--- a/index.html
+++ b/index.html
@@ -972,7 +972,7 @@
diff --git a/performance.html b/performance.html
index dd389383..e9b1ba51 100644
--- a/performance.html
+++ b/performance.html
@@ -955,7 +955,7 @@
diff --git a/ring/RESTful_form_methods.html b/ring/RESTful_form_methods.html
index 9abe5cc8..b1aaee5f 100644
--- a/ring/RESTful_form_methods.html
+++ b/ring/RESTful_form_methods.html
@@ -873,7 +873,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 156066b4..505cb913 100644
--- a/ring/coercion.html
+++ b/ring/coercion.html
@@ -1074,7 +1074,7 @@
diff --git a/ring/compiling_middleware.html b/ring/compiling_middleware.html
index 850b6f3d..62429165 100644
--- a/ring/compiling_middleware.html
+++ b/ring/compiling_middleware.html
@@ -936,7 +936,7 @@
diff --git a/ring/content_negotiation.html b/ring/content_negotiation.html
index 61181bcd..219cba5b 100644
--- a/ring/content_negotiation.html
+++ b/ring/content_negotiation.html
@@ -959,7 +959,7 @@ Server: Jetty(9.2.21.v20170120)
diff --git a/ring/data_driven_middleware.html b/ring/data_driven_middleware.html
index b4e3a079..c84f05a6 100644
--- a/ring/data_driven_middleware.html
+++ b/ring/data_driven_middleware.html
@@ -934,7 +934,7 @@
diff --git a/ring/default_handler.html b/ring/default_handler.html
index 90775535..b3c6af86 100644
--- a/ring/default_handler.html
+++ b/ring/default_handler.html
@@ -912,7 +912,7 @@
diff --git a/ring/default_middleware.html b/ring/default_middleware.html
index 6d659ec4..734260f6 100644
--- a/ring/default_middleware.html
+++ b/ring/default_middleware.html
@@ -891,7 +891,7 @@
diff --git a/ring/dynamic_extensions.html b/ring/dynamic_extensions.html
index b3005f11..d4a2877f 100644
--- a/ring/dynamic_extensions.html
+++ b/ring/dynamic_extensions.html
@@ -881,7 +881,7 @@
diff --git a/ring/exceptions.html b/ring/exceptions.html
index 8bb39e0a..4e5ede40 100644
--- a/ring/exceptions.html
+++ b/ring/exceptions.html
@@ -960,7 +960,7 @@
diff --git a/ring/middleware_registry.html b/ring/middleware_registry.html
index 086cc33c..07c8a995 100644
--- a/ring/middleware_registry.html
+++ b/ring/middleware_registry.html
@@ -892,7 +892,7 @@
diff --git a/ring/reverse_routing.html b/ring/reverse_routing.html
index cb15b906..27c164d4 100644
--- a/ring/reverse_routing.html
+++ b/ring/reverse_routing.html
@@ -877,7 +877,7 @@
diff --git a/ring/ring.html b/ring/ring.html
index 386e7f9b..ce67b6fc 100644
--- a/ring/ring.html
+++ b/ring/ring.html
@@ -1021,7 +1021,7 @@
diff --git a/ring/route_data_validation.html b/ring/route_data_validation.html
index c646709d..b7987e25 100644
--- a/ring/route_data_validation.html
+++ b/ring/route_data_validation.html
@@ -1089,7 +1089,7 @@
diff --git a/ring/slash_handler.html b/ring/slash_handler.html
index 2d60f22f..5195ce77 100644
--- a/ring/slash_handler.html
+++ b/ring/slash_handler.html
@@ -915,7 +915,7 @@
diff --git a/ring/static.html b/ring/static.html
index da32daae..444aabe4 100644
--- a/ring/static.html
+++ b/ring/static.html
@@ -917,7 +917,7 @@
diff --git a/ring/swagger.html b/ring/swagger.html
index 19adfcbc..e25d7697 100644
--- a/ring/swagger.html
+++ b/ring/swagger.html
@@ -1141,7 +1141,7 @@ see the next example
diff --git a/ring/transforming_middleware_chain.html b/ring/transforming_middleware_chain.html
index d206ec40..d4eab5cd 100644
--- a/ring/transforming_middleware_chain.html
+++ b/ring/transforming_middleware_chain.html
@@ -898,7 +898,7 @@