mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
Update doctoc
This commit is contained in:
parent
5318a29ace
commit
c71d953a0b
@ -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 -->
|
||||
<!-- 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 Does It Do?](#what-does-it-do)
|
||||
- [Namespace](#namespace)
|
||||
|
@ -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
|
||||
|
||||
@ -10,12 +19,3 @@ A suggested solution can be found in [this issue](https://github.com/Day8/re-fra
|
||||
***
|
||||
|
||||
Up: [FAQ Index](README.md)
|
||||
|
||||
|
||||
<!-- DOCTOC SKIP
|
||||
|
||||
We put these inside a comment so that they are hidden when rendered on Github.
|
||||
<!-- START doctoc -->
|
||||
<!-- END doctoc -->
|
||||
|
||||
-->
|
||||
|
@ -1,5 +1,5 @@
|
||||
### Introduction
|
||||
|
||||
|
||||
- [This Repo's README](../README.md)
|
||||
- [app-db (Application State)](ApplicationState.md)
|
||||
- [First Code Walk-Through](CodeWalkthrough.md)
|
||||
@ -8,10 +8,10 @@
|
||||
|
||||
### Event Handlers
|
||||
|
||||
- [Effectful Handlers](EffectfulHandlers.md)
|
||||
- [Interceptors](Interceptors.md)
|
||||
- [Effects](Effects.md)
|
||||
- [Coeffects](Coeffects.md)
|
||||
- [Effectful Handlers](EffectfulHandlers.md)
|
||||
- [Interceptors](Interceptors.md)
|
||||
- [Effects](Effects.md)
|
||||
- [Coeffects](Coeffects.md)
|
||||
|
||||
|
||||
### App Structure
|
||||
@ -28,7 +28,7 @@
|
||||
- [Subscribing to External Data](Subscribing-To-External-Data.md)
|
||||
|
||||
|
||||
### Debugging And Testing
|
||||
### Debugging And Testing
|
||||
|
||||
- [Debugging Event Handlers](Debugging-Event-Handlers.md)
|
||||
- [Debugging](Debugging.md)
|
||||
@ -42,10 +42,7 @@
|
||||
- [Using Stateful JS Components](Using-Stateful-JS-Components.md)
|
||||
- [The re-frame Logo](The-re-frame-logo.md)
|
||||
|
||||
<!-- DOCTOC SKIP
|
||||
|
||||
We put these inside a comment so that they are hidden when rendered on Github.
|
||||
<!-- We put these at the end so that there is nothing for doctoc to generate. -->
|
||||
<!-- START doctoc -->
|
||||
<!-- END doctoc -->
|
||||
|
||||
-->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user