docs: Fix missing generated docs (#1754)

This commit is contained in:
Pat Cavit 2017-03-28 11:21:01 -07:00 committed by GitHub
parent 87a053224c
commit 7ba74ad424
8 changed files with 35 additions and 35 deletions

24
docs/nav-guides.md Normal file
View file

@ -0,0 +1,24 @@
- Tutorials
- [Installation](installation.md)
- [Introduction](index.md)
- [Tutorial](simple-application.md)
- Resources
- [JSX](jsx.md)
- [ES6](es6.md)
- [CSS](css.md)
- [Animation](animation.md)
- [Testing](testing.md)
- [Examples](examples.md)
- Key concepts
- [Vnodes](vnodes.md)
- [Components](components.md)
- [Lifecycle methods](lifecycle-methods.md)
- [Keys](keys.md)
- [Autoredraw system](autoredraw.md)
- Social
- [Mithril Jobs](https://github.com/lhorie/mithril.js/wiki/JOBS)
- [How to contribute](contributing.md)
- [Credits](credits.md)
- Misc
- [Framework comparison](framework-comparison.md)
- [Change log/Migration](change-log.md)