- Name-based (reverse) Routing
+ Name-based (reverse) Routing
All routes which have :name route data defined, can also be matched by name.
Given a router:
(require '[reitit.core :as r])
@@ -602,7 +602,7 @@
diff --git a/basics/path_based_routing.html b/basics/path_based_routing.html
index 586aa8b6..93fdf50e 100644
--- a/basics/path_based_routing.html
+++ b/basics/path_based_routing.html
@@ -509,7 +509,7 @@
- Path-based Routing
+ Path-based Routing
Path-based routing is done using the reitit.core/match-by-path function. It takes the router and path as arguments and returns one of the following:
nil, no match
@@ -580,7 +580,7 @@
diff --git a/basics/route_conflicts.html b/basics/route_conflicts.html
index 35b7ed6f..f8ac19c4 100644
--- a/basics/route_conflicts.html
+++ b/basics/route_conflicts.html
@@ -597,7 +597,7 @@
diff --git a/basics/route_data.html b/basics/route_data.html
index d94934e8..d2541d77 100644
--- a/basics/route_data.html
+++ b/basics/route_data.html
@@ -631,7 +631,7 @@
diff --git a/basics/route_syntax.html b/basics/route_syntax.html
index 7e49d4c8..60c292e6 100644
--- a/basics/route_syntax.html
+++ b/basics/route_syntax.html
@@ -610,7 +610,7 @@
diff --git a/basics/router.html b/basics/router.html
index eb0dfe2b..28f850f4 100644
--- a/basics/router.html
+++ b/basics/router.html
@@ -590,7 +590,7 @@
diff --git a/coercion/clojure_spec_coercion.html b/coercion/clojure_spec_coercion.html
index a6521c6c..c242bacc 100644
--- a/coercion/clojure_spec_coercion.html
+++ b/coercion/clojure_spec_coercion.html
@@ -592,7 +592,7 @@
diff --git a/coercion/coercion.html b/coercion/coercion.html
index 8a40d3b6..8791c028 100644
--- a/coercion/coercion.html
+++ b/coercion/coercion.html
@@ -691,7 +691,7 @@
diff --git a/coercion/data_spec_coercion.html b/coercion/data_spec_coercion.html
index c91ed807..0d474a36 100644
--- a/coercion/data_spec_coercion.html
+++ b/coercion/data_spec_coercion.html
@@ -586,7 +586,7 @@
diff --git a/coercion/index.html b/coercion/index.html
index fda4d28d..8f96acd3 100644
--- a/coercion/index.html
+++ b/coercion/index.html
@@ -559,7 +559,7 @@
diff --git a/coercion/schema_coercion.html b/coercion/schema_coercion.html
index 0678f313..d354fa4c 100644
--- a/coercion/schema_coercion.html
+++ b/coercion/schema_coercion.html
@@ -587,7 +587,7 @@
diff --git a/faq.html b/faq.html
index f123370d..08955fda 100644
--- a/faq.html
+++ b/faq.html
@@ -547,7 +547,7 @@
diff --git a/index.html b/index.html
index 5c62a461..7d3964b0 100644
--- a/index.html
+++ b/index.html
@@ -664,7 +664,7 @@
diff --git a/performance.html b/performance.html
index 6098c0d5..3cd43dd1 100644
--- a/performance.html
+++ b/performance.html
@@ -633,7 +633,7 @@
diff --git a/ring/coercion.html b/ring/coercion.html
index 35efd3fd..da7cf985 100644
--- a/ring/coercion.html
+++ b/ring/coercion.html
@@ -728,7 +728,7 @@
diff --git a/ring/compiling_middleware.html b/ring/compiling_middleware.html
index ed92bbb5..c0b18e82 100644
--- a/ring/compiling_middleware.html
+++ b/ring/compiling_middleware.html
@@ -614,7 +614,7 @@
diff --git a/ring/data_driven_middleware.html b/ring/data_driven_middleware.html
index 1d100637..0bbbaa86 100644
--- a/ring/data_driven_middleware.html
+++ b/ring/data_driven_middleware.html
@@ -679,7 +679,7 @@
diff --git a/ring/dynamic_extensions.html b/ring/dynamic_extensions.html
index e834465b..a7587691 100644
--- a/ring/dynamic_extensions.html
+++ b/ring/dynamic_extensions.html
@@ -588,7 +588,7 @@
diff --git a/ring/index.html b/ring/index.html
index 5a38f1b9..9c16f1a5 100644
--- a/ring/index.html
+++ b/ring/index.html
@@ -560,7 +560,7 @@
diff --git a/ring/ring.html b/ring/ring.html
index 1b4bc842..dd669fde 100644
--- a/ring/ring.html
+++ b/ring/ring.html
@@ -650,7 +650,7 @@