diff --git a/README.md b/README.md index af0e3f0f0eea049dc2a6821e2e473f55418a7df0..6dcee4e04e6cb87872afef229475b1a8d876a692 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 2c397d6ec1332d2039c9aacf9b467d6fcb64afd3..71b98ef8737da0b66393cfcf6e53b5b7b1207979 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 4d7a61405cefd8f0248e0a6cfff5c83efee56477..ff013ee08699551a34499fa21f60748ccd051e87 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) 章节。