aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docusaurus.config.js
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-06-21 09:14:55 +0100
committerGitHub <noreply@github.com>2023-06-21 09:14:55 +0100
commit395aa81c2aeb7f33c362c14c9328f3fd54c4aecc (patch)
treee0e26d722e701e1b2a070de778c71ee9b5247e89 /docs/docusaurus.config.js
parentremove decryption from api-client (#1063) (diff)
downloadatuin-395aa81c2aeb7f33c362c14c9328f3fd54c4aecc.zip
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
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r--docs/docusaurus.config.js2
1 files changed, 1 insertions, 1 deletions
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',
},