mkdocs.yml 980 B

1234567891011121314151617181920
  1. site_name: Ansible Sensu
  2. site_url: https://galaxy.ansible.com/cmacrae/sensu/
  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', 'Home' ]
  9. - [ 'role_variables.md', 'Usage', 'Role variables' ]
  10. - [ 'example_infra.md', 'Usage', 'Example infrastructure layout' ]
  11. - [ 'single_master.md', 'Usage', 'Deploy the stack to a single node' ]
  12. - [ 'custom_client_config.md', 'Usage', 'Custom client configuration' ]
  13. - [ 'deploy_plugins.md', 'Usage', 'Deployment of handlers/filters/mutators' ]
  14. - [ 'sensitive_info.md', 'Usage', 'Sensitive information in version control' ]
  15. - [ 'testing.md', 'Usage', 'Testing' ]
  16. - [ 'dynamic_data.md','Conventions','Dynamic data store' ]
  17. - [ 'dynamic_checks.md','Conventions','Dynamic check deployment' ]
  18. - [ 'afewwords.md','About','A few words from the author' ]
  19. - [ 'license.md','About','License' ]