From 212f20b1290978191787ba592fa7dcb8eaaa681c Mon Sep 17 00:00:00 2001 From: Gloria Date: Fri, 9 Dec 2022 16:19:51 +0800 Subject: [PATCH] Update docs against 11389+11413+11401 Signed-off-by: wusongqing --- en/OpenHarmony-Overview.md | 10 +++++----- .../medialibrary-album-guidelines.md | 4 ++-- .../open-source-software-and-license-notice.md | 2 +- en/device-dev/subsystems/Readme-EN.md | 14 ++++++-------- 4 files changed, 14 insertions(+), 16 deletions(-) diff --git a/en/OpenHarmony-Overview.md b/en/OpenHarmony-Overview.md index 75dc8b666..5fbc55f9a 100644 --- a/en/OpenHarmony-Overview.md +++ b/en/OpenHarmony-Overview.md @@ -146,7 +146,7 @@ The following table describes the subsystems of OpenHarmony. For details about t ## Supported Development Boards -Currently, the OpenHarmony community supports 17 types of development boards, which are listed in [Development Boards Supported](device-dev/dev-board-on-the-master.md). The following table describes three of them, which are the first three integrated into the OpenHarmony master. You can visit http://ci.openharmony.cn/dailys/dailybuilds to obtain daily builds. +Currently, the OpenHarmony community supports 22 types of development boards, which are listed in [Development Boards Supported](device-dev/dev-board-on-the-master.md). The following table describes three of them, which are the first three integrated into the OpenHarmony master. You can visit http://ci.openharmony.cn/dailys/dailybuilds to obtain daily builds. | System Type| Board Model| Chip Model|
Function Description and Use Case
| Application Scenario| Code Repository | | -------- | -------- | -------- | -------- | -------- | -------- | @@ -156,11 +156,9 @@ Currently, the OpenHarmony community supports 17 types of development boards, wh ## Getting Started -- [Getting Started for Device Development](device-dev/quick-start/quickstart-ide-lite-overview.md) +- [Getting Started for Device Development](device-dev/quick-start/quickstart-overview.md) - [Getting Started for Application Development](application-dev/quick-start/start-overview.md) - - ## Code Repository Addresses OpenHarmony project: [https://gitee.com/openharmony](https://gitee.com/openharmony) @@ -173,6 +171,8 @@ OpenHarmony archived projects: [https://gitee.com/openharmony-retired](https://g ## OpenHarmony Documentation +[Official website](https://www.openharmony.cn/) + [Chinese version](https://gitee.com/openharmony/docs/tree/master/zh-cn) [English version](https://gitee.com/openharmony/docs/tree/master/en) @@ -197,7 +197,7 @@ For details about how to contribute, see [How to contribute](contribute/how-to-c OpenHarmony complies with Apache License Version 2.0. For details, see the LICENSE in each repository. -OpenHarmony uses third-party open-source software and licenses. For details, see [Third-Party Open-Source Software](https://gitee.com/openharmony/docs/blob/master/en/contribute/third-party-open-source-software-and-license-notice.md). +OpenHarmony uses third-party open-source software and licenses. For details, see [Open Source Software and License Notice](https://gitee.com/openharmony/docs/blob/master/en/contribute/open-source-software-and-license-notice.md). ## Contact Info diff --git a/en/application-dev/file-management/medialibrary-album-guidelines.md b/en/application-dev/file-management/medialibrary-album-guidelines.md index 322e596ef..fccb8446d 100644 --- a/en/application-dev/file-management/medialibrary-album-guidelines.md +++ b/en/application-dev/file-management/medialibrary-album-guidelines.md @@ -12,9 +12,9 @@ To ensure the application running efficiency, most **MediaLibrary** API calls ar You can obtain images and videos in an album in either of the following ways: -- Call [MediaLibrary.getFileAssets](../reference/apis/js-apis-medialibrary.md#getfileassets7-1) with an album specified to obtain the media assets. For details, see [Querying Media Assets with the Specified Album Name](medialibrary-resource-guidelines#querying-media-assets-with-the-specified-album-name). +- Call [MediaLibrary.getFileAssets](../reference/apis/js-apis-medialibrary.md#getfileassets7-1) with an album specified to obtain the media assets. For details, see [Querying Media Assets with the Specified Album Name](medialibrary-resource-guidelines.md#querying-media-assets-with-the-specified-album-name). -- Call [Album.getFileAssets](../reference/apis/js-apis-medialibrary.md#getfileassets7-3) to obtain an **Album** instance, so as to obtain the media assets in it. For details, see [Obtaining Images and Videos in an Album](medialibrary-resource-guidelines#obtaining-images-and-videos-in-an-album). +- Call [Album.getFileAssets](../reference/apis/js-apis-medialibrary.md#getfileassets7-3) to obtain an **Album** instance, so as to obtain the media assets in it. For details, see [Obtaining Images and Videos in an Album](medialibrary-resource-guidelines.md#obtaining-images-and-videos-in-an-album). ## Creating an Album diff --git a/en/contribute/open-source-software-and-license-notice.md b/en/contribute/open-source-software-and-license-notice.md index 4a58694a1..f46d1fa0f 100644 --- a/en/contribute/open-source-software-and-license-notice.md +++ b/en/contribute/open-source-software-and-license-notice.md @@ -1,4 +1,4 @@ -# Third-Party Open-Source Software and License Notice +# Open Source Software and License Notice The following table lists the licenses of the third-party open source software used by OpenHarmony. diff --git a/en/device-dev/subsystems/Readme-EN.md b/en/device-dev/subsystems/Readme-EN.md index fc41e1112..7acc06625 100644 --- a/en/device-dev/subsystems/Readme-EN.md +++ b/en/device-dev/subsystems/Readme-EN.md @@ -12,10 +12,10 @@ - [Building a Chipset Solution](subsys-build-chip_solution.md) - [Configuring Features](subsys-build-feature.md) - [Configuring System Capabilities](subsys-build-syscap.md) - - [Setting deps and external_deps](subsys-build-reference.md#deps-and-external_deps) - - [Information Collected by the Open Source Software Notice](subsys-build-reference.md#information-collected-by-the-open-source-software-notice) - - [Configuring Parameters for Accelerating Local Build](subsys-build-reference.md#parameters-for-accelerating-local-build) - - [Viewing Ninja Build Information](subsys-build-reference.md#viewing-ninja-build-information) + - [Setting deps and external_deps](subsys-build-reference.md) + - [Information Collected by the Open Source Software Notice](subsys-build-reference.md) + - [Configuring Parameters for Accelerating Local Build](subsys-build-reference.md) + - [Viewing Ninja Build Information](subsys-build-reference.md) - [HAP Build Guide](subsys-build-gn-hap-compilation-guide.md) - [FAQs](subsys-build-FAQ.md) - [Distributed Remote Startup](subsys-remote-start.md) @@ -86,7 +86,6 @@ - [bootstrap Module](subsys-boot-bootstrap.md) - [FAQs](subsys-boot-faqs.md) - [Reference](subsys-boot-ref.md) -- [Test Case Development](subsys-testguide-test.md) - DFX - [DFX Overview](subsys-dfx-overview.md) - [HiLog Development](subsys-dfx-hilog-rich.md) @@ -95,6 +94,7 @@ - [HiTraceMeter Development](subsys-dfx-hitracemeter.md) - [HiCollie Development](subsys-dfx-hicollie.md) - HiSysEvent Development + - [HiSysEvent Overview](subsys-dfx-hisysevent-overview.md) - [HiSysEvent Logging Configuration](subsys-dfx-hisysevent-logging-config.md) - [HiSysEvent Logging](subsys-dfx-hisysevent-logging.md) - [HiSysEvent Listening](subsys-dfx-hisysevent-listening.md) @@ -106,7 +106,5 @@ - [Hiview Development](subsys-dfx-hiview.md) - R&D Tools - [bytrace](subsys-toolchain-bytrace-guide.md) - - [hdc\_std](subsys-toolchain-hdc-guide.md) + - [hdc_std](subsys-toolchain-hdc-guide.md) - [hiperf](subsys-toolchain-hiperf.md) -- [XTS Test Case Development](subsys-xts-guide.md) - -- GitLab