From ac4def4cba3fbff216f0c77841bc693a0a0fa8c4 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Sat, 22 Jul 2017 13:30:33 +1000 Subject: [PATCH] Get docs linkage right, now we have a new API doc --- docs/CodeWalkthrough.md | 2 +- docs/MentalModelOmnibus.md | 2 +- docs/README.md | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/CodeWalkthrough.md b/docs/CodeWalkthrough.md index 7956ebc..ee572e6 100644 --- a/docs/CodeWalkthrough.md +++ b/docs/CodeWalkthrough.md @@ -503,7 +503,7 @@ Obviously, you should also go on to read the further documentation. Previous: [app-db (Application State)](ApplicationState.md)       Up: [Index](README.md)       -Next: [Mental Model Omnibus](MentalModelOmnibus.md) +Next: [The API](API.md) diff --git a/docs/MentalModelOmnibus.md b/docs/MentalModelOmnibus.md index a15e882..35d1368 100644 --- a/docs/MentalModelOmnibus.md +++ b/docs/MentalModelOmnibus.md @@ -380,7 +380,7 @@ Your love for re-frame will be deep, abiding and enriching. *** -Previous: [First Code Walk-Through](CodeWalkthrough.md)       +Previous: [The API](API.md)       Up: [Index](README.md)       Next: [Infographic Overview](EventHandlingInfographic.md) diff --git a/docs/README.md b/docs/README.md index be95ea4..cb51c74 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,10 +3,15 @@ - [This Repo's README](../README.md) - [app-db (Application State)](ApplicationState.md) - [First Code Walk-Through](CodeWalkthrough.md) +- [The API](API.md) - [Mental Model Omnibus](MentalModelOmnibus.md) +### Alternative Introductions -### Event Handlers +- [purelyfunctional.tv](https://purelyfunctional.tv/guide/re-frame-building-blocks/) - a excellent, written overview. +- [Lambda Island Videos](https://lambdaisland.com/episodes) - commercial videos on clojure, with some on re-frame + +### Domaino 2 - Event Handlers - [Infographic Overview](EventHandlingInfographic.md) - [Effectful Handlers](EffectfulHandlers.md) @@ -14,18 +19,13 @@ - [Effects](Effects.md) - [Coeffects](Coeffects.md) -### Subscriptions +### Domino 4 - Subscriptions - [Infographic](SubscriptionInfographic.md) - [Correcting a wrong](SubscriptionsCleanup.md) - [Flow Mechanics](SubscriptionFlow.md) -### Other Tutorials - -- [purelyfunctional.tv](https://purelyfunctional.tv/guide/re-frame-building-blocks/) - a excellent, written overview. -- [Lambda Island Videos](https://lambdaisland.com/episodes) - commercial videos on clojure, with some on re-frame - -### Reagent Tutorials +### Domino 5 - Reagent Tutorials - [The Basics](https://github.com/Day8/re-frame/wiki#reagent-tutorials) (look at the bottom of that page) - [Lambda Island Videos](https://lambdaisland.com/episodes). There's a 3 part series.