Skip to content

Commit 8a5336c

Browse files
committed
chore: Merged site/docs into portal
1 parent a8a1b96 commit 8a5336c

File tree

275 files changed

+11364
-259
lines changed

Some content is hidden

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

275 files changed

+11364
-259
lines changed

docs/content/docs/overview/contributing.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/examples/getting-started-1.ts

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

docs/examples/getting-started-3.ts

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

docs/examples/getting-started-4.ts

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

docs/notebooks/metadata.ipynb

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"pnpm": "^10.0.0"
99
},
1010
"scripts": {
11-
"build": "pnpm -F !browser -F !docs -F !site build",
11+
"build": "pnpm -F !browser -F !portal build",
1212
"bump": "ncu -ws -u",
1313
"clean": "rm -rf **/node_modules",
1414
"compile": "pnpm -F terminal compile",

pnpm-lock.yaml

Lines changed: 34 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ packages:
44
- browser
55
- database
66
- dataset
7-
- docs
87
- document
98
- dpkit
109
- image
1110
- library
1211
- metadata
12+
- portal
1313
- service
14-
- site
1514
- table
1615
- terminal
1716
- video

docs/package.json renamed to portal/package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
{
2-
"name": "@dpkit/docs",
2+
"name": "@dpkit/portal",
33
"type": "module",
44
"version": "0.0.0-dev",
55
"private": true,
66
"scripts": {
7-
"build": "astro build",
8-
"preview": "astro preview",
9-
"start": "astro dev"
7+
"build": "pnpm /build:/",
8+
"build:tn": "astro build --root terminal",
9+
"build:ts": "astro build --root typescript",
10+
"preview": "pnpm /preview:/",
11+
"preview:tn": "astro preview --root terminal",
12+
"preview:ts": "astro preview --root typescript",
13+
"start": "pnpm /start:/",
14+
"start:tn": "astro dev --root terminal",
15+
"start:ts": "astro dev --root typescript"
1016
},
1117
"devDependencies": {
1218
"@astrojs/starlight": "0.36.0",
1319
"astro": "5.14.1",
14-
"dpkit": "workspace:*",
15-
"nodejs-polars": "0.22.2",
1620
"sharp": "0.34.2",
1721
"starlight-changelogs": "0.1.1",
1822
"starlight-github-alerts": "0.1.0",
1923
"starlight-scroll-to-top": "0.3.1",
2024
"starlight-typedoc": "0.21.3",
21-
"tempy": "3.1.0",
2225
"typedoc": "0.28.9",
2326
"typedoc-plugin-markdown": "4.8.0",
2427
"wrangler": "4.43.0"
File renamed without changes.

0 commit comments

Comments
 (0)