Skip to content

Commit f7f414c

Browse files
authored
docs(cndocs): sync out-of-tree-platforms Fabric link + cnwebsite copy-page-button bump (#1032)
- cndocs/out-of-tree-platforms.md: update Fabric link from old blog post to /architecture/fabric-renderer - cnwebsite/package.json: bump docusaurus-plugin-copy-page-button ^0.8.0 → ^0.8.1
1 parent 3ed5f59 commit f7f414c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cndocs/out-of-tree-platforms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ React Native 不仅适用于 Android 和 iOS 设备——我们的合作伙伴
1919

2020
## 创建你自己的 React Native 平台
2121

22-
目前,从零开始创建一个 React Native 平台的过程还没有非常完善的文档——新的架构([Fabric](/blog/2018/06/14/state-of-react-native-2018))旨在让平台维护更容易。
22+
目前,从零开始创建一个 React Native 平台的过程还没有非常完善的文档——新的架构([Fabric](/architecture/fabric-renderer))旨在让平台维护更容易。
2323

2424
### 打包
2525

@@ -44,4 +44,4 @@ React Native 不仅适用于 Android 和 iOS 设备——我们的合作伙伴
4444
}
4545
```
4646

47-
`"providesModuleNodeModules"` 是一个数组,其中的模块会被加入 Haste 模块搜索路径;`"platforms"` 也是一个数组,其中的平台后缀会被添加为有效平台。
47+
`"providesModuleNodeModules"` 是一个数组,其中的模块会被加入 Haste 模块搜索路径;`"platforms"` 也是一个数组,其中的平台后缀会被添加为有效平台。

cnwebsite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@docusaurus/plugin-pwa": "3.10.1",
5454
"@docusaurus/preset-classic": "3.10.1",
5555
"@docusaurus/theme-mermaid": "3.10.1",
56-
"docusaurus-plugin-copy-page-button": "^0.8.0",
56+
"docusaurus-plugin-copy-page-button": "^0.8.1",
5757
"docusaurus-plugin-sass": "^0.2.6",
5858
"react": "^19.2.7",
5959
"react-dom": "^19.2.7",

0 commit comments

Comments
 (0)