diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-26 00:15:14 +0000 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-26 00:15:14 +0000 |
| commit | 8a2fa44b01b5a8a472dd592905ca0330f91b3199 (patch) | |
| tree | f86bc04194fa98b1c35e1b28c444c07151b8899f /docs/docusaurus.config.js | |
| parent | More fixes :) (diff) | |
| download | atuin-8a2fa44b01b5a8a472dd592905ca0330f91b3199.zip | |
Docs index page
Diffstat (limited to '')
| -rw-r--r-- | docs/docusaurus.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 1eb08e73..ffd46af9 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -70,7 +70,7 @@ const config = { items: [ { type: 'doc', - docId: 'setup/setup', + docId: 'index', position: 'left', label: 'Docs', }, @@ -90,7 +90,7 @@ const config = { items: [ { label: 'Setup', - to: '/docs/setup', + to: '/docs', }, ], }, |
