mkdocs.yml 887 B

123456789101112131415161718
  1. site_name: Ansible Sensu
  2. site_url: https://galaxy.ansible.com/list#/roles/3802
  3. repo_url: https://github.com/cmacrae/ansible-sensu/
  4. site_description: An Ansible role to deploy a fully dynamic Sensu stack!
  5. site_author: Calum MacRae
  6. theme: flatly
  7. pages:
  8. - [ 'index.md', 'Index' ]
  9. - [ 'example_infra.md', 'Usage', 'Example infrastructure layout' ]
  10. - [ 'single_master.md', 'Usage', 'Deploy the stack to a single node' ]
  11. - [ 'custom_client_config.md', 'Usage', 'Custom client configuration' ]
  12. - [ 'deploy_plugins.md', 'Usage', 'Deployment of handlers/filters/mutators' ]
  13. - [ 'sensitive_info.md', 'Usage', 'Sensitive information in version control' ]
  14. - [ 'dynamic_data.md','Conventions','Dynamic data store' ]
  15. - [ 'dynamic_checks.md','Conventions','Dynamic check deployment' ]
  16. - [ 'afewwords.md','About','A few words from the author' ]
  17. - [ 'license.md','About','License' ]