Skip to content

Commit ab46656

Browse files
zlataovceStrokkur424
authored andcommitted
fix: change index page names only in sidebar
1 parent 558ae41 commit ab46656

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

src/content/docs/adventure/migration/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
title: Overview
2+
title: Migrating to Adventure from other APIs
33
description: Moving from other chat APIs to Adventure.
44
tableOfContents: false
5+
sidebar:
6+
label: Overview
57
---
68

79
Moving to Adventure from other APIs is fairly straightforward. These guides

src/content/docs/adventure/minimessage/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
title: Overview
2+
title: MiniMessage
33
description: Documentation regarding MiniMessage.
44
tableOfContents: false
5+
sidebar:
6+
label: Overview
57
---
68

79
The MiniMessage format is a simple string representation of chat components, designed to be easy for end users to learn, and for developers to extend.

src/content/docs/adventure/platform/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
title: Overview
2+
title: Platforms
33
description: Documentation regarding various implementations of the Adventure API.
44
tableOfContents: false
5+
sidebar:
6+
label: Overview
57
---
68

79
Adventure integrates with many of the Minecraft platforms out there. Some platforms support

src/content/docs/adventure/serializer/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2-
title: Overview
2+
title: Text serializers
33
description: Everything to know about text/component serializers.
4+
sidebar:
5+
label: Overview
46
---
57

68
The lowest-level way to convert between Adventure's data and other formats

src/content/docs/adventure/version-history/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Version History
2+
title: Version history
33
description: Pages dedicated to displaying the latest changelogs!
44
tableOfContents: false
55
---

0 commit comments

Comments
 (0)