Skip to content

Commit ba47381

Browse files
committed
fix: add missing icon field to FAQ and index pages; update meta.json structure
1 parent f7c214b commit ba47381

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

content/docs/worlds/faq.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Frequently Asked Questions
3+
icon: MessageCircleQuestion
34
---
45

56
import { Accordion, Accordions } from "fumadocs-ui/components/accordion"

content/docs/worlds/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Overview
33
description: World management plugin for modern Paper and Folia servers
4+
icon: BookMarked
45
---
56

67
import { Group, Blend, Link2, MessageCircleQuestion } from "lucide-react"

content/docs/worlds/meta.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
"[Send][Hangar](https://hangar.papermc.io/TheNextLvl/Worlds)",
77
"[ChartLine][Metrics](https://bstats.org/plugin/bukkit/TheNextLvl%20Worlds/19652)",
88
"[BookDown][Repository](https://repo.thenextlvl.net/#/releases/net/thenextlvl/worlds)",
9-
"---Guide---",
9+
"---Introduction---",
1010
"index",
11+
"faq",
12+
"---Guide---",
1113
"manage",
1214
"presets",
1315
"links",
14-
"faq",
1516
"---For Developers---",
1617
"api/repository",
1718
"api/index"

0 commit comments

Comments
 (0)