Skip to content

Commit ce03e5a

Browse files
docs v3 (#168)
--------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee15495 commit ce03e5a

File tree

187 files changed

+5636
-16281
lines changed

Some content is hidden

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

187 files changed

+5636
-16281
lines changed

.github/labeler.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Configuration for labeler - https://github.com/actions/labeler
22

3-
📖 Docs: src/docs/**/*
4-
🌍 i18n: src/i18n/en-US/**/*
5-
Actions: .github/workflows/**/*
3+
📖 Docs:
4+
- changed-files:
5+
- any-glob-to-any-file: 'src/docs/**/*'
6+
🌍 i18n:
7+
- changed-files:
8+
- any-glob-to-any-file: 'src/i18n/en-US/**/*'
9+
Actions:
10+
- changed-files:
11+
- any-glob-to-any-file: '.github/workflows/**/*'

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: "16"
20+
node-version: "18"
2121
- name: install yarn
2222
run: npm i -g --force yarn
2323
- name: restore yarn

.github/workflows/crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616

1717
- name: crowdin action
18-
uses: crowdin/github-action@v1.14.1
18+
uses: crowdin/github-action@v1.16.0
1919
with:
2020
upload_sources: true
2121
upload_translations: false

src/docs/release_notes/2021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ title: "2021"
4747

4848
- 增加 NatashaOperator 静态操作类, 方便快速创建其他操作类, 配合域上下文使用.
4949

50-
- InitializeAndPreheating 预热方法支持 func<string,bool> 参数, 以便开发者排除无用的引用加载.
50+
- InitializeAndPreheating 预热方法支持 `func<string,bool>` 参数, 以便开发者排除无用的引用加载.
5151

5252
- ##### 2021/12/22
5353

src/i18n/en-US/docusaurus-plugin-content-docs/current/00-0-Docs.md

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

src/i18n/en-US/docusaurus-plugin-content-docs/current/00-1-Why.md

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

src/i18n/en-US/docusaurus-plugin-content-docs/current/api/001-Preheating.md

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

src/i18n/en-US/docusaurus-plugin-content-docs/current/api/002-Compiler.md

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

src/i18n/en-US/docusaurus-plugin-content-docs/current/api/003-apit-able.md

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

src/i18n/en-US/docusaurus-plugin-content-docs/current/api/004-static-init.md

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

0 commit comments

Comments
 (0)