From 8ebd8c4aa0e2724971ce18db358dda01bb22bcf4 Mon Sep 17 00:00:00 2001 From: shettygururaj <gururaj.shetty@huawei.com> Date: Fri, 26 Feb 2021 15:26:46 +0530 Subject: [PATCH] folders moved --- .gitignore | 1 + readme.rst => README.rst | 0 documentation/source/conf.py => conf.py | 0 .../source/definitions.rst => definitions.rst | 0 documentation/source/term/.gitkeep | 0 documentation/source/index.rst => index.rst | 0 {documentation => overview}/.gitkeep | 0 .../Readme.rst => overview/README.rst | 2 +- .../about-openharmony.rst | 8 +++--- .../overview => overview/figures}/.gitkeep | 0 .../figures/architecture.png | Bin .../figures/data_management.png | Bin .../figures/device_virtual.png | Bin .../figures/muti-device.png | Bin .../figures/system_security.jpg | Bin .../figures/task_scheduling.png | Bin .../figures/virtual_bus.png | Bin .../overview => overview}/system-security.rst | 0 .../technical-features.rst | 0 .../overview/figures => quick-start}/.gitkeep | 0 .../build-open-harmony.rst | 10 ++----- .../images/.gitkeep | 0 .../images/architecture.png | Bin .../C++ Coding Style Guide.rst | 25 ++++++++---------- .../readme => readme}/Code of Conduct.rst | 0 .../Communication in Community.rst | 10 ------- .../Contributing to the Code.rst | 0 .../Contributing to the Documentation.rst | 1 - .../Contribution Process.rst | 4 +-- .../source/readme => readme}/FAQs.rst | 0 .../JavaScript Coding Style Guide.rst | 0 .../readme/Readme.rst => readme/README.rst | 0 .../quick-start => readme/images}/.gitkeep | 0 .../readme => readme}/images/Font_style.PNG | Bin .../readme => readme}/images/List-table.PNG | Bin .../source/readme => readme}/images/List.PNG | Bin .../readme => readme}/images/csv_table.PNG | Bin .../source/readme => readme}/images/math.PNG | Bin .../images/multi-column_list.PNG | Bin .../readme => readme}/images/multi_data.PNG | Bin .../readme => readme}/images/quick-start.PNG | Bin .../readme => readme}/images/tables.PNG | Bin .../readme => readme}/images/toctree.PNG | Bin .../reStructuredText Basics.rst | 0 .../source/readthedocs.yml => readthedocs.yml | 0 .../requirements.txt => requirements.txt | 0 .../96b-Avenger.rst | 0 .../96b-nitrogen.rst | 0 .../Readme.rst => supported-boards/README.rst | 0 .../seco-imx8mm-c61.rst | 0 .../seco-intel-b68.rst | 2 +- .../source/readme/images => term}/.gitkeep | 0 .../source/term => term}/glossary.rst | 0 53 files changed, 23 insertions(+), 40 deletions(-) create mode 100644 .gitignore rename readme.rst => README.rst (100%) rename documentation/source/conf.py => conf.py (100%) rename documentation/source/definitions.rst => definitions.rst (100%) delete mode 100644 documentation/source/term/.gitkeep rename documentation/source/index.rst => index.rst (100%) rename {documentation => overview}/.gitkeep (100%) rename documentation/source/overview/Readme.rst => overview/README.rst (83%) rename {documentation/source/overview => overview}/about-openharmony.rst (98%) rename {documentation/source/overview => overview/figures}/.gitkeep (100%) rename {documentation/source/overview => overview}/figures/architecture.png (100%) rename {documentation/source/overview => overview}/figures/data_management.png (100%) rename {documentation/source/overview => overview}/figures/device_virtual.png (100%) rename {documentation/source/overview => overview}/figures/muti-device.png (100%) rename {documentation/source/overview => overview}/figures/system_security.jpg (100%) rename {documentation/source/overview => overview}/figures/task_scheduling.png (100%) rename {documentation/source/overview => overview}/figures/virtual_bus.png (100%) rename {documentation/source/overview => overview}/system-security.rst (100%) rename {documentation/source/overview => overview}/technical-features.rst (100%) rename {documentation/source/overview/figures => quick-start}/.gitkeep (100%) rename {documentation/source/quick-start => quick-start}/build-open-harmony.rst (98%) rename {documentation/source/quick-start => quick-start}/images/.gitkeep (100%) rename {documentation/source/quick-start => quick-start}/images/architecture.png (100%) rename {documentation/source/readme => readme}/C++ Coding Style Guide.rst (99%) rename {documentation/source/readme => readme}/Code of Conduct.rst (100%) rename {documentation/source/readme => readme}/Communication in Community.rst (57%) rename {documentation/source/readme => readme}/Contributing to the Code.rst (100%) rename {documentation/source/readme => readme}/Contributing to the Documentation.rst (97%) rename {documentation/source/readme => readme}/Contribution Process.rst (95%) rename {documentation/source/readme => readme}/FAQs.rst (100%) rename {documentation/source/readme => readme}/JavaScript Coding Style Guide.rst (100%) rename documentation/source/readme/Readme.rst => readme/README.rst (100%) rename {documentation/source/quick-start => readme/images}/.gitkeep (100%) rename {documentation/source/readme => readme}/images/Font_style.PNG (100%) rename {documentation/source/readme => readme}/images/List-table.PNG (100%) rename {documentation/source/readme => readme}/images/List.PNG (100%) rename {documentation/source/readme => readme}/images/csv_table.PNG (100%) rename {documentation/source/readme => readme}/images/math.PNG (100%) rename {documentation/source/readme => readme}/images/multi-column_list.PNG (100%) rename {documentation/source/readme => readme}/images/multi_data.PNG (100%) rename {documentation/source/readme => readme}/images/quick-start.PNG (100%) rename {documentation/source/readme => readme}/images/tables.PNG (100%) rename {documentation/source/readme => readme}/images/toctree.PNG (100%) rename {documentation/source/readme => readme}/reStructuredText Basics.rst (100%) rename documentation/source/readthedocs.yml => readthedocs.yml (100%) rename documentation/source/requirements.txt => requirements.txt (100%) rename {documentation/source/supported-boards => supported-boards}/96b-Avenger.rst (100%) rename {documentation/source/supported-boards => supported-boards}/96b-nitrogen.rst (100%) rename documentation/source/supported-boards/Readme.rst => supported-boards/README.rst (100%) rename {documentation/source/supported-boards => supported-boards}/seco-imx8mm-c61.rst (100%) rename {documentation/source/supported-boards => supported-boards}/seco-intel-b68.rst (99%) rename {documentation/source/readme/images => term}/.gitkeep (100%) rename {documentation/source/term => term}/glossary.rst (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a4edf6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.project diff --git a/readme.rst b/README.rst similarity index 100% rename from readme.rst rename to README.rst diff --git a/documentation/source/conf.py b/conf.py similarity index 100% rename from documentation/source/conf.py rename to conf.py diff --git a/documentation/source/definitions.rst b/definitions.rst similarity index 100% rename from documentation/source/definitions.rst rename to definitions.rst diff --git a/documentation/source/term/.gitkeep b/documentation/source/term/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/documentation/source/index.rst b/index.rst similarity index 100% rename from documentation/source/index.rst rename to index.rst diff --git a/documentation/.gitkeep b/overview/.gitkeep similarity index 100% rename from documentation/.gitkeep rename to overview/.gitkeep diff --git a/documentation/source/overview/Readme.rst b/overview/README.rst similarity index 83% rename from documentation/source/overview/Readme.rst rename to overview/README.rst index 0209925..b9466f4 100644 --- a/documentation/source/overview/Readme.rst +++ b/overview/README.rst @@ -1,7 +1,7 @@ .. include:: ../definitions.rst |main_project_name| Overview -########################### +############################### .. toctree:: :maxdepth: 2 diff --git a/documentation/source/overview/about-openharmony.rst b/overview/about-openharmony.rst similarity index 98% rename from documentation/source/overview/about-openharmony.rst rename to overview/about-openharmony.rst index 943854c..2e3da69 100644 --- a/documentation/source/overview/about-openharmony.rst +++ b/overview/about-openharmony.rst @@ -2,7 +2,7 @@ .. include:: ../definitions.rst About |main_project_name| -===================== +========================== System Positioning --------------------------- @@ -26,13 +26,15 @@ Technical Architecture |main_project_name| is designed with a layered architecture, which from bottom to top consists of the kernel layer, system service layer, framework layer, and application layer. System functions are expanded by levels, from system to subsystem, and further to function/module. In multi-device deployment scenario, unnecessary subsystems, functions, or modules can be excluded from the system as required. The following shows the technical architecture of |main_project_name|. +**Figure 1 Technical Architecture** + .. figure:: figures/architecture.png :scale: 50 - width: 100 px + :width: 100 px :align: center - Figure 1 Technical Architecture + Kernel Layer ------------------ diff --git a/documentation/source/overview/.gitkeep b/overview/figures/.gitkeep similarity index 100% rename from documentation/source/overview/.gitkeep rename to overview/figures/.gitkeep diff --git a/documentation/source/overview/figures/architecture.png b/overview/figures/architecture.png similarity index 100% rename from documentation/source/overview/figures/architecture.png rename to overview/figures/architecture.png diff --git a/documentation/source/overview/figures/data_management.png b/overview/figures/data_management.png similarity index 100% rename from documentation/source/overview/figures/data_management.png rename to overview/figures/data_management.png diff --git a/documentation/source/overview/figures/device_virtual.png b/overview/figures/device_virtual.png similarity index 100% rename from documentation/source/overview/figures/device_virtual.png rename to overview/figures/device_virtual.png diff --git a/documentation/source/overview/figures/muti-device.png b/overview/figures/muti-device.png similarity index 100% rename from documentation/source/overview/figures/muti-device.png rename to overview/figures/muti-device.png diff --git a/documentation/source/overview/figures/system_security.jpg b/overview/figures/system_security.jpg similarity index 100% rename from documentation/source/overview/figures/system_security.jpg rename to overview/figures/system_security.jpg diff --git a/documentation/source/overview/figures/task_scheduling.png b/overview/figures/task_scheduling.png similarity index 100% rename from documentation/source/overview/figures/task_scheduling.png rename to overview/figures/task_scheduling.png diff --git a/documentation/source/overview/figures/virtual_bus.png b/overview/figures/virtual_bus.png similarity index 100% rename from documentation/source/overview/figures/virtual_bus.png rename to overview/figures/virtual_bus.png diff --git a/documentation/source/overview/system-security.rst b/overview/system-security.rst similarity index 100% rename from documentation/source/overview/system-security.rst rename to overview/system-security.rst diff --git a/documentation/source/overview/technical-features.rst b/overview/technical-features.rst similarity index 100% rename from documentation/source/overview/technical-features.rst rename to overview/technical-features.rst diff --git a/documentation/source/overview/figures/.gitkeep b/quick-start/.gitkeep similarity index 100% rename from documentation/source/overview/figures/.gitkeep rename to quick-start/.gitkeep diff --git a/documentation/source/quick-start/build-open-harmony.rst b/quick-start/build-open-harmony.rst similarity index 98% rename from documentation/source/quick-start/build-open-harmony.rst rename to quick-start/build-open-harmony.rst index c685187..6c2c191 100644 --- a/documentation/source/quick-start/build-open-harmony.rst +++ b/quick-start/build-open-harmony.rst @@ -260,14 +260,8 @@ OHOS FreeRTOS flavour is based on `freertos` distribution and supports the follo **Supported images:** -.. list-table:: Supported machines - :widths: auto - :header-rows: 1 - - * - Machine Name - - Details - * - freertos-demo - - Emulator +* freertos-demo + **Supported machines:** diff --git a/documentation/source/quick-start/images/.gitkeep b/quick-start/images/.gitkeep similarity index 100% rename from documentation/source/quick-start/images/.gitkeep rename to quick-start/images/.gitkeep diff --git a/documentation/source/quick-start/images/architecture.png b/quick-start/images/architecture.png similarity index 100% rename from documentation/source/quick-start/images/architecture.png rename to quick-start/images/architecture.png diff --git a/documentation/source/readme/C++ Coding Style Guide.rst b/readme/C++ Coding Style Guide.rst similarity index 99% rename from documentation/source/readme/C++ Coding Style Guide.rst rename to readme/C++ Coding Style Guide.rst index c62dada..8e71478 100644 --- a/documentation/source/readme/C++ Coding Style Guide.rst +++ b/readme/C++ Coding Style Guide.rst @@ -170,8 +170,9 @@ For namespace naming, UpperCamelCase is recommended. } } + Recommendation 2.4.1 Do not abuse typedef or #define to alias basic types. --------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------- Unless otherwise specified, do not use typedef or #define to redefine a basic value type. The basic types found in the ``<cstdint>`` header file @@ -209,7 +210,7 @@ variables, function parameters, local variables, and member variables. std::string path; // Good: When there is only one word, lowerCamelCase (all lowercase) is used. Rule 2.5.1 Add the prefix ‘g\_’ to global variables. Do not add a prefix to a static variable. ----------------------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------- Global variables should be used as little as possible, and special attention should be paid to the use of global variables. This prefix @@ -230,7 +231,7 @@ common member variables of classes are named in the same way. } Rule 2.5.2 Name member variables in classes based on the three styles of the lowerCamelCase and maintain a uniform coding style for a product or project. ------------------------------------------------------------------------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- .. code:: cpp @@ -244,7 +245,7 @@ a member variable of the struct or union type. Keep the naming style consistent with that for a local variable. Macro, Constant, and Enumeration Names --------------------------------------- +----------------------------------------------------------- For macros and enumerated values, use all caps separated with underscores (``_``). In the global scope, constants of named and unnamed @@ -275,13 +276,13 @@ member variables use the lowerCamelCase naming style. } Formatting -********** +************* Line Length =========== Recommendation 3.1.1 Each line of code should contain a maximum of 120 characters. ----------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------- \*\* Note: \**It is recommended that the number of characters in each line not exceed 120. It is recommended that the number of characters in @@ -2578,8 +2579,8 @@ Rule 9.3.1 If type casting is required, use the type casting provided by the C++ **Note**: -The type casting provided by C++ is more targeted, easy to read, and more secure than the C style. C++ provides the following types of -casting: +The type casting provided by C++ is more targeted, easy to read, and more secure than the C style. C++ provides the following types of casting: + * Type casting: * ``dynamic_cast``: Used to inherit the downstream transformation of the system. ``dynamic_cast`` has the type check function. Design the base class and derived class to avoid using dynamic_cast for casting. @@ -2587,8 +2588,7 @@ casting: into a base class pointer or reference. This casting is often used to eliminate type ambiguity brought on by multiple inheritance, which is relatively safe. If it is a pure arithmetic conversion, use the braces as stated in the following text. - * ``reinterpret_cast``: Used to convert irrelevant types. ``reinterpret_cast`` forces the compiler to reinterpret the memory of a -certain type of objects into another type, which is an unsafe conversion. It is recommended that ``reinterpret_cast`` be used as little as possible. + * ``reinterpret_cast``: Used to convert irrelevant types. ``reinterpret_cast`` forces the compiler to reinterpret the memory of a certain type of objects into another type, which is an unsafe conversion. It is recommended that ``reinterpret_cast`` be used as little as possible. * ``const_cast``: Used to remove the ``const`` attribute of an object so that the object can be modified. You are advised to use ``const_cast`` as little as possible. @@ -2938,10 +2938,7 @@ Recommendation 9.7.1 If the function does not throw an exception, the declaratio **Reasons:** * If the function does not throw an exception, the declaration is ``noexcept``, which enables the compiler to optimize thefunction to the maximum extent, for example, reducing the execution paths and improving the efficiency of exiting when an error occurs. -* For STL containers such as ``vector``, to ensure the interface robustness, if the ``move`` constructor of saved items is not declared as ``noexcept``, the ``copy machanism`` instead of the ``move machanism`` is used when the items are removed from the container. This would cause - performance loss risks. If the function does not throw an exception, or a program does not intercept and process an - exception thrown by the function, new ``noexcept`` keywords can be used to modify the function, indicating that the function does not throw an - exception or the thrown exception is not intercepted or processed. For example: +* For STL containers such as ``vector``, to ensure the interface robustness, if the ``move`` constructor of saved items is not declared as ``noexcept``, the ``copy machanism`` instead of the ``move machanism`` is used when the items are removed from the container. This would cause performance loss risks. If the function does not throw an exception, or a program does not intercept and process an exception thrown by the function, new ``noexcept`` keywords can be used to modify the function, indicating that the function does not throw an exception or the thrown exception is not intercepted or processed. For example: .. code:: cpp diff --git a/documentation/source/readme/Code of Conduct.rst b/readme/Code of Conduct.rst similarity index 100% rename from documentation/source/readme/Code of Conduct.rst rename to readme/Code of Conduct.rst diff --git a/documentation/source/readme/Communication in Community.rst b/readme/Communication in Community.rst similarity index 57% rename from documentation/source/readme/Communication in Community.rst rename to readme/Communication in Community.rst index acdd1fc..f9c55fd 100644 --- a/documentation/source/readme/Communication in Community.rst +++ b/readme/Communication in Community.rst @@ -16,13 +16,3 @@ If you have never subscribed to a mail list before, follow the steps below: #. Enter your email address and click **Subscribe**. You will receive an email asking you to confirm the subscription. #. Reply the email to confirm your subscription. #. At last, you will receive a welcome email from the email list. - - -.. table:: Email List - :align: center -======================= ============================= ================================================================================================ -Email Address Introduction Description -======================= ============================= ================================================================================================ -|contact_info| Public Mailbox Public mailbox of the OpenHarmony community. - -======================= ============================= ================================================================================================ diff --git a/documentation/source/readme/Contributing to the Code.rst b/readme/Contributing to the Code.rst similarity index 100% rename from documentation/source/readme/Contributing to the Code.rst rename to readme/Contributing to the Code.rst diff --git a/documentation/source/readme/Contributing to the Documentation.rst b/readme/Contributing to the Documentation.rst similarity index 97% rename from documentation/source/readme/Contributing to the Documentation.rst rename to readme/Contributing to the Documentation.rst index 9d67aad..7f24cd2 100644 --- a/documentation/source/readme/Contributing to the Documentation.rst +++ b/readme/Contributing to the Documentation.rst @@ -62,4 +62,3 @@ You are encouraged to summarize experience and create technical content during l * Tutorial: Title (Task Name) * Title (Briefly Describe the Key Information of the Issue.) -The writing templates are archived in the **contribute folder** in the Docs repository. diff --git a/documentation/source/readme/Contribution Process.rst b/readme/Contribution Process.rst similarity index 95% rename from documentation/source/readme/Contribution Process.rst rename to readme/Contribution Process.rst index 9e0f7e9..fa1272b 100644 --- a/documentation/source/readme/Contribution Process.rst +++ b/readme/Contribution Process.rst @@ -147,9 +147,9 @@ Access the fork repository on Gitlab, click the button for creating a PR, and se For details, visit https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/#how-it-works -.. note:: +.. Note:: -How do I create PRs at the same time if multiple code repositories have compilation dependencies? During the development of the operating system (OS), it is common that multiple code repositories have compilation dependencies. Therefore, the PRs need to be created and merged at the same time. For this reason, Gitlab uses issues as the dependency identifiers for code repositories with compilation dependencies to commit the PRs. + How do I create PRs at the same time if multiple code repositories have compilation dependencies? During the development of the operating system (OS), it is common that multiple code repositories have compilation dependencies. Therefore, the PRs need to be created and merged at the same time. For this reason, Gitlab uses issues as the dependency identifiers for code repositories with compilation dependencies to commit the PRs. Follow the operations below: diff --git a/documentation/source/readme/FAQs.rst b/readme/FAQs.rst similarity index 100% rename from documentation/source/readme/FAQs.rst rename to readme/FAQs.rst diff --git a/documentation/source/readme/JavaScript Coding Style Guide.rst b/readme/JavaScript Coding Style Guide.rst similarity index 100% rename from documentation/source/readme/JavaScript Coding Style Guide.rst rename to readme/JavaScript Coding Style Guide.rst diff --git a/documentation/source/readme/Readme.rst b/readme/README.rst similarity index 100% rename from documentation/source/readme/Readme.rst rename to readme/README.rst diff --git a/documentation/source/quick-start/.gitkeep b/readme/images/.gitkeep similarity index 100% rename from documentation/source/quick-start/.gitkeep rename to readme/images/.gitkeep diff --git a/documentation/source/readme/images/Font_style.PNG b/readme/images/Font_style.PNG similarity index 100% rename from documentation/source/readme/images/Font_style.PNG rename to readme/images/Font_style.PNG diff --git a/documentation/source/readme/images/List-table.PNG b/readme/images/List-table.PNG similarity index 100% rename from documentation/source/readme/images/List-table.PNG rename to readme/images/List-table.PNG diff --git a/documentation/source/readme/images/List.PNG b/readme/images/List.PNG similarity index 100% rename from documentation/source/readme/images/List.PNG rename to readme/images/List.PNG diff --git a/documentation/source/readme/images/csv_table.PNG b/readme/images/csv_table.PNG similarity index 100% rename from documentation/source/readme/images/csv_table.PNG rename to readme/images/csv_table.PNG diff --git a/documentation/source/readme/images/math.PNG b/readme/images/math.PNG similarity index 100% rename from documentation/source/readme/images/math.PNG rename to readme/images/math.PNG diff --git a/documentation/source/readme/images/multi-column_list.PNG b/readme/images/multi-column_list.PNG similarity index 100% rename from documentation/source/readme/images/multi-column_list.PNG rename to readme/images/multi-column_list.PNG diff --git a/documentation/source/readme/images/multi_data.PNG b/readme/images/multi_data.PNG similarity index 100% rename from documentation/source/readme/images/multi_data.PNG rename to readme/images/multi_data.PNG diff --git a/documentation/source/readme/images/quick-start.PNG b/readme/images/quick-start.PNG similarity index 100% rename from documentation/source/readme/images/quick-start.PNG rename to readme/images/quick-start.PNG diff --git a/documentation/source/readme/images/tables.PNG b/readme/images/tables.PNG similarity index 100% rename from documentation/source/readme/images/tables.PNG rename to readme/images/tables.PNG diff --git a/documentation/source/readme/images/toctree.PNG b/readme/images/toctree.PNG similarity index 100% rename from documentation/source/readme/images/toctree.PNG rename to readme/images/toctree.PNG diff --git a/documentation/source/readme/reStructuredText Basics.rst b/readme/reStructuredText Basics.rst similarity index 100% rename from documentation/source/readme/reStructuredText Basics.rst rename to readme/reStructuredText Basics.rst diff --git a/documentation/source/readthedocs.yml b/readthedocs.yml similarity index 100% rename from documentation/source/readthedocs.yml rename to readthedocs.yml diff --git a/documentation/source/requirements.txt b/requirements.txt similarity index 100% rename from documentation/source/requirements.txt rename to requirements.txt diff --git a/documentation/source/supported-boards/96b-Avenger.rst b/supported-boards/96b-Avenger.rst similarity index 100% rename from documentation/source/supported-boards/96b-Avenger.rst rename to supported-boards/96b-Avenger.rst diff --git a/documentation/source/supported-boards/96b-nitrogen.rst b/supported-boards/96b-nitrogen.rst similarity index 100% rename from documentation/source/supported-boards/96b-nitrogen.rst rename to supported-boards/96b-nitrogen.rst diff --git a/documentation/source/supported-boards/Readme.rst b/supported-boards/README.rst similarity index 100% rename from documentation/source/supported-boards/Readme.rst rename to supported-boards/README.rst diff --git a/documentation/source/supported-boards/seco-imx8mm-c61.rst b/supported-boards/seco-imx8mm-c61.rst similarity index 100% rename from documentation/source/supported-boards/seco-imx8mm-c61.rst rename to supported-boards/seco-imx8mm-c61.rst diff --git a/documentation/source/supported-boards/seco-intel-b68.rst b/supported-boards/seco-intel-b68.rst similarity index 99% rename from documentation/source/supported-boards/seco-intel-b68.rst rename to supported-boards/seco-intel-b68.rst index 6959a0d..0e38a5a 100644 --- a/documentation/source/supported-boards/seco-intel-b68.rst +++ b/supported-boards/seco-intel-b68.rst @@ -57,7 +57,7 @@ To generate images for SSD Disk, refer to the following flashing OHOS image sect Flashing OHOS image ******************* -.. _linux-image-1: +.. _linux-image-2: Linux image =========== diff --git a/documentation/source/readme/images/.gitkeep b/term/.gitkeep similarity index 100% rename from documentation/source/readme/images/.gitkeep rename to term/.gitkeep diff --git a/documentation/source/term/glossary.rst b/term/glossary.rst similarity index 100% rename from documentation/source/term/glossary.rst rename to term/glossary.rst -- GitLab