diff --git a/advanced/composing_routers.html b/advanced/composing_routers.html
index 69dd13c5..e477bc66 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 46106161..54b566d0 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 f3fd1a04..84386ae1 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 f961ca0e..18218520 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 09715d02..c43dde65 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 913c5737..9294bf54 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 bc2e8a1a..5b777312 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 be9406a9..2c4ccfa8 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 efd9f284..f98ccb4f 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 c4d97f74..0d053a7a 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 f96951ec..f29d6c81 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 7a06b51e..24d5cb1b 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 e3ef10be..e8402776 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 f925d8dd..beaaf9d6 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 ed9f22ff..64b16164 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 7f34ab75..97cad4e6 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 bbbca6e7..e1f18352 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 2314071c..165939c5 100644
--- a/coercion/schema_coercion.html
+++ b/coercion/schema_coercion.html
@@ -878,7 +878,7 @@
diff --git a/development.html b/development.html
index 38b4b5a7..f0788686 100644
--- a/development.html
+++ b/development.html
@@ -869,7 +869,7 @@ lein test
diff --git a/faq.html b/faq.html
index 9451d22e..f21a7f2a 100644
--- a/faq.html
+++ b/faq.html
@@ -949,7 +949,7 @@
diff --git a/frontend/basics.html b/frontend/basics.html
index a19739ce..e00d3f60 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 10f9d3dd..892a3900 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 63c123df..0e5da2a3 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 bf4fc48c..7a3a0173 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 c08f1694..9a015f08 100644
--- a/http/interceptors.html
+++ b/http/interceptors.html
@@ -896,7 +896,7 @@
diff --git a/http/pedestal.html b/http/pedestal.html
index 4a0542af..c2c12c7c 100644
--- a/http/pedestal.html
+++ b/http/pedestal.html
@@ -907,7 +907,7 @@
diff --git a/http/sieppari.html b/http/sieppari.html
index c33d49f9..1399056c 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 ad7b3d0c..83967358 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 51330bcc..6cdf0026 100644
--- a/index.html
+++ b/index.html
@@ -972,7 +972,7 @@
diff --git a/performance.html b/performance.html
index 23e199f3..dd70ecbf 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 ad6708cd..5bed1dcd 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 51685549..3d2563ed 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 c4df2149..3de1f160 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 54486f22..a67f5ff7 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 02158015..3f4e1df0 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 81839d83..f4743b44 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 42e77ee2..4f8453e6 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 fafc4291..28ea9697 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 32dd4f1f..595ab3bf 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 800e3c60..0568ff58 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 c6d413a9..2876ebb1 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 7fe85f15..eb8b6dfb 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 5dc084e8..a8255c73 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 22ddce25..d36150d5 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 d052170f..df8831c0 100644
--- a/ring/static.html
+++ b/ring/static.html
@@ -917,7 +917,7 @@
diff --git a/ring/swagger.html b/ring/swagger.html
index 26e7ceaf..18d3aafd 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 7fc2281b..336091a6 100644
--- a/ring/transforming_middleware_chain.html
+++ b/ring/transforming_middleware_chain.html
@@ -898,7 +898,7 @@