Tommi Reiman
98a4d9b447
:meta-merge-fn -> :meta-merge
2023-01-21 10:56:42 +02:00
Paulo Feodrippe
fc73d02e01
add :meta-merge-fn option
2022-08-11 07:55:15 -04:00
Michael Salihi
673f6dec72
Replace with when-let since no else branches
2021-12-09 10:48:59 +01:00
Michael Salihi
6c835e6e09
Replace if-let by when-let since no else branches
...
for the recursive match by path example.
2021-10-13 18:50:20 +02:00
Raphaël Saunier
c539c53ae2
Fix broken links in documentation
2020-12-01 10:00:20 +01:00
Tommi Reiman
46897f3927
Update docs
2019-06-09 20:46:20 +03:00
Marcus Spiegel
8dcebcf49f
Fix typos
2019-05-22 19:17:10 +02:00
Alex King
3f05328a68
Update shared routes doc
...
Added missing require.
Removed use of `or` and added the else branch to the `if` statement.
2019-03-05 12:00:29 +01:00
Tommi Reiman
a2843dd097
New reitit-dev module for pretty errors
2019-03-03 20:54:21 +02:00
Tommi Reiman
ce80f83319
:segment-router -> :trie-router
2019-02-28 12:10:01 +02:00
tjalkane
0db25a305c
Fix: typos in documentation
2019-01-27 22:15:03 +02:00
Tommi Reiman
48961c9ed4
quarantine-router
2018-12-22 10:37:18 +02:00
Laura Macchini
49cbb33aa4
fix typo
2018-10-15 10:59:13 +02:00
Hannu Hartikainen
9e05d58880
Fix reader conditional example
...
The previous example only worked by accident (because there was an even number of map keys with conditional values).
{:get #?(:clj 1), :post #?(:clj 2)} gets read as {:get :post} in a non-clj context. The splicing reader conditional or a :cljs (or :default) value is needed to have the code work as intended. Here we change the docs to use the splicing version, as that is (imho) more beautiful than adding another branch.
2018-10-05 13:27:56 +03:00
Tommi Reiman
31d2bc5832
fix doc
2018-10-03 08:36:59 +03:00
Tommi Reiman
c487b27288
initial rework
2018-09-02 19:23:18 +03:00
Tommi Reiman
8321589f04
Polish docs
2018-07-28 12:01:12 +03:00
Tommi Reiman
e879e66f26
Update guide
2018-07-26 16:25:07 +03:00
Tommi Reiman
ef7a91697f
polish
2018-07-25 11:17:05 +03:00
Tommi Reiman
6aa86cd055
typo
2018-07-25 11:08:11 +03:00
Tommi Reiman
04bb5cd2f0
fix example
2018-07-25 10:57:53 +03:00
Tommi Reiman
3b9130e640
composing routers
2018-07-25 10:55:33 +03:00
Tommi Reiman
7fcefdd428
typo
2018-07-18 13:20:39 +03:00
Tommi Reiman
ffe1009a18
docs
2018-07-18 13:11:51 +03:00
Tommi Reiman
578cad797e
helping cljdoc
2018-05-29 23:18:06 +03:00
Tommi Reiman
7acf3f3357
Update configuring_routers.md
2018-05-29 16:03:25 +03:00
Tommi Reiman
91abf8db51
close markdown row
2018-05-22 11:53:31 +03:00
Cark
88f6802584
Added "Dev Workflow" to "Advanced" docs
...
Closes #69
Signed-off-by: Cark <carkhy@gmail.com>
2018-02-20 11:53:54 +01:00
Tommi Reiman
7ba1c98753
Tuning the docs
2018-02-11 19:25:59 +02:00
Tommi Reiman
6173622791
Docs
2018-02-02 14:48:28 +02:00
Tommi Reiman
526fb49f5a
.
2017-12-28 10:44:35 +02:00
Tommi Reiman
6321d1e8be
Docs for route-data validation
2017-12-27 20:27:51 +02:00
Tommi Reiman
6cfcda9713
docs
2017-12-12 22:40:42 +02:00
Tommi Reiman
d1b15de3ad
Fix versions
2017-12-10 18:10:34 +02:00
Tommi Reiman
9f324606ff
Fix doc headers
2017-12-10 18:08:00 +02:00
Tommi Reiman
715968a5d2
Coercion docs
2017-12-10 16:57:09 +02:00
Tommi Reiman
de2012b3e5
polish docs
2017-12-06 22:03:20 +02:00
Tommi Reiman
2dd91d91d6
BREAKING: route :meta => :data
2017-11-18 12:47:16 +02:00
Tommi Reiman
4ea0dc2600
Fix typos & unfinished sentences
2017-11-11 17:50:27 +02:00
Tommi Reiman
5390086d7f
Fix docs
2017-11-11 16:52:32 +02:00
Tommi Reiman
1ccd93101c
Perf page
2017-11-01 09:28:28 +02:00
Tommi Reiman
c3820239c5
Walk the docs, fix links, maybe better texts
2017-10-30 08:46:20 +02:00
Tommi Reiman
dfc3455f16
Update docs
2017-10-29 09:29:06 +02:00