Skip to content

Commit ad3ff07

Browse files
committed
Add portals documentation
1 parent 78536d6 commit ad3ff07

File tree

3 files changed

+45
-12
lines changed

3 files changed

+45
-12
lines changed

content/docs/portals/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Overview
3+
description: Create and manage custom portals
4+
icon: BookMarked
5+
---
6+
7+
Coming Soon!

content/docs/portals/meta.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"root": true,
3+
"title": "Portals",
4+
"description": "Create and manage custom portals",
5+
"icon": "BookMarked",
6+
"pages": [
7+
"---Links---",
8+
"external:[Github][GitHub](https://github.com/TheNextLvl-net/portals)",
9+
"external:[Download][Download](https://modrinth.com/project/R2dgUCYq#download)",
10+
"external:[ChartLine][Metrics](https://bstats.org/plugin/bukkit/TheNextLvl%20Portals/27514)",
11+
"external:[BookDown][Repository](https://repo.thenextlvl.net/#/releases/net/thenextlvl/portals)",
12+
"---Introduction---",
13+
"index",
14+
"---Guide---",
15+
"---For Developers---",
16+
"api/repository",
17+
"api/index"
18+
]
19+
}

src/app/(home)/page.tsx

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
import { Card } from "fumadocs-ui/components/card"
2+
import type { LucideIcon } from "lucide-react"
23
import {
4+
Archive,
5+
BrickWall,
6+
Brush,
37
Command,
48
Globe,
9+
Group,
10+
Landmark,
11+
Shell,
512
Shield,
6-
User,
7-
Brush,
13+
ShieldAlert,
814
TextAlignStart,
15+
User,
916
Video,
10-
Archive,
11-
Landmark,
1217
Wrench,
13-
Group,
14-
BrickWall,
15-
ShieldAlert,
1618
} from "lucide-react"
17-
import type { LucideIcon } from "lucide-react"
1819

1920
interface CardData {
2021
title: string
@@ -40,15 +41,21 @@ const featuredCards: CardData[] = [
4041
className: "h-48 group",
4142
},
4243
{
43-
title: "Characters",
44-
icon: User,
45-
description: "A modern, fully featured npc plugin for paper servers",
46-
href: "docs/characters",
44+
title: "Portals",
45+
icon: Shell,
46+
description: "Create custom portals to travel between your worlds and servers",
47+
href: "docs/portals",
4748
className: "h-48 group",
4849
},
4950
]
5051

5152
const otherCards: CardData[] = [
53+
{
54+
title: "Characters",
55+
icon: User,
56+
description: "A modern, fully featured npc plugin for paper servers",
57+
href: "docs/characters",
58+
},
5259
{
5360
title: "Tweaks",
5461
icon: Wrench,

0 commit comments

Comments
 (0)