diff --git a/docs/manuals/ansible.md b/docs/manuals/ansible.md index e69de29b..85576a29 100644 --- a/docs/manuals/ansible.md +++ b/docs/manuals/ansible.md @@ -0,0 +1,3 @@ +# PVC Ansible configuration manual + +This manual documents the various `group_vars` configuration options for the `pvc-ansible` framework. diff --git a/docs/manuals/api.md b/docs/manuals/api.md index e69de29b..4771844b 100644 --- a/docs/manuals/api.md +++ b/docs/manuals/api.md @@ -0,0 +1,3 @@ +# PVC HTTP API manual + +The PVC HTTP API client is built with Flask, a Python framework for creating API interfaces. It interfaces directly with the Zookeeper cluster to send and receive information about the cluster. It supports authentication configured statically via tokens in the configuration file as well as SSL.