Skip to content

Commit ec7ba45

Browse files
committed
chore: init structure
1 parent f9f1751 commit ec7ba45

File tree

143 files changed

+625
-129
lines changed

Some content is hidden

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

143 files changed

+625
-129
lines changed

pnpm-lock.yaml

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

website/docs/en/_meta.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,15 @@
88
"text": "Config",
99
"link": "/config/",
1010
"activeMatch": "/config/"
11+
},
12+
{
13+
"text": "API",
14+
"link": "/api/javascript-api/core",
15+
"activeMatch": "/api/"
16+
},
17+
{
18+
"text": "Blog",
19+
"link": "/blog/",
20+
"activeMatch": "/blog/"
1121
}
1222
]

website/docs/en/api/_meta.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "dir",
4+
"name": "javascript-api",
5+
"label": "JavaScript API"
6+
}
7+
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
["core", "types"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Rslib Core
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Rslib Types

website/docs/en/blog/_meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
["index"]

website/docs/en/blog/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Overview
3+
---
4+
5+
# Rslib Blogs
6+
7+
Check here for the latest articles and release announcements about Rslib.

website/docs/en/config/_meta.json

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
[
2-
{
3-
"type": "file",
4-
"name": "index",
5-
"label": "Overview"
6-
},
7-
{
8-
"type": "dir",
9-
"name": "lib",
10-
"label": "lib"
11-
}
12-
]
2+
{
3+
"type": "file",
4+
"name": "index",
5+
"label": "Config Overview"
6+
},
7+
{
8+
"type": "dir",
9+
"name": "lib",
10+
"label": "Lib"
11+
},
12+
{
13+
"type": "dir",
14+
"name": "rsbuild",
15+
"label": "Rsbuild Config"
16+
}
17+
]

website/docs/en/config/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
overview: true
3+
---
4+
15
# Config Overview
26

3-
This page lists all the configurations for Rslib. See ["Configure Rslib"](/guide/basic/configure-rslib) for detail.
7+
This page lists all the configurations for Rslib. See [Configure Rslib](/guide/basic/configure-rslib) for detail.

website/docs/en/config/lib.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Lib

0 commit comments

Comments
 (0)