Update doctoc

This commit is contained in:
Daniel Compton 2016-12-07 19:53:35 +13:00
parent 5318a29ace
commit c71d953a0b
3 changed files with 18 additions and 22 deletions

View File

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

View File

@ -1,3 +1,12 @@
<!-- 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
- [Question](#question)
- [Answer](#answer)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
### Question ### Question
@ -10,12 +19,3 @@ A suggested solution can be found in [this issue](https://github.com/Day8/re-fra
*** ***
Up: [FAQ Index](README.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Up: [FAQ Index](README.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<!-- DOCTOC SKIP
We put these inside a comment so that they are hidden when rendered on Github.
<!-- START doctoc -->
<!-- END doctoc -->
-->

View File

@ -1,5 +1,5 @@
### Introduction ### Introduction
- [This Repo's README](../README.md) - [This Repo's README](../README.md)
- [app-db (Application State)](ApplicationState.md) - [app-db (Application State)](ApplicationState.md)
- [First Code Walk-Through](CodeWalkthrough.md) - [First Code Walk-Through](CodeWalkthrough.md)
@ -8,10 +8,10 @@
### Event Handlers ### Event Handlers
- [Effectful Handlers](EffectfulHandlers.md) - [Effectful Handlers](EffectfulHandlers.md)
- [Interceptors](Interceptors.md) - [Interceptors](Interceptors.md)
- [Effects](Effects.md) - [Effects](Effects.md)
- [Coeffects](Coeffects.md) - [Coeffects](Coeffects.md)
### App Structure ### App Structure
@ -28,7 +28,7 @@
- [Subscribing to External Data](Subscribing-To-External-Data.md) - [Subscribing to External Data](Subscribing-To-External-Data.md)
### Debugging And Testing ### Debugging And Testing
- [Debugging Event Handlers](Debugging-Event-Handlers.md) - [Debugging Event Handlers](Debugging-Event-Handlers.md)
- [Debugging](Debugging.md) - [Debugging](Debugging.md)
@ -42,10 +42,7 @@
- [Using Stateful JS Components](Using-Stateful-JS-Components.md) - [Using Stateful JS Components](Using-Stateful-JS-Components.md)
- [The re-frame Logo](The-re-frame-logo.md) - [The re-frame Logo](The-re-frame-logo.md)
<!-- DOCTOC SKIP <!-- We put these at the end so that there is nothing for doctoc to generate. -->
We put these inside a comment so that they are hidden when rendered on Github.
<!-- START doctoc --> <!-- START doctoc -->
<!-- END doctoc --> <!-- END doctoc -->
-->