Skip to content

Commit b163afa

Browse files
committed
feat: add documentation for character management including create, delete, equipment, goals, nametags, and view permissions
1 parent 155a6ba commit b163afa

File tree

7 files changed

+37
-1
lines changed

7 files changed

+37
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Create a character
3+
description: How to create a new character.
4+
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Delete a character
3+
description: How to delete a character.
4+
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Equipment
3+
description: Manage your character's equipment.
4+
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Goals
3+
description: Manage your character's goals.
4+
---
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
{
2-
"pages": ["actions", "attributes", "skins", "command-permissions"]
2+
"pages": [
3+
"create",
4+
"actions",
5+
"attributes",
6+
"skins",
7+
"equipment",
8+
"tag",
9+
"goal",
10+
"view-permission",
11+
"delete",
12+
"command-permissions",
13+
"..."
14+
]
315
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Nametags
3+
description: Manage your character's name tags.
4+
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: View Permission
3+
description: Manage who can see which character.
4+
---

0 commit comments

Comments
 (0)