From 223efceb83a88be028356883c21b296ead81216b Mon Sep 17 00:00:00 2001 From: wangyue Date: Fri, 13 Mar 2026 11:18:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IFXXDN]=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=BF=81=E7=A7=BB=E6=96=87=E6=A1=A3=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyue --- README.md | 6 +++++- en/README_EN.md | 6 +++++- zh-cn/README.md | 5 +++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af0e3f0f..6dcee4e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # react-native-oh-library/usage-docs + +## Migration + +迁移公告:为便于集中维护与协作,本项目的使用文档计划在近期迁移至 [usage-docs](https://gitcode.com/OpenHarmony-RN/usage-docs)。迁移完成后,本仓库的文档内容将不再更新,请在新地址查阅最新版本。 + ## Documentation [中文](./zh-cn/README.md) [English](./en/README_EN.md) - diff --git a/en/README_EN.md b/en/README_EN.md index 2c397d6e..71b98ef8 100644 --- a/en/README_EN.md +++ b/en/README_EN.md @@ -1,4 +1,8 @@ -> [!WARNING] This document is intended solely for guidance on using third-party libraries and does not cover any information related to the React Native OpenHarmony framework. It will be updated continuously alongside the React Native OpenHarmony framework, and the current version does not represent the final version. +> [!WARNING] This document is intended solely for guidance on using third-party libraries and does not cover any information related to the React Native OpenHarmony framework. It will be updated continuously alongside the React Native OpenHarmony framework, and the current version does not represent the final version. + +# Migration + +Migration announcement: To centralize maintenance and collaboration, this project's usage documentation will be migrated soon to [usage-docs](https://gitcode.com/OpenHarmony-RN/usage-docs). After the migration is complete, the documentation in this repository will no longer be updated—please refer to the new location for the latest version. For historical documents, check this repository's branches or releases. # Introduction diff --git a/zh-cn/README.md b/zh-cn/README.md index 4d7a6140..ff013ee0 100644 --- a/zh-cn/README.md +++ b/zh-cn/README.md @@ -1,5 +1,10 @@ > [!WARNING] 本文档仅用于三方库使用指导,不涉及任何 React Native OpenHarmony 框架的信息,且会随着 React Native OpenHarmony 框架持续迭代更新,当前版本不代表最终展示版本。 +# 迁移 + +迁移公告:为便于集中维护与协作,本项目的使用文档计划在近期迁移至 [usage-docs](https://gitcode.com/OpenHarmony-RN/usage-docs)。迁移完成后,本仓库的文档内容将不再更新,请在新地址查阅最新版本。 + + # 简介 > 如果你在找如何搭建环境的文档,请移步开发文档的 [搭建开发环境](https://gitee.com/openharmony-sig/ohos_react_native/blob/7284558e030998b113b1437ab8cad597e2e0213a/docs/zh-cn/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA.md) 章节。 -- Gitee