|
5 | 5 | * [Installation](installation/man-installation.md) |
6 | 6 | * [Configuration](installation/config.md) |
7 | 7 | * [Upgrading from legacy Hyperloop](installation/upgrading.md) |
8 | | -* [Tutorial](tutorial/README.md) |
9 | | - * [TodoMVC Tutorial Part I](tutorial/todo.md) |
10 | | - * [TodoMVC Tutorial Part II](tutorial/todo-part-2.md) |
11 | | -* [Community](community.md) |
12 | 8 | * [Client DSL](client-dsl/README.md) |
13 | | - * [HTML and Component DSL](client-dsl/hyper-component.md) |
| 9 | + * [HTML & CSS DSL](client-dsl/html-css.md) |
| 10 | + * [Component DSL](client-dsl/components.md) |
| 11 | + * [Lifecycle Methods](client-dsl/lifecycle-methods.md) |
| 12 | + * [State](client-dsl/state.md) |
| 13 | + * [Event Handlers](client-dsl/event-handlers.md) |
| 14 | + * [JavaScript Components](client-dsl/javascript-components.md) |
14 | 15 | * [Client-side Routing](client-dsl/hyper-router.md) |
15 | 16 | * [Stores](client-dsl/hyper-store.md) |
| 17 | + * [Elements and Rendering](client-dsl/elements-and-rendering.md) |
| 18 | + * [Further Reading](client-dsl/further-reading.md) |
16 | 19 | * [Isomorphic DSL](isomorphic-dsl/README.md) |
17 | 20 | * [Isomorphic Models](isomorphic-dsl/hyper-model.md) |
18 | 21 | * [Isomorphic Operations](isomorphic-dsl/hyper-operation.md) |
|
22 | 25 | * [Internationalization](development-workflow/hyper-i18n.md) |
23 | 26 | * [HyperSpec](development-workflow/hyper-spec.md) |
24 | 27 | * [Tools](development-workflow/tools.md) |
25 | | -* [Feature Matrix](feature_matrix.md) |
| 28 | +* [Tutorial](tutorial/README.md) |
| 29 | + * [TodoMVC Tutorial Part I](tutorial/todo.md) |
| 30 | + * [TodoMVC Tutorial Part II](tutorial/todo-part-2.md) |
| 31 | +* [Community](community.md) |
26 | 32 |
|
0 commit comments