docs: reorder sidebar — Quickstart before Installation
This commit is contained in:
parent
1bc45ee8fe
commit
f55025952d
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 1
|
sidebar_position: 2
|
||||||
title: "Installation"
|
title: "Installation"
|
||||||
description: "Install Hermes Agent on Linux, macOS, or WSL2"
|
description: "Install Hermes Agent on Linux, macOS, or WSL2"
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 1
|
||||||
title: "Quickstart"
|
title: "Quickstart"
|
||||||
description: "Your first conversation with Hermes Agent — from install to chatting in 2 minutes"
|
description: "Your first conversation with Hermes Agent — from install to chatting in 2 minutes"
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ const config: Config = {
|
||||||
{
|
{
|
||||||
title: 'Docs',
|
title: 'Docs',
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Getting Started', to: '/getting-started/installation' },
|
{ label: 'Getting Started', to: '/getting-started/quickstart' },
|
||||||
{ label: 'User Guide', to: '/user-guide/cli' },
|
{ label: 'User Guide', to: '/user-guide/cli' },
|
||||||
{ label: 'Developer Guide', to: '/developer-guide/architecture' },
|
{ label: 'Developer Guide', to: '/developer-guide/architecture' },
|
||||||
{ label: 'Reference', to: '/reference/cli-commands' },
|
{ label: 'Reference', to: '/reference/cli-commands' },
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ const sidebars: SidebarsConfig = {
|
||||||
label: 'Getting Started',
|
label: 'Getting Started',
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
'getting-started/installation',
|
|
||||||
'getting-started/quickstart',
|
'getting-started/quickstart',
|
||||||
|
'getting-started/installation',
|
||||||
'getting-started/updating',
|
'getting-started/updating',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue