mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs/security: Move security related docs in a separate section
This commit is contained in:
parent
b078541ca5
commit
253d80f560
@ -20,9 +20,7 @@ API Guides
|
|||||||
:SOC_BLE_MESH_SUPPORTED: esp-ble-mesh/ble-mesh-index
|
:SOC_BLE_MESH_SUPPORTED: esp-ble-mesh/ble-mesh-index
|
||||||
:SOC_WIFI_MESH_SUPPORT: esp-wifi-mesh
|
:SOC_WIFI_MESH_SUPPORT: esp-wifi-mesh
|
||||||
:SOC_SPIRAM_SUPPORTED: external-ram
|
:SOC_SPIRAM_SUPPORTED: external-ram
|
||||||
../security/host-based-security-workflows
|
|
||||||
fatal-errors
|
fatal-errors
|
||||||
../security/flash-encryption
|
|
||||||
:esp32s3: flash_psram_config
|
:esp32s3: flash_psram_config
|
||||||
hardware-abstraction
|
hardware-abstraction
|
||||||
:CONFIG_IDF_TARGET_ARCH_XTENSA: hlinterrupts
|
:CONFIG_IDF_TARGET_ARCH_XTENSA: hlinterrupts
|
||||||
@ -35,9 +33,6 @@ API Guides
|
|||||||
performance/index
|
performance/index
|
||||||
reproducible-builds
|
reproducible-builds
|
||||||
:not esp32h2: RF_calibration
|
:not esp32h2: RF_calibration
|
||||||
../security/security
|
|
||||||
:esp32: ../security/secure-boot-v1
|
|
||||||
../security/secure-boot-v2
|
|
||||||
thread-local-storage
|
thread-local-storage
|
||||||
tools/index
|
tools/index
|
||||||
unit-tests
|
unit-tests
|
||||||
|
@ -43,6 +43,7 @@ This is the documentation for Espressif IoT Development Framework (`esp-idf <htt
|
|||||||
api-reference/index
|
api-reference/index
|
||||||
hw-reference/index
|
hw-reference/index
|
||||||
api-guides/index
|
api-guides/index
|
||||||
|
security/index
|
||||||
migration-guides/index
|
migration-guides/index
|
||||||
libraries-and-frameworks/index
|
libraries-and-frameworks/index
|
||||||
contribute/index
|
contribute/index
|
||||||
|
12
docs/en/security/index.rst
Normal file
12
docs/en/security/index.rst
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Security Guides
|
||||||
|
***************
|
||||||
|
:link_to_translation:`zh_CN:[中文]`
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
host-based-security-workflows
|
||||||
|
flash-encryption
|
||||||
|
security
|
||||||
|
:esp32: secure-boot-v1
|
||||||
|
secure-boot-v2
|
@ -20,9 +20,7 @@ API 指南
|
|||||||
:SOC_BLE_MESH_SUPPORTED: esp-ble-mesh/ble-mesh-index
|
:SOC_BLE_MESH_SUPPORTED: esp-ble-mesh/ble-mesh-index
|
||||||
:SOC_WIFI_MESH_SUPPORT: esp-wifi-mesh
|
:SOC_WIFI_MESH_SUPPORT: esp-wifi-mesh
|
||||||
:SOC_SPIRAM_SUPPORTED: external-ram
|
:SOC_SPIRAM_SUPPORTED: external-ram
|
||||||
../security/host-based-security-workflows
|
|
||||||
fatal-errors
|
fatal-errors
|
||||||
../security/flash-encryption
|
|
||||||
:esp32s3: flash_psram_config
|
:esp32s3: flash_psram_config
|
||||||
hardware-abstraction
|
hardware-abstraction
|
||||||
:CONFIG_IDF_TARGET_ARCH_XTENSA: hlinterrupts
|
:CONFIG_IDF_TARGET_ARCH_XTENSA: hlinterrupts
|
||||||
@ -35,9 +33,6 @@ API 指南
|
|||||||
performance/index
|
performance/index
|
||||||
reproducible-builds
|
reproducible-builds
|
||||||
:not esp32h2: RF_calibration
|
:not esp32h2: RF_calibration
|
||||||
../security/security
|
|
||||||
:esp32: ../security/secure-boot-v1
|
|
||||||
../security/secure-boot-v2
|
|
||||||
thread-local-storage
|
thread-local-storage
|
||||||
tools/index
|
tools/index
|
||||||
unit-tests
|
unit-tests
|
||||||
|
@ -44,6 +44,7 @@ ESP-IDF 编程指南
|
|||||||
hw-reference/index
|
hw-reference/index
|
||||||
api-guides/index
|
api-guides/index
|
||||||
migration-guides/index
|
migration-guides/index
|
||||||
|
security/index
|
||||||
libraries-and-frameworks/index
|
libraries-and-frameworks/index
|
||||||
contribute/index
|
contribute/index
|
||||||
versions
|
versions
|
||||||
|
12
docs/zh_CN/security/index.rst
Normal file
12
docs/zh_CN/security/index.rst
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
安全指南
|
||||||
|
********
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
host-based-security-workflows
|
||||||
|
flash-encryption
|
||||||
|
security
|
||||||
|
:esp32: secure-boot-v1
|
||||||
|
secure-boot-v2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user