Skip to content

Commit cf0ed1a

Browse files
committed
PR feedback
1 parent ed955f1 commit cf0ed1a

18 files changed

Lines changed: 19 additions & 19 deletions

File tree

websites/api-extractor.com/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api-extractor.com
22

3-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
3+
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
44

55
## Local development
66

websites/heft.rushstack.io/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# heft.rushstack.io
22

3-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
3+
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
44

55
## Local development
66

websites/lfx.rushstack.io/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lfx.rushstack.io
22

3-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
3+
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
44

55
## Local development
66

websites/monodex.ai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# monodex.ai
22

3-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
3+
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
44

55
## Local development
66

websites/monodex.ai/docs/pages/support/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Monodex is developed in its own GitHub repo separate from the other Rush Stack p
88

99
(We made this choice because the codebase uses Rust instead of TypeScript and experienced heavy churn during its early stages, however the plan is to eventually migrate it into the big [microsoft/rushstack](https://github.com/microsoft/rushstack) monorepo.)
1010

11-
The `monodex.ai` website is hosted in this Github repo:
11+
The `monodex.ai` website is hosted in this GitHub repo:
1212

1313
[https://github.com/microsoft/rushstack-websites](https://github.com/microsoft/rushstack-websites/tree/main/websites/monodex.ai)

websites/rushjs.io/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rushjs.io
22

3-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
3+
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
44

55
## Local development
66

websites/rushjs.io/docs/pages/maintainer/using_rush_plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Here's a gallery of some community contributed plugins.
126126
| NPM Package | Description |
127127
| :----------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------- |
128128
| [rush-archive-project-plugin](https://github.com/tiktok/rush-plugins/tree/main/rush-plugins/rush-archive-project-plugin) | Archive Rush projects that are no longer maintained |
129-
| [rush-github-action-build-cache-plugin](https://github.com/gigara/rush-github-action-build-cache-plugin) | Save and restore the build cache in Github actions |
129+
| [rush-github-action-build-cache-plugin](https://github.com/gigara/rush-github-action-build-cache-plugin) | Save and restore the build cache in GitHub actions |
130130
| [rush-init-project-plugin](https://github.com/tiktok/rush-plugins/tree/main/rush-plugins/rush-init-project-plugin) | Initialize new Rush projects |
131131
| [rush-lint-staged-plugin](https://github.com/tiktok/rush-plugins/tree/main/rush-plugins/rush-lint-staged-plugin) | Integrate [lint-staged](https://www.npmjs.com/package/lint-staged) with a Rush monorepo |
132132
| [rush-print-log-if-error-plugin](https://github.com/tiktok/rush-plugins/tree/main/rush-plugins/rush-print-log-if-error-plugin) | Print a project's entire log file when an error occurs |

websites/rushjs.io/i18n/zh-cn/docusaurus-plugin-content-docs/current/pages/best_practices/change_logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ title: 编写变更日志
4444

4545
- 当描述版本升级时,表明旧版本和新版本,例如:"Upgraded widget-library from `1.0.2` to `2.0.1`".
4646

47-
- 当修复一个 Github issue 后,考虑在括号中添加 issue URL.
47+
- 当修复一个 GitHub issue 后,考虑在括号中添加 issue URL.
4848

4949
- 不要在句尾添加句号,除非你有两个以上句子。
5050

websites/rushjs.io/i18n/zh-cn/docusaurus-plugin-content-docs/current/pages/configs/experiments_json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ title: experiments.json
1717
/**
1818
* Rush 5.14.0 改善了增量构建,它会忽略 pnpm-lock.json 文件中的一些虚假变化。
1919
* 该优化默认开启,如果你遇到了 "rush build" 忽略构建某些项目的问题,请开启一个
20-
* Github issue, 临时的解决方法是取消这行的注释来恢复当 package.json 变化时的
20+
* GitHub issue, 临时的解决方法是取消这行的注释来恢复当 package.json 变化时的
2121
* 旧行为。
2222
*/
2323
/*[LINE "HYPOTHETICAL"]*/ "legacyIncrementalBuildDependencyDetection": true,

websites/rushjs.io/i18n/zh-cn/docusaurus-plugin-content-docs/current/pages/configs/rush_json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ title: rush.json
260260
* 将会被排除在 diff 中(因为它们属于别的 PR)。为了做到这点,Rush
261261
* 知道如何在 PR 中到照基础分支。这个信息不能从 Git 中单独获取,因为
262262
* "pull request" 不是 Git 的概念。理想情况是 Rush 使用了特定的协议
263-
* 来从诸如 Github, Azure DevOps 上获取这些信息。
263+
* 来从诸如 GitHub, Azure DevOps 上获取这些信息。
264264
* 但为了简单,"rush change" 只是假设你的 PR 只是针对 rush.json 中的
265-
* repository.url 的仓库的主分支。如果你从 Github 上 "fork" 了一个
265+
* repository.url 的仓库的主分支。如果你从 GitHub 上 "fork" 了一个
266266
* 仓库,那么该设定就不同于你的 PR 分支的仓库 URL, 此时 "rush change"
267267
* 会自动掉哟过 "git fetch" 来检索远程主分支的最新活动。
268268
*

0 commit comments

Comments
 (0)