Skip to content

Commit bf528b5

Browse files
committed
update docs
1 parent a048c50 commit bf528b5

26 files changed

+442
-421
lines changed

apps/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"@types/node": "^20.5.9",
11+
"@types/node": "^20.10.4",
1212
"@types/react": "18.2.22",
1313
"@types/react-dom": "18.2.7",
1414
"autoprefixer": "10.4.16",
15-
"next": "13.5.2",
16-
"nextra": "^2.12.3",
17-
"nextra-theme-docs": "^2.12.3",
15+
"next": "14.0.4",
16+
"nextra": "^2.13.2",
17+
"nextra-theme-docs": "^2.13.2",
1818
"postcss": "8.4.31",
1919
"react": "18.2.0",
2020
"react-dom": "18.2.0",
2121
"tailwindcss": "3.3.3",
22-
"typescript": "^5.1.6"
22+
"typescript": "^5.3.3"
2323
}
2424
}

apps/docs/pages/_meta.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"title": "Home",
44
"type": "page"
55
},
6-
"docs": "Documentation",
7-
"typedef": "Typedefs",
8-
"enums": "Enums"
6+
"guide": {
7+
"title": "Guide",
8+
"type": "page"
9+
},
10+
"docs": {
11+
"title": "Documentation",
12+
"type": "page"
13+
}
914
}

apps/docs/pages/docs/_meta.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
{
2-
"installation": "Installation",
3-
"commandkit-setup": "CommandKit Setup",
4-
"commandkit.config.js-options": "commandkit.config.js Options",
5-
"command-file-setup": "Commands Setup",
6-
"event-file-setup": "Events Setup",
7-
"validation-file-setup": "Validations Setup",
8-
"buttonkit": "Using ButtonKit",
9-
"using-cli": "Using CommandKit CLI",
10-
"using-signals": "Using Signals",
11-
"migrating-from-djs-commander": "Migrating from DJS-Commander"
2+
"typedef": "Type Definitions",
3+
"enums": "Enums"
124
}

0 commit comments

Comments
 (0)