forked from markround/tiller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (46 loc) · 1.55 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
site_name: Tiller
repo_url: https://github.com/markround/tiller/
theme: readthedocs
extra_javascript:
- js/extra.js
pages:
- Home: 'index.md'
- Quickstart: 'quickstart.md'
- General Usage:
- Overview: 'general/index.md'
- Configuration: 'general/configuration.md'
- Setup With Docker: 'general/docker.md'
- Advanced Usage:
- Checksums: 'advanced/checksums.md'
- Nested Templates: 'advanced/subtemplates.md'
- Dynamic Values: 'advanced/dynamic.md'
- Separate Config Files: 'advanced/separate_config.md'
- HTTP API: 'advanced/api.md'
- Exec On Write: 'advanced/exec_on_write.md'
- Common Issues: 'general/faq.md'
- Plugins:
- Overview: 'plugins/index.md'
- Available Plugins:
- Ansible Vault: 'plugins/ansible_vault.md'
- Consul: 'plugins/consul.md'
- Defaults: 'plugins/defaults.md'
- Environment: 'plugins/environment.md'
- Environment JSON: 'plugins/environment_json.md'
- Environment Nested: 'plugins/environment_nested.md'
- External File: 'plugins/external_file.md'
- File: 'plugins/file.md'
- HTTP: 'plugins/http.md'
- Random: 'plugins/random.md'
- Regex: 'plugins/regex.md'
- Reusable Templates: 'plugins/reusable.md'
- Hashicorp Vault: 'plugins/vault.md'
- XML File: 'plugins/xml_file.md'
- Zookeeper: 'plugins/zookeeper.md'
- Developer Information: 'developers.md'
- Further Reading: 'resources.md'
- About:
- Requirements: 'requirements.md'
- Changelog: 'changelog.md'
- License: 'license.md'
- Thanks: 'general/thanks.md'
- Support: 'general/support.md'