Skip to content

Commit 234a48c

Browse files
committed
feat(docs): add PerWorlds documentation and management commands
1 parent a94b352 commit 234a48c

File tree

9 files changed

+27
-4
lines changed

9 files changed

+27
-4
lines changed

content/docs/worlds/per-worlds/index.mdx renamed to content/docs/perworlds/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: PerWorlds
33
description: Group and manage multiple worlds with ease.
4+
icon: BookMarked
45
---
56

67
## What is PerWorlds? [!toc]
File renamed without changes.
File renamed without changes.

content/docs/worlds/per-worlds/delete.mdx renamed to content/docs/perworlds/manage/delete.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Deleting a group is irreversible. Make sure to back up any important data before
1515

1616
</Callout>
1717

18-
### Example
18+
### Example [!toc]
1919

2020
```
2121
/world group delete farmworld
File renamed without changes.
File renamed without changes.

content/docs/worlds/per-worlds/remove.mdx renamed to content/docs/perworlds/manage/remove.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This will remove the specified world from the specified group.
1313

1414
</Callout>
1515

16-
### Example
16+
### Example [!toc]
1717

1818
```
1919
/world group remove farmworld worlds:void

content/docs/perworlds/meta.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"root": true,
3+
"title": "PerWorlds",
4+
"description": "The most versatile per-world plugin ever",
5+
"pages": [
6+
"---Links---",
7+
"[Github][GitHub](https://github.com/TheNextLvl-net/per-worlds)",
8+
"[Download][Download](https://modrinth.com/project/lpfQmSV2#download)",
9+
"[ChartLine][Metrics](https://bstats.org/plugin/bukkit/TheNextLvl%20PerWorlds/25295)",
10+
"[BookDown][Repository](https://repo.thenextlvl.net/#/releases/net/thenextlvl/per-worlds)",
11+
"---Introduction---",
12+
"index",
13+
"faq",
14+
"---Guide---",
15+
"manage",
16+
"presets",
17+
"per-worlds",
18+
"---For Developers---",
19+
"api/repository",
20+
"api/index"
21+
]
22+
}

content/docs/worlds/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Here are a few selected guides that will help you get started with Worlds
2525
/>
2626
<Card
2727
title="PerWorlds"
28-
description="Learn how to use PerWorlds"
29-
href="./worlds/per-worlds"
28+
description="Learn how to use PerWorlds (moved to a separate page)"
29+
href="./perworlds"
3030
icon={<Group />}
3131
target="_self"
3232
/>

0 commit comments

Comments
 (0)