From e86f850d9bb0335975a2294060caf7d9291c6ba2 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Mon, 9 Sep 2019 16:15:18 -0500 Subject: [PATCH] docs: add webview extension to docs sidebar This is a follow-on to #1101 - the WebView extension is working fine and the doc exists, it just wasn't linked int --- docs/_data/nav_docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_data/nav_docs.yml b/docs/_data/nav_docs.yml index 078742195..c04d59b86 100644 --- a/docs/_data/nav_docs.yml +++ b/docs/_data/nav_docs.yml @@ -94,3 +94,5 @@ title: Video - id: extensions/virtuallistview title: VirtualListView + - id: extensions/webview + title: WebView