From 97e295b8c195ad7353361f5edcb19fa203932176 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Sun, 7 Jun 2026 16:15:14 +0800 Subject: [PATCH] docs(cndocs): sync out-of-tree-platforms Fabric link + cnwebsite copy-page-button bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- cndocs/out-of-tree-platforms.md | 4 ++-- cnwebsite/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cndocs/out-of-tree-platforms.md b/cndocs/out-of-tree-platforms.md index 9e66e4b91d4..d73a963be09 100644 --- a/cndocs/out-of-tree-platforms.md +++ b/cndocs/out-of-tree-platforms.md @@ -19,7 +19,7 @@ React Native 不仅适用于 Android 和 iOS 设备——我们的合作伙伴 ## 创建你自己的 React Native 平台 -目前,从零开始创建一个 React Native 平台的过程还没有非常完善的文档——新的架构([Fabric](/blog/2018/06/14/state-of-react-native-2018))旨在让平台维护更容易。 +目前,从零开始创建一个 React Native 平台的过程还没有非常完善的文档——新的架构([Fabric](/architecture/fabric-renderer))旨在让平台维护更容易。 ### 打包 @@ -44,4 +44,4 @@ React Native 不仅适用于 Android 和 iOS 设备——我们的合作伙伴 } ``` -`"providesModuleNodeModules"` 是一个数组,其中的模块会被加入 Haste 模块搜索路径;`"platforms"` 也是一个数组,其中的平台后缀会被添加为有效平台。 \ No newline at end of file +`"providesModuleNodeModules"` 是一个数组,其中的模块会被加入 Haste 模块搜索路径;`"platforms"` 也是一个数组,其中的平台后缀会被添加为有效平台。 diff --git a/cnwebsite/package.json b/cnwebsite/package.json index ff23a31e0b9..c66e720fc96 100644 --- a/cnwebsite/package.json +++ b/cnwebsite/package.json @@ -53,7 +53,7 @@ "@docusaurus/plugin-pwa": "3.10.1", "@docusaurus/preset-classic": "3.10.1", "@docusaurus/theme-mermaid": "3.10.1", - "docusaurus-plugin-copy-page-button": "^0.8.0", + "docusaurus-plugin-copy-page-button": "^0.8.1", "docusaurus-plugin-sass": "^0.2.6", "react": "^19.2.7", "react-dom": "^19.2.7",