Skip to content

Commit fb68c43

Browse files
committed
update primary docs dir
1 parent 2f65452 commit fb68c43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+65
-941
lines changed

apps/docs/.gitignore

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
1-
# build output
2-
dist/
3-
api/
4-
5-
# generated types
6-
.astro/
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
72

83
# dependencies
9-
node_modules/
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# next.js
12+
/.next/
13+
/out/
14+
15+
# production
16+
/build
1017

11-
# logs
18+
# misc
19+
.DS_Store
20+
*.pem
21+
22+
# debug
1223
npm-debug.log*
1324
yarn-debug.log*
1425
yarn-error.log*
15-
pnpm-debug.log*
1626

17-
# environment variables
18-
.env
19-
.env.production
27+
# local env files
28+
.env*.local
2029

21-
# macOS-specific files
22-
.DS_Store
30+
# vercel
31+
.vercel
32+
33+
# typescript
34+
*.tsbuildinfo
35+
next-env.d.ts

apps/docs/README.md

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

apps/docs/astro.config.mjs

Lines changed: 0 additions & 60 deletions
This file was deleted.
File renamed without changes.

apps/docs/package.json

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
{
2-
"name": "docs",
3-
"type": "module",
4-
"version": "0.0.10",
2+
"name": "commandkit-docs",
3+
"version": "0.0.0",
54
"private": true,
6-
"license": "MIT",
75
"scripts": {
8-
"dev": "astro dev",
9-
"start": "astro dev",
10-
"build": "astro build",
11-
"preview": "astro preview",
12-
"astro": "astro"
6+
"dev": "next dev",
7+
"build": "next build",
8+
"start": "next start",
9+
"lint": "next lint"
1310
},
1411
"dependencies": {
15-
"@astrojs/starlight": "^0.9.0",
16-
"astro": "^3.0.8",
17-
"sharp": "^0.32.5",
18-
"starlight-typedoc": "^0.5.0",
19-
"typedoc": "^0.25.1",
20-
"typedoc-plugin-markdown": "4.0.0-next.20"
12+
"@types/node": "^20.5.9",
13+
"@types/react": "18.2.22",
14+
"@types/react-dom": "18.2.7",
15+
"autoprefixer": "10.4.16",
16+
"next": "13.5.2",
17+
"nextra": "^2.12.3",
18+
"nextra-theme-docs": "^2.12.3",
19+
"postcss": "8.4.30",
20+
"react": "18.2.0",
21+
"react-dom": "18.2.0",
22+
"tailwindcss": "3.3.3",
23+
"typescript": "^5.1.6"
2124
}
2225
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)