File tree Expand file tree Collapse file tree 3 files changed +45
-12
lines changed Expand file tree Collapse file tree 3 files changed +45
-12
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Overview
3+ description : Create and manage custom portals
4+ icon : BookMarked
5+ ---
6+
7+ Coming Soon!
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 11import { Card } from "fumadocs-ui/components/card"
2+ import type { LucideIcon } from "lucide-react"
23import {
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
1920interface 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
5152const 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 ,
You can’t perform that action at this time.
0 commit comments