mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[DOC] doc: improve navigation to main doc page
also, fixes a small error
This commit is contained in:
@@ -87,7 +87,11 @@ find some more information [here](doc/comparison.md).
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
The complete documentation can be found [here](doc/readme.md). The most important sections are:
|
A complete documentation for Owl can be found here:
|
||||||
|
|
||||||
|
- [Main documentation page](doc/readme.md).
|
||||||
|
|
||||||
|
The most important sections are:
|
||||||
|
|
||||||
- [Quick Start](doc/quick_start.md)
|
- [Quick Start](doc/quick_start.md)
|
||||||
- [Component](doc/component.md)
|
- [Component](doc/component.md)
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ parts of the code. Owl has a very simple bus class, which manages subscriptions,
|
|||||||
triggering events, and callbacks.
|
triggering events, and callbacks.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const bus = new owl.EventBus();
|
const bus = new owl.core.EventBus();
|
||||||
|
|
||||||
bus.on("some-event", null, function(...args) {
|
bus.on("some-event", null, function(...args) {
|
||||||
console.log(...args);
|
console.log(...args);
|
||||||
|
|||||||
Reference in New Issue
Block a user