Skip to content

Commit 08ba5ce

Browse files
committed
Get docs working
1 parent 1317d1b commit 08ba5ce

File tree

324 files changed

+7215
-6920
lines changed

Some content is hidden

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

324 files changed

+7215
-6920
lines changed

.trunk/trunk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ lint:
3838
- svelte
3939
- javascript
4040
enabled:
41-
- sort-package-json@3.0.0
41+
- sort-package-json@3.2.1
4242
- actionlint@1.7.7
43-
- checkov@3.2.432
43+
- checkov@3.2.435
4444
- eslint@9.27.0:
4545
packages:
4646
- '@typescript-eslint/eslint-plugin'
@@ -64,7 +64,7 @@ lint:
6464
- shfmt@3.6.0
6565
- svgo@3.3.2
6666
- taplo@0.9.3
67-
- trufflehog@3.88.33
67+
- trufflehog@3.88.34
6868
- yamllint@1.37.1
6969
actions:
7070
enabled:

docs/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ node_modules
44
# Output
55
.output
66
.vercel
7+
.netlify
8+
.wrangler
79
/.svelte-kit
810
/build
911

@@ -22,4 +24,4 @@ vite.config.js.timestamp-*
2224
vite.config.ts.timestamp-*
2325

2426
# Sentry Config File
25-
.env.sentry-build-plugin
27+
.env.sentry-build-plugin

docs/.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
package-lock.json
33
pnpm-lock.yaml
44
yarn.lock
5+
bun.lock
6+
bun.lockb

docs/components.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"$schema": "https://next.shadcn-svelte.com/schema.json",
3-
"style": "default",
43
"tailwind": {
5-
"config": "tailwind.config.ts",
64
"css": "src/app.css",
7-
"baseColor": "zinc"
5+
"baseColor": "slate"
86
},
97
"aliases": {
108
"components": "$lib/shadcn/components",
119
"utils": "$lib/shadcn/utils",
1210
"ui": "$lib/shadcn/components/ui",
13-
"hooks": "$lib/shadcn/hooks"
11+
"hooks": "$lib/shadcn/hooks",
12+
"lib": "$lib"
1413
},
1514
"typescript": true,
1615
"registry": "https://next.shadcn-svelte.com/registry"

docs/e2e/demo.test.ts

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

0 commit comments

Comments
 (0)