Browse Source

docs/security: Separate documents under different subsection

Aditya Patwardhan 2 years ago
parent
commit
d9b66226cd
2 changed files with 36 additions and 6 deletions
  1. 17 2
      docs/en/security/index.rst
  2. 19 4
      docs/zh_CN/security/index.rst

+ 17 - 2
docs/en/security/index.rst

@@ -2,11 +2,26 @@ Security Guides
 ***************
 ***************
 :link_to_translation:`zh_CN:[中文]`
 :link_to_translation:`zh_CN:[中文]`
 
 
+Overview
+--------
 .. toctree::
 .. toctree::
    :maxdepth: 1
    :maxdepth: 1
 
 
-   host-based-security-workflows
-   flash-encryption
    security
    security
+
+Features
+--------
+.. toctree::
+   :maxdepth: 1
+
+   flash-encryption
    :esp32: secure-boot-v1
    :esp32: secure-boot-v1
    secure-boot-v2
    secure-boot-v2
+
+Workflows
+---------
+.. toctree::
+   :maxdepth: 1
+
+   host-based-security-workflows
+

+ 19 - 4
docs/zh_CN/security/index.rst

@@ -1,12 +1,27 @@
-安全指南
-********
+Security Guides
+***************
+:link_to_translation:`zh_CN:[中文]`
 
 
+Overview
+--------
 .. toctree::
 .. toctree::
    :maxdepth: 1
    :maxdepth: 1
 
 
-   host-based-security-workflows
-   flash-encryption
    security
    security
+
+Features
+--------
+.. toctree::
+   :maxdepth: 1
+
+   flash-encryption
    :esp32: secure-boot-v1
    :esp32: secure-boot-v1
    secure-boot-v2
    secure-boot-v2
 
 
+Workflows
+---------
+.. toctree::
+   :maxdepth: 1
+
+   host-based-security-workflows
+