Skip to content

Commit ae88ce1

Browse files
committed
setup docs
1 parent 74339f8 commit ae88ce1

File tree

17 files changed

+146
-28
lines changed

17 files changed

+146
-28
lines changed

apps/nextra-docs/pages/_app.tsx

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/nextra-docs/pages/_document.tsx

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/nextra-docs/pages/_meta.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"index": {
3+
"title": "Home",
4+
"type": "page"
5+
},
6+
"guides": {
7+
"title": "Guides",
8+
"type": "page"
9+
},
10+
"docs": {
11+
"title": "Documentation",
12+
"type": "page"
13+
}
14+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"classes": "Classes",
3+
"functions": "Functions",
4+
"typedef": "Type Definitions",
5+
"enums": "Enums"
6+
}

apps/nextra-docs/pages/docs/classes/CommandKit.mdx

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# CommandType
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CommandType": "CommandType"
3+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# CommandData
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# CommandOptions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# SlashCommandProps

0 commit comments

Comments
 (0)