From c58ce912f5103192e735396c61cf3a8874ed6a37 Mon Sep 17 00:00:00 2001 From: Redish101 Date: Wed, 18 Aug 2021 06:41:54 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0README=E7=9A=84=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E7=89=88=E6=9C=AC=20Signed-off-by:=20NEEN=20<=20luoji?= =?UTF-8?q?ayun1001@163.com=20>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_en.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README_en.md diff --git a/README_en.md b/README_en.md new file mode 100644 index 00000000000..c9ac539e9ab --- /dev/null +++ b/README_en.md @@ -0,0 +1,22 @@ +# OpenHarmony documentation + +Visit the OpenHarmony Documentation Warehouse to participate in the OpenHarmony Developer Document Open Source project and work with us to refine the developer documentation. + +This repository holds developer documentation for device development and application development provided by the OpenHarmony website. + +## The structure of the document catalog + +(Chinese document) (zh-cn/readme.md) + +[English Documentation] (en/readme.md) + +## Branch description of the version of the documentation for openHarmony + +### The latest version + +master: The latest development. Release of a preview version of OpenHarmony 2.0 Canary, [Learn more about the version"](en/release-notes/OpenHarmony-2-0-Canary.md). + +The historically stable version + +OpenHarmony_v1.0.1_release: OpenHarmony 1.1.0 LTS Stable Version, [Learn more about the version](en/release-notes/OpenHarmony-1-1-0-LTS.md). + -- Gitee