Skip to content

Commit 286f342

Browse files
Add parent links to various FAQ entries
1 parent be7bb9f commit 286f342

5 files changed

+39
-1
lines changed

docs/FAQs/DB_Normalisation.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,13 @@ These libraries might be interesting to you:
1212
If you want to go whole hog and ditch `app-db` and embrace DataScript,
1313
then you'll find [re-posh](https://github.com/denistakeda/re-posh) interesting.
1414

15-
1615

16+
***
17+
18+
Up: [FAQ Index](README.md)      
19+
20+
21+
22+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
23+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
24+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

docs/FAQs/FullStackReframe.md

+10
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,13 @@ https://yogthos.net/posts/2016-11-05-LuminusPostgresNotifications.html
2626
Datalog All The Way Down
2727
https://www.youtube.com/watch?v=aI0zVzzoK_E
2828

29+
30+
***
31+
32+
Up: [FAQ Index](README.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
33+
34+
35+
36+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
37+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
38+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

docs/FAQs/GlobalInterceptors.md

+10
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ instead of the standard `reg-event-db`:
4747

4848
And, hey presto, you'd have your `omni-ceptor` "globally" injected.
4949

50+
51+
***
52+
53+
Up: [FAQ Index](README.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
54+
55+
56+
57+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
58+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
59+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

docs/FAQs/PollADatabaseEvery60.md

+5
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,8 @@ OR, you can code defensively for reloading, perhaps like this:
115115
come up with strategies to handle Figwheel reloads on a case by case basis. Sometimes
116116
there's no escaping an application restart.
117117

118+
119+
***
120+
121+
Up: [FAQ Index](README.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
122+

docs/FAQs/UseASubscriptionInAnEventHandler.md

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ I'd suggest you use this 3rd party library:
4646
https://github.com/vimsical/re-frame-utils/blob/master/src/vimsical/re_frame/cofx/inject.cljc
4747

4848

49+
***
50+
51+
Up: [FAQ Index](README.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
52+
53+
4954
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
5055
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
5156
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

0 commit comments

Comments
 (0)