Better Table Of Contents

This commit is contained in:
Mike Thompson 2016-12-20 23:16:53 +11:00
parent a511874691
commit 22187ba6ea
6 changed files with 10 additions and 15 deletions

View File

@ -1,12 +1,3 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table Of Contents
- [Simpler Apps](#simpler-apps)
- [There's A Small Gotcha](#theres-a-small-gotcha)
- [Larger Apps](#larger-apps)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## Simpler Apps
@ -73,3 +64,8 @@ Continue to [Navigation](Navigation.md) to learn how to switch between panels of
Previous: [Correcting a wrong](SubscriptionsCleanup.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Up: [Index](README.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Next: [Navigation](Navigation.md)
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

View File

@ -11,10 +11,9 @@ enough to start coding by yourself.
In this tutorial, **we'll look at re-frame code**.
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table Of Contents
### Table Of Contents
- [What Code?](#what-code)
- [What Does It Do?](#what-does-it-do)

View File

@ -7,7 +7,7 @@ to manage them in tests.
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table Of Contents
### Table Of Contents
- [What Are They?](#what-are-they)
- [An Example](#an-example)

View File

@ -5,7 +5,7 @@ Yes, a surprising claim.
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table Of Contents
### Table Of Contents
- [Events Happen](#events-happen)
- [Handling The Happening](#handling-the-happening)

View File

@ -12,7 +12,7 @@ make side effects a noop in event replays.
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table Of Contents
### Table Of Contents
- [Where Effects Come From](#where-effects-come-from)
- [The Effects Map](#the-effects-map)

View File

@ -1,6 +1,6 @@
## Event Handling Infographics
Three diagrams are provided:
Three diagrams are provided below:
- a beginner's romp
- an intermediate schematic depiction
- an advanced, full detail rendering