Parcourir la source

Updating docs theme

cmacrae il y a 9 ans
Parent
commit
a0f145709a
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 0 1
      docs/afewwords.md
  2. 1 0
      docs/role_variables.md
  3. 2 2
      mkdocs.yml

+ 0 - 1
docs/afewwords.md

@@ -19,7 +19,6 @@ Coming in the near future:
 - OpenBSD
 - FreeBSD
 - NetBSD
-- Debian
 
 I'd be happy to add any others to the list if high demand shows.
 

+ 1 - 0
docs/role_variables.md

@@ -6,6 +6,7 @@
 |--------------------|---------------|------------------------------|
 |`sensu_deploy_rabbitmq` | `true`    | Determines whether or not to use this role to deploy/configure RabbitMQ |
 |`sensu_deploy_redis`    | `true`    | Determines whether or not to use this role to deploy/configure Redis |
+
 _Note: The above options are intended to provide users with flexibility. This allows the use of other roles for deployment of these services._
 
 ### [RabbitMQ Server Properties](https://sensuapp.org/docs/0.21/rabbitmq)

+ 2 - 2
mkdocs.yml

@@ -1,10 +1,10 @@
 site_name: Ansible Sensu
-site_url: https://galaxy.ansible.com/list#/roles/3802
+site_url: https://galaxy.ansible.com/cmacrae/sensu/
 repo_url: https://github.com/cmacrae/ansible-sensu/
 site_description: An Ansible role to deploy a fully dynamic Sensu stack!
 site_author: Calum MacRae
 
-theme: readthedocs
+theme: flatly
 pages:
   - [ 'index.md', 'Home' ]
   - [ 'role_variables.md', 'Usage', 'Role variables' ]