From 900b70aa24f06d3d87088eeec7b9287b8250929a Mon Sep 17 00:00:00 2001 From: Gururaj Shetty <gururaj.shetty@huawei.com> Date: Wed, 30 Dec 2020 06:15:44 +0000 Subject: [PATCH] Update docs/overview/About-HarmonyOS.rst, docs/overview/System-Security.rst, docs/overview/Technical-Features.rst files --- docs/overview/{About HarmonyOS.rst => About-HarmonyOS.rst} | 2 +- docs/overview/{System Security.rst => System-Security.rst} | 0 .../overview/{Technical Features.rst => Technical-Features.rst} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/overview/{About HarmonyOS.rst => About-HarmonyOS.rst} (99%) rename docs/overview/{System Security.rst => System-Security.rst} (100%) rename docs/overview/{Technical Features.rst => Technical-Features.rst} (100%) diff --git a/docs/overview/About HarmonyOS.rst b/docs/overview/About-HarmonyOS.rst similarity index 99% rename from docs/overview/About HarmonyOS.rst rename to docs/overview/About-HarmonyOS.rst index e5f8d67..65768a8 100644 --- a/docs/overview/About HarmonyOS.rst +++ b/docs/overview/About-HarmonyOS.rst @@ -62,4 +62,4 @@ This layer provides what you need to develop HarmonyOS applications: application Application Layer ----------------- -This layer consists of system applications and third-party applications. Each HarmonyOS application is powered by one or more Feature Abilities (FAs) or Particle Abilities (PAs). An FA provides a UI for user interaction. A PA has no UI and provides background task processing as well as data access. Applications developed based on FAs and PAs implement specific business characteristics and achieve cross-device scheduling and distribution, delighting users with consistent and efficient experience. \ No newline at end of file +This layer consists of system applications and third-party applications. Each HarmonyOS application is powered by one or more Feature Abilities (FAs) or Particle Abilities (PAs). An FA provides a UI for user interaction. A PA has no UI and provides background task processing as well as data access. Applications developed based on FAs and PAs implement specific business characteristics and achieve cross-device scheduling and distribution, delighting users with consistent and efficient experience. diff --git a/docs/overview/System Security.rst b/docs/overview/System-Security.rst similarity index 100% rename from docs/overview/System Security.rst rename to docs/overview/System-Security.rst diff --git a/docs/overview/Technical Features.rst b/docs/overview/Technical-Features.rst similarity index 100% rename from docs/overview/Technical Features.rst rename to docs/overview/Technical-Features.rst -- GitLab