From 9939601aeb029f48638c3cd1b8ea01581682b5d9 Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Wed, 20 Mar 2024 17:07:51 +0000 Subject: [PATCH] CONFIG.md - npm run generate-config-doc --- CONFIG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONFIG.md b/CONFIG.md index 39c65061..a3e26ee4 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -194,12 +194,12 @@ Set whether the sidebar is by default open on starting the app. ### `defaultPanel` -- *type:* `{string}` +- *type:* `{SidebarId}` One of these strings: "diretory", "initiatives", "about" or "datasets" - *in string context:* parsed as-is -- *default:* the leftmost panel, which is usually the `directory` +- *default:* If unset, the default is 'directory' - *settable?:* yes -The string `about`, `directory`, `datasets`, or `initiatives` (i.e. search) +Defines which panel opens by default.