diff --git a/en/application-dev/Readme-EN.md b/en/application-dev/Readme-EN.md index f623195a2d0f6331b6e6dd90c156909c75d88df4..6f7a4b44a61c83084233a1e9b176ddae6ae31f86 100644 --- a/en/application-dev/Readme-EN.md +++ b/en/application-dev/Readme-EN.md @@ -7,15 +7,15 @@ - [OpenHarmony Release Notes](../release-notes/Readme.md) - Quick Start - Getting Started - - - [Preparations](quick-start/start-overview.md) - - [Getting Started with eTS](quick-start/start-with-ets.md) - - [Getting Started with JavaScript in the Traditional Coding Approach](quick-start/start-with-js.md) - - [Getting Started with JavaScript in the Low-Code Approach](quick-start/start-with-js-low-code.md) + - [Preparations](start-overview.md) + - [Getting Started with eTS](start-with-ets.md) + - [Getting Started with JavaScript in the Traditional Coding Approach](start-with-js.md) + - [Getting Started with JavaScript in the Low-Code Approach](start-with-js-low-code.md) - Development Fundamentals - - [Application Development Package Structure (FA Model)](quick-start/package-structure.md) - - [Application Development Package Structure (Stage Model)](quick-start/module-structure.md) - - [Resource File Categories](quick-start/basic-resource-file-categories.md) - - [SysCap](quick-start/syscap.md) + - [Application Development Package Structure (FA Model)](package-structure.md) + - [Application Development Package Structure (Stage Model)](module-structure.md) + - [Resource File Categories](basic-resource-file-categories.md) + - [SysCap](syscap.md) - Development - [Ability Development](ability/Readme-EN.md) - [UI Development](ui/Readme-EN.md) @@ -39,6 +39,10 @@ - API References - [Component Reference (JavaScript-based Web-like Development Paradigm)](reference/arkui-js/Readme-EN.md) - [Component Reference (TypeScript-based Declarative Development Paradigm)](reference/arkui-ts/Readme-EN.md) - - [APIs](reference/apis/Readme-EN.md) + - APIs + - [JS (eTS Included) APIs](reference/apis/Readme-EN.md) + - Native APIs + - [Standard Library](reference/native-lib/third_party_libc/musl.md) + - [Node_API](reference/native-lib/third_party_napi/napi.md) - Contribution - [How to Contribute](../contribute/documentation-contribution.md) diff --git a/en/application-dev/application-dev-guide-for-gitee.md b/en/application-dev/application-dev-guide-for-gitee.md index f8feba41ca0188ad32dbeda9fb8ccab415d1bffb..36b0f4a7c3f8a224dbdd2dbd8f9b983203b7a2c8 100644 --- a/en/application-dev/application-dev-guide-for-gitee.md +++ b/en/application-dev/application-dev-guide-for-gitee.md @@ -53,7 +53,11 @@ API references encompass all components and APIs available in OpenHarmony, helpi They are organized as follows: - [Component Reference (JavaScript-based Web-like Development Paradigm)](reference/arkui-js/Readme-EN.md) - [Component Reference (TypeScript-based Declarative Development Paradigm)](reference/arkui-ts/Readme-EN.md) -- [API Reference](reference/apis/Readme-EN.md) +- APIs + - [JS (eTS Included) APIs](reference/apis/Readme-EN.md) + - Native APIs + - [Standard Library](reference/native-lib/third_party_libc/musl.md) + - [Node_API](reference/native-lib/third_party_napi/napi.md) ### Readme diff --git a/en/application-dev/reference/Readme-EN.md b/en/application-dev/reference/Readme-EN.md index 0730fd77fd56fef492927c964e97ff47bc733610..c2252e1a8f56f93c52ee4278681fc7fb23d28366 100644 --- a/en/application-dev/reference/Readme-EN.md +++ b/en/application-dev/reference/Readme-EN.md @@ -4,4 +4,7 @@ - [TypeScript-based Declarative Development Paradigm](arkui-ts/Readme-EN.md) - [APIs](apis/Readme-EN.md) - \ No newline at end of file + - [JS (eTS Included) APIs](reference/apis/Readme-EN.md) + - Native APIs + - [Standard Library](reference/native-lib/third_party_libc/musl.md) + - [Node_API](reference/native-lib/third_party_napi/napi.md) \ No newline at end of file