Sfoglia il codice sorgente

update pages layout

Peter Daugavietis 7 anni fa
parent
commit
a70730a71c
1 ha cambiato i file con 18 aggiunte e 15 eliminazioni
  1. 18 15
      mkdocs.yml

+ 18 - 15
mkdocs.yml

@@ -6,18 +6,21 @@ site_author: Calum MacRae
 
 theme: flatly
 pages:
-  - [ 'index.md', 'Home' ]
-  - [ 'role_variables.md', 'Usage', 'Role variables' ]
-  - [ 'example_infra.md', 'Usage', 'Example infrastructure layout' ]
-  - [ 'single_master.md', 'Usage', 'Deploy the stack to a single node' ]
-  - [ 'differing_master_environment.md', 'Usage', 'A differing master environment' ]
-  - [ 'custom_client_config.md', 'Usage', 'Custom client configuration' ]
-  - [ 'deploy_plugins.md', 'Usage', 'Deployment of handlers/filters/mutators' ]
-  - [ 'remote_plugins.md', 'Usage', 'Remote plugin deployment']
-  - [ 'sensitive_info.md', 'Usage', 'Sensitive information in version control' ]
-  - [ 'integration.md', 'Usage', 'Integration with other roles/managment methods']
-  - [ 'testing.md', 'Usage', 'Testing' ]
-  - [ 'dynamic_data.md','Conventions','Dynamic data store' ]
-  - [ 'dynamic_checks.md','Conventions','Dynamic check deployment' ]
-  - [ 'afewwords.md','About','A few words from the author' ]
-  - [ 'license.md','About','License' ]
+  - Home: index.md
+  - Usage:
+    - Role variables: role_variables.md
+    - Example infrastructure layout: example_infra.md
+    - Deploy the stack to a single node: single_master.md
+    - A differing master environment: differing_master_environment.md
+    - Custom client configuration: custom_client_config.md
+    - Deployment of handlers/filters/mutators: deploy_plugins.md
+    - Remote plugin deployment: remote_plugins.md
+    - Sensitive information in version control: sensitive_info.md
+    - Integration with other roles/managment methods: integration.md
+    - Testing: testing.md
+  - Conventions:
+    - Dynamic data store: dynamic_data.md
+    - Dynamic check deployment: dynamic_checks.md
+  - About:
+    - A few words from the author: afewwords.md
+    - License: license.md