[DOC] router: add documentation

This commit is contained in:
Géry Debongnie
2019-08-26 15:33:38 +02:00
parent 9b3a97e732
commit c172b31481
2 changed files with 180 additions and 3 deletions
+8 -3
View File
@@ -12,15 +12,18 @@ owl
core
EventBus
Observer
router
Link
Router
store
Store
ConnectedComponent
utils
whenReady
debounce
escape
loadJS
loadTemplates
escape
debounce
whenReady
```
## Reference
@@ -30,6 +33,7 @@ owl
- [Event Bus](event_bus.md)
- [Observer](observer.md)
- [QWeb](qweb.md)
- [Router](router.md)
- [Store](store.md)
- [Utils](utils.md)
- [Virtual DOM](vdom.md)
@@ -42,3 +46,4 @@ owl
- [Comparison with React/Vue](comparison.md)
- [Tooling](tooling.md)
- [Templates to start Owl applications (external link)](https://github.com/ged-odoo/owl-templates)