diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-07-09 14:39:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-09 14:39:11 +0100 |
| commit | 6c6f5f8187c1aa6c0b19879a717c538ced65bfb5 (patch) | |
| tree | 6349a0276d92bd2b16db50042a070203e25dad59 /docs | |
| parent | Update config.toml path default comments (#1092) (diff) | |
| download | atuin-6c6f5f8187c1aa6c0b19879a717c538ced65bfb5.zip | |
Update docusaurus.config.js
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docusaurus.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index c087971c..1779dec1 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -100,7 +100,7 @@ const config = { items: [ { label: 'Setup', - to: '/docs', + to: '/docs/guide/', }, ], }, |
