diff --git a/documentation/couscous.yml b/documentation/couscous.yml index 52ae2a94..a2ad6fb1 100644 --- a/documentation/couscous.yml +++ b/documentation/couscous.yml @@ -86,6 +86,9 @@ menu: async-create: text: Create Context Menu (asynchronous) relativeUrl: demo/async-create.html + async-promise: + text: Create Context Menu (promise) + relativeUrl: demo/async-promise.html callback: text: Command's action (callbacks) relativeUrl: demo/callback.html diff --git a/documentation/demo/async-promise.md b/documentation/demo/async-promise.md index cfdfff51..ffe6badb 100644 --- a/documentation/demo/async-promise.md +++ b/documentation/demo/async-promise.md @@ -1,5 +1,5 @@ --- -currentMenu: async-promis +currentMenu: async-promise --- # Demo: Submenu through promis (asynchronous)