Skip to content

Commit eec48d4

Browse files
Move docs from root package to /docs package (#1685)
* make docs package * remove changeset from docs * type module * use workspace packages for ocs * build packages * take vite out of root * clean docs command * docs:clean --------- Co-authored-by: Atila Fassina <atila@fassina.eu>
1 parent ff171e9 commit eec48d4

83 files changed

Lines changed: 99 additions & 29 deletions

Some content is hidden

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

app.config.ts renamed to docs/app.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import tailwindcss from "tailwindcss";
33
import { config } from "vinxi/plugins/config";
44

55
export default defineConfig({
6-
appRoot: "./docs",
76
// experimental: { islands: true },
87
server: {
98
preset: "cloudflare_module",

docs/package.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"name": "solid-start-docs",
3+
"type": "module",
4+
"scripts": {
5+
"dev": "vinxi dev",
6+
"build": "vinxi build",
7+
"start": "node ./.output/server/index.mjs"
8+
},
9+
"devDependencies": {
10+
"@cloudflare/kv-asset-handler": "^0.2.0",
11+
"@kobalte/core": "^0.13.1",
12+
"@kobalte/utils": "^0.9.0",
13+
"@solidjs/meta": "^0.29.0",
14+
"@solidjs/router": "^0.15.0",
15+
"@solidjs/start": "workspace:*",
16+
"@tailwindcss/typography": "^0.5.9",
17+
"@vinxi/plugin-mdx": "^3.7.1",
18+
"autoprefixer": "^10.4.19",
19+
"citty": "^0.1.5",
20+
"class-variance-authority": "^0.7.0",
21+
"clsx": "^2.1.1",
22+
"coveralls": "^3.1.1",
23+
"debug": "^4.3.4",
24+
"graphql": "^16.7.1",
25+
"postcss": "^8.4.38",
26+
"rimraf": "^3.0.2",
27+
"solid-js": "^1.9.2",
28+
"solid-mdx": "^0.0.7",
29+
"solid-start-mdx": "workspace:*",
30+
"solid-transition-group": "^0.2.3",
31+
"tailwind-merge": "^2.3.0",
32+
"tailwindcss": "^3.4.1",
33+
"tailwindcss-animate": "^1.0.7",
34+
"tinyglobby": "^0.2.2",
35+
"tippy.js": "^6.3.7",
36+
"turbo": "^1.10.7",
37+
"typescript": "5.3.3",
38+
"valibot": "~0.29.0",
39+
"vinxi": "^0.4.3",
40+
"vite": "^5.1.1"
41+
},
42+
"dependencies": {
43+
"cross-env": "^7.0.3",
44+
"wrangler": "3.22.1"
45+
}
46+
}

0 commit comments

Comments
 (0)