Skip to content

Commit 5ad5ad4

Browse files
committed
fix(docs): improve navigation structure and naming consistency
- Rename 'Get Started' section to 'Getting Started' - Rename 'Core Concepts' page to 'Overview' to avoid redundancy with section name - Fix 'Quick Setup' to 'Quickstart' for consistency
1 parent 38a972b commit 5ad5ad4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core-concepts/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Core Concepts'
2+
title: 'Overview'
33
description: 'The building blocks of elizaOS'
44
---
55

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tab": "Docs",
1515
"groups": [
1616
{
17-
"group": "Get Started",
17+
"group": "Getting Started",
1818
"pages": ["index", "quickstart", "development"]
1919
},
2020
{

index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Build powerful AI agents with elizaOS - a flexible framework for creating autono
2020

2121
<CardGroup cols={2}>
2222
<Card
23-
title="Quick Setup"
23+
title="Quickstart"
2424
icon="rocket"
2525
href="/quickstart"
2626
>

0 commit comments

Comments
 (0)