From 5b56f60597d13377b5eeba8f31802784f3a54905 Mon Sep 17 00:00:00 2001 From: Automatic build Date: Sun, 10 Dec 2017 16:08:52 +0000 Subject: [PATCH] Build book from commit 9f324606ff20a2c703504b3f953f138df7cbfba8 [skip ci] --- advanced/configuring_routers.html | 4 ++-- advanced/different_routers.html | 2 +- advanced/index.html | 2 +- advanced/route_validation.html | 2 +- basics/index.html | 2 +- basics/name_based_routing.html | 4 ++-- basics/path_based_routing.html | 4 ++-- basics/route_conflicts.html | 2 +- basics/route_data.html | 2 +- basics/route_syntax.html | 2 +- basics/router.html | 2 +- coercion/clojure_spec_coercion.html | 2 +- coercion/coercion.html | 2 +- coercion/data_spec_coercion.html | 2 +- coercion/index.html | 2 +- coercion/schema_coercion.html | 2 +- faq.html | 2 +- index.html | 2 +- performance.html | 2 +- ring/coercion.html | 2 +- ring/compiling_middleware.html | 2 +- ring/data_driven_middleware.html | 2 +- ring/dynamic_extensions.html | 2 +- ring/index.html | 2 +- ring/ring.html | 2 +- 25 files changed, 28 insertions(+), 28 deletions(-) diff --git a/advanced/configuring_routers.html b/advanced/configuring_routers.html index d4b12509..97df7c9d 100644 --- a/advanced/configuring_routers.html +++ b/advanced/configuring_routers.html @@ -509,7 +509,7 @@
-

Configuring Routers

+

Configuring Routers

Routers can be configured via options. Options allow things like clojure.spec validation for route data and fast, compiled handlers. The following options are available for the reitit.core/router:

@@ -596,7 +596,7 @@ diff --git a/advanced/different_routers.html b/advanced/different_routers.html index e502b7dd..12bbf839 100644 --- a/advanced/different_routers.html +++ b/advanced/different_routers.html @@ -595,7 +595,7 @@ diff --git a/advanced/index.html b/advanced/index.html index b9b254f3..bd8c4046 100644 --- a/advanced/index.html +++ b/advanced/index.html @@ -558,7 +558,7 @@ diff --git a/advanced/route_validation.html b/advanced/route_validation.html index fc371af2..13d27c9b 100644 --- a/advanced/route_validation.html +++ b/advanced/route_validation.html @@ -707,7 +707,7 @@ diff --git a/basics/index.html b/basics/index.html index 0ef99f62..78988b26 100644 --- a/basics/index.html +++ b/basics/index.html @@ -561,7 +561,7 @@ diff --git a/basics/name_based_routing.html b/basics/name_based_routing.html index 03f07fe7..28095b3c 100644 --- a/basics/name_based_routing.html +++ b/basics/name_based_routing.html @@ -509,7 +509,7 @@
-

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 @@