From 395aa81c2aeb7f33c362c14c9328f3fd54c4aecc Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 21 Jun 2023 09:14:55 +0100 Subject: Revamp getting started guide (#1065) We were lacking some docs here really. Walk new users through getting installed and signed up! Coming next - Common config (how to disable the up arrow lol) - Troubleshooting - Community config/integrations --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/docusaurus.config.js') diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ad70c001..c087971c 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -70,7 +70,7 @@ const config = { items: [ { type: 'doc', - docId: 'index', + docId: 'guide/index', position: 'left', label: 'Docs', }, -- cgit v1.3.1