Skip to content

Commit 03f27e6

Browse files
committed
docs: 1.6.0 release blog
1 parent 001571c commit 03f27e6

File tree

5 files changed

+469
-5
lines changed

5 files changed

+469
-5
lines changed

.vscode/settings.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,23 @@
1818
"cSpell.caseSensitive": true,
1919
"json.schemas": [
2020
{
21-
"fileMatch": ["**/_meta.json"],
21+
"fileMatch": [
22+
"**/_meta.json"
23+
],
2224
"url": "./website/node_modules/@rspress/core/meta-json-schema.json"
2325
},
2426
{
25-
"fileMatch": ["**/_nav.json"],
27+
"fileMatch": [
28+
"**/_nav.json"
29+
],
2630
"url": "./website/node_modules/@rspress/core/nav-json-schema.json"
2731
}
2832
],
2933
"rust-analyzer.procMacro.enable": true,
3034
"rust-analyzer.procMacro.attributes.enable": true,
31-
"rust-analyzer.linkedProjects": ["Cargo.toml"],
35+
"rust-analyzer.linkedProjects": [
36+
"Cargo.toml"
37+
],
3238
"rust-analyzer.cargo.targetDir": true, // Don't let RA blocking cargo build
3339
"rust-analyzer.check.features": "all",
3440
"files.associations": {
@@ -53,4 +59,4 @@
5359
"ukey",
5460
"Ukey"
5561
]
56-
}
62+
}

website/cspell.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ module.exports = {
2525
caseSensitive: true,
2626
allowCompoundWords: true,
2727
enableFiletypes: ['mdx'],
28-
words: ['srcăindexāmoduleācss'],
28+
words: ['srcăindexāmoduleācss', 'tsgo'],
2929
};

website/docs/zh/blog/_meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
"index.mdx",
3+
"announcing-1-6",
34
"announcing-1-5",
45
"announcing-1-4",
56
"rspack-next-partner",

0 commit comments

Comments
 (0)