提交 1203e54f 编写于 作者: E ester.zhou

Update docs (16387)

Signed-off-by: Nester.zhou <ester.zhou@huawei.com>
上级 9efd4487
...@@ -19,6 +19,13 @@ ...@@ -19,6 +19,13 @@
- Mini System SoC Porting Cases - Mini System SoC Porting Cases
- [Mini-System Devices with Screens — Bestechnic SoC Porting Case](porting/porting-bes2600w-on-minisystem-display-demo.md) - [Mini-System Devices with Screens — Bestechnic SoC Porting Case](porting/porting-bes2600w-on-minisystem-display-demo.md)
- [Combo Solution — ASR Chip Porting Case](porting/porting-asr582x-combo-demo.md) - [Combo Solution — ASR Chip Porting Case](porting/porting-asr582x-combo-demo.md)
- [IoT Solution - Chipsea CST85 Chip Porting Case](porting/porting-cst85f01-combo-demo.md)
- [Mini System STM32F407 SoC Porting Case](porting/porting-stm32f407-on-minisystem-eth.md)
- [Combo Solution – W800 Chip Porting Case](porting/porting-w800-combo-demo.md)
- Small System SoC Porting Cases
- [Small System STM32MP1 SoC Porting Case](porting/porting-stm32mp15xx-on-smallsystem.md)
- Standard System SoC Porting Cases
- [Standard System Solution – Rockchip RK3568 Porting Case](porting/porting-dayu200-on_standard-demo.md)
- Subsystem Development - Subsystem Development
- Kernel - Kernel
...@@ -34,7 +41,6 @@ ...@@ -34,7 +41,6 @@
- [AI Framework](subsystems/subsys-ai-aiframework-devguide.md) - [AI Framework](subsystems/subsys-ai-aiframework-devguide.md)
- [Data Management](subsystems/subsys-data-relational-database-overview.md) - [Data Management](subsystems/subsys-data-relational-database-overview.md)
- [Sensor](subsystems/subsys-sensor-overview.md) - [Sensor](subsystems/subsys-sensor-overview.md)
- [USB](subsystems/subsys-usbservice-overview.md)
- [Application Framework](subsystems/subsys-application-framework-overview.md) - [Application Framework](subsystems/subsys-application-framework-overview.md)
- [OTA Update](subsystems/subsys-ota-guide.md) - [OTA Update](subsystems/subsys-ota-guide.md)
- [Telephony](subsystems/subsys-tel-overview.md) - [Telephony](subsystems/subsys-tel-overview.md)
...@@ -55,7 +61,7 @@ ...@@ -55,7 +61,7 @@
- [Docker Environment](get-code/gettools-acquire.md) - [Docker Environment](get-code/gettools-acquire.md)
- [IDE](get-code/gettools-ide.md) - [IDE](get-code/gettools-ide.md)
- Hands-On Tutorials - Hands-On Tutorials
- [Codelabs](https://gitee.com/openharmony/codelabs) - [Codelabs](https://gitee.com/openharmony/codelabs/blob/master/README.md)
- References - References
- [FAQs](faqs/Readme-EN.md) - [FAQs](faqs/Readme-EN.md)
- Contribution - Contribution
......
...@@ -194,6 +194,7 @@ ...@@ -194,6 +194,7 @@
- [Virtual File System](kernel/kernel-small-bundles-fs-virtual.md) - [Virtual File System](kernel/kernel-small-bundles-fs-virtual.md)
- [Supported File Systems](kernel/kernel-small-bundles-fs-support.md) - [Supported File Systems](kernel/kernel-small-bundles-fs-support.md)
- [File System Adaptation](kernel/kernel-small-bundles-fs-new.md) - [File System Adaptation](kernel/kernel-small-bundles-fs-new.md)
- [plimits](kernel/kernel-small-plimits.md)
- Debugging and Tools - Debugging and Tools
- Shell - Shell
- [Introduction to the Shell](kernel/kernel-small-debug-shell-overview.md) - [Introduction to the Shell](kernel/kernel-small-debug-shell-overview.md)
...@@ -295,6 +296,7 @@ ...@@ -295,6 +296,7 @@
- HDF - HDF
- [HDF Overview](driver/driver-hdf-overview.md) - [HDF Overview](driver/driver-hdf-overview.md)
- [Driver Development](driver/driver-hdf-development.md) - [Driver Development](driver/driver-hdf-development.md)
- [Driver Loading](driver/driver-hdf-load.md)
- [Driver Service Management](driver/driver-hdf-servicemanage.md) - [Driver Service Management](driver/driver-hdf-servicemanage.md)
- [Driver Message Mechanism Management](driver/driver-hdf-message-management.md) - [Driver Message Mechanism Management](driver/driver-hdf-message-management.md)
- [Driver Configuration Management](driver/driver-hdf-manage.md) - [Driver Configuration Management](driver/driver-hdf-manage.md)
...@@ -359,6 +361,7 @@ ...@@ -359,6 +361,7 @@
- [Building a Product](subsystems/subsys-build-product.md) - [Building a Product](subsystems/subsys-build-product.md)
- [Building a Subsystem](subsystems/subsys-build-subsystem.md) - [Building a Subsystem](subsystems/subsys-build-subsystem.md)
- [Building a Component](subsystems/subsys-build-component.md) - [Building a Component](subsystems/subsys-build-component.md)
- [Component Building Specifications](subsystems/subsys-build-component-building-rules.md)
- [Building a Module](subsystems/subsys-build-module.md) - [Building a Module](subsystems/subsys-build-module.md)
- [Building a Chipset Solution](subsystems/subsys-build-chip_solution.md) - [Building a Chipset Solution](subsystems/subsys-build-chip_solution.md)
- [Configuring Features](subsystems/subsys-build-feature.md) - [Configuring Features](subsystems/subsys-build-feature.md)
...@@ -369,6 +372,7 @@ ...@@ -369,6 +372,7 @@
- [Viewing Ninja Build Information](subsystems/subsys-build-reference.md) - [Viewing Ninja Build Information](subsystems/subsys-build-reference.md)
- [HAP Build Guide](subsystems/subsys-build-gn-hap-compilation-guide.md) - [HAP Build Guide](subsystems/subsys-build-gn-hap-compilation-guide.md)
- [FAQs](subsystems/subsys-build-FAQ.md) - [FAQs](subsystems/subsys-build-FAQ.md)
- [ArkCompiler Development](subsystems/subsys-arkcompiler-guide.md)
- [Distributed Remote Startup](subsystems/subsys-remote-start.md) - [Distributed Remote Startup](subsystems/subsys-remote-start.md)
- Graphics - Graphics
- [Graphics Overview](subsystems/subsys-graphics-overview.md) - [Graphics Overview](subsystems/subsys-graphics-overview.md)
...@@ -399,10 +403,6 @@ ...@@ -399,10 +403,6 @@
- [Sensor Overview](subsystems/subsys-sensor-overview.md) - [Sensor Overview](subsystems/subsys-sensor-overview.md)
- [Sensor Usage Guidelines](subsystems/subsys-sensor-guide.md) - [Sensor Usage Guidelines](subsystems/subsys-sensor-guide.md)
- [Sensor Usage Example](subsystems/subsys-sensor-demo.md) - [Sensor Usage Example](subsystems/subsys-sensor-demo.md)
- USB
- [USB Overview](subsystems/subsys-usbservice-overview.md)
- [USB Usage Guidelines](subsystems/subsys-usbservice-guide.md)
- [USB Usage Example](subsystems/subsys-usbservice-demo.md)
- Application Framework - Application Framework
- [Overview](subsystems/subsys-application-framework-overview.md) - [Overview](subsystems/subsys-application-framework-overview.md)
- [Setting Up a Development Environment](subsystems/subsys-application-framework-envbuild.md) - [Setting Up a Development Environment](subsystems/subsys-application-framework-envbuild.md)
...@@ -430,6 +430,8 @@ ...@@ -430,6 +430,8 @@
- [Parameter Management](subsystems/subsys-boot-init-sysparam.md) - [Parameter Management](subsystems/subsys-boot-init-sysparam.md)
- [Sandbox Management](subsystems/subsys-boot-init-sandbox.md) - [Sandbox Management](subsystems/subsys-boot-init-sandbox.md)
- [Plug-in Management](subsystems/subsys-boot-init-plugin.md) - [Plug-in Management](subsystems/subsys-boot-init-plugin.md)
- [omponent-based Startup](subsystems/subsys-boot-init-sub-unit.md)
- [init Run Log Standardization](subsystems/subsys-boot-init-log.md)
- [appspawn Module](subsystems/subsys-boot-appspawn.md) - [appspawn Module](subsystems/subsys-boot-appspawn.md)
- [bootstrap Module](subsystems/subsys-boot-bootstrap.md) - [bootstrap Module](subsystems/subsys-boot-bootstrap.md)
- [FAQs](subsystems/subsys-boot-faqs.md) - [FAQs](subsystems/subsys-boot-faqs.md)
...@@ -491,12 +493,14 @@ ...@@ -491,12 +493,14 @@
- Debugging - Debugging
- [Development Self-Test Framework User Guide](device-test/developer_test.md)
- [xDevice User Guide](device-test/xdevice.md)
- R&D Tools - R&D Tools
- [bytrace](subsystems/subsys-toolchain-bytrace-guide.md) - [bytrace](subsystems/subsys-toolchain-bytrace-guide.md)
- [hdc](subsystems/subsys-toolchain-hdc-guide.md) - [hdc](subsystems/subsys-toolchain-hdc-guide.md)
- [hiperf](subsystems/subsys-toolchain-hiperf.md) - [hiperf](subsystems/subsys-toolchain-hiperf.md)
- [XTS Test Case Development Guide](device-test/xts.md)
- Tools - Tools
- [Tool Overview](get-code/gettools-overview.md) - [Tool Overview](get-code/gettools-overview.md)
- [Docker Environment](get-code/gettools-acquire.md) - [Docker Environment](get-code/gettools-acquire.md)
- [IDE](get-code/gettools-ide.md) - [IDE](get-code/gettools-ide.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册