From d9b66226cde1597c6c7a8488941c09d01ac3fb22 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Fri, 23 Jun 2023 06:24:31 +0530 Subject: [PATCH] docs/security: Separate documents under different subsection --- docs/en/security/index.rst | 23 +++++++++++++++++++---- docs/zh_CN/security/index.rst | 27 +++++++++++++++++++++------ 2 files changed, 40 insertions(+), 10 deletions(-) diff --git a/docs/en/security/index.rst b/docs/en/security/index.rst index 4c2dd064af..3afab5a504 100644 --- a/docs/en/security/index.rst +++ b/docs/en/security/index.rst @@ -2,11 +2,26 @@ Security Guides *************** :link_to_translation:`zh_CN:[中文]` +Overview +-------- +.. toctree:: + :maxdepth: 1 + + security + +Features +-------- +.. toctree:: + :maxdepth: 1 + + flash-encryption + :esp32: secure-boot-v1 + secure-boot-v2 + +Workflows +--------- .. toctree:: :maxdepth: 1 host-based-security-workflows - flash-encryption - security - :esp32: secure-boot-v1 - secure-boot-v2 + diff --git a/docs/zh_CN/security/index.rst b/docs/zh_CN/security/index.rst index b4753fcfab..3afab5a504 100644 --- a/docs/zh_CN/security/index.rst +++ b/docs/zh_CN/security/index.rst @@ -1,12 +1,27 @@ -安全指南 -******** +Security Guides +*************** +:link_to_translation:`zh_CN:[中文]` +Overview +-------- +.. toctree:: + :maxdepth: 1 + + security + +Features +-------- +.. toctree:: + :maxdepth: 1 + + flash-encryption + :esp32: secure-boot-v1 + secure-boot-v2 + +Workflows +--------- .. toctree:: :maxdepth: 1 host-based-security-workflows - flash-encryption - security - :esp32: secure-boot-v1 - secure-boot-v2