Skip to content

Commit 8573ecd

Browse files
committed
fix(meta): add icon property to various meta.json files
1 parent 4dd98f5 commit 8573ecd

File tree

11 files changed

+18
-7
lines changed

11 files changed

+18
-7
lines changed

content/docs/characters/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"root": true,
33
"title": "Characters",
44
"description": "Create and manage NPCs",
5+
"icon": "User",
56
"pages": [
67
"---Links---",
78
"[Github][GitHub](https://github.com/TheNextLvl-net/characters)",

content/docs/cinematics/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"root": true,
33
"title": "Cinematics",
4-
"description": "Record and play in-game cinematics"
4+
"description": "Record and play in-game cinematics",
5+
"icon": "Video"
56
}

content/docs/commander/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"root": true,
33
"title": "Commander",
4-
"description": "Manage command visibility and permissions"
4+
"description": "Manage command visibility and permissions",
5+
"icon": "Terminal"
56
}

content/docs/economist/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"root": true,
33
"title": "Economist",
4-
"description": "Create and manage in-game economies"
4+
"description": "Create and manage in-game economies",
5+
"icon": "CircleDollarSign"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"root": true,
33
"title": "goPaintAdvanced",
4-
"description": "goPaint but on steroids"
4+
"description": "goPaint but on steroids",
5+
"icon": "Brush"
56
}

content/docs/holograms/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"root": true,
33
"title": "Holograms",
4-
"description": "Create and manage holograms"
4+
"description": "Create and manage holograms",
5+
"icon": "Text"
56
}

content/docs/perworlds/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"root": true,
33
"title": "PerWorlds",
44
"description": "The most versatile per-world plugin ever",
5+
"icon": "EarthLock",
56
"pages": [
67
"---Links---",
78
"[Github][GitHub](https://github.com/TheNextLvl-net/per-worlds)",

content/docs/protect/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"root": true,
33
"title": "Protect",
4-
"description": "Create and manage protected areas"
4+
"description": "Create and manage protected areas",
5+
"icon": "Shield"
56
}

content/docs/serviceio/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"root": true,
33
"title": "ServiceIO",
44
"description": "A powerful and fast Vault replacement",
5+
"icon": "LockKeyhole",
56
"pages": [
67
"---Links---",
78
"[Github][GitHub](https://github.com/TheNextLvl-net/service-io)",

content/docs/tweaks/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"root": true,
33
"title": "Tweaks",
4-
"description": "A convenient all-in-one solution"
4+
"description": "A convenient all-in-one solution",
5+
"icon": "Wrench"
56
}

0 commit comments

Comments
 (0)