From a5a6a7b8d98c2b43771094c4435e87def1029858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Brala?= Date: Fri, 9 Dec 2016 16:30:09 +0100 Subject: [PATCH] Update documentation to include demo for async promise fixes #470 --- documentation/couscous.yml | 3 +++ documentation/demo/async-promise.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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)