From d38974b9d82e93cfbe51d5cac6ee77189e9b6d1f Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Sat, 8 Aug 2020 19:28:25 +0200 Subject: [PATCH 1/2] Hide single "ColdCard Wallet" item initially --- docs/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0eed5e31c4..0cd0cd0e70 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -189,6 +189,7 @@ module.exports = { title: "(3) Wallet Setup", path: "/WalletSetup", collapsable: false, + initialOpenGroupIndex: -1, children: [ { title: "Use existing hardware wallet", From e897db9cfd4ecf4c3b38c103f54c090685151ba9 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Sat, 8 Aug 2020 20:58:00 +0200 Subject: [PATCH 2/2] Hide FAQ subitems initially --- docs/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0cd0cd0e70..f02f4ffa18 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -260,6 +260,7 @@ module.exports = { { title: "Support and Community", collapsable: false, + initialOpenGroupIndex: -1, children: [ { title: "FAQ and common issues",