commit | 8da32b5c42ca7f35676a11f257adac83215dd99c | [log] [tgz] |
---|---|---|
author | Dixsie Wolmers <dixsie@ibm.com> | Mon Nov 16 11:29:17 2020 -0600 |
committer | Derick Montague <derick.montague@ibm.com> | Mon Nov 23 05:13:53 2020 +0000 |
tree | 309d333fbe0e1a746369ea712f1e905c1b2ee63a | |
parent | e7eb9dc6c2c1e5969e0bddc23521cd3e11eacb22 [diff] |
Add store documentation Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I8597247305e1c3f7958f84b8496a7b75914b85c8
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0a8e508..fffc259 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js
@@ -56,7 +56,8 @@ { title: "Quick Start", children: [ - "/guide/quickstart/page-anatomy" + "/guide/quickstart/page-anatomy", + "/guide/quickstart/store-anatomy" ] } ],