diff --git a/docs/ansible/configuration.md b/docs/architecture/cluster.md similarity index 100% rename from docs/ansible/configuration.md rename to docs/architecture/cluster.md diff --git a/docs/architecture/networking.md b/docs/architecture/daemon.md similarity index 100% rename from docs/architecture/networking.md rename to docs/architecture/daemon.md diff --git a/docs/index.md b/docs/index.md index f6a144db..9f4356e8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,4 +19,4 @@ It is designed to be an administrator-friendly but extremely powerful and rich m Your cloud, the best way; just add physical servers. -To get started with PVC, see [Installing](/installing) for details on bootstrapping a cluster, then check out the [CLI manual](/manuals/pvc). +To get started with PVC, see [Installing](/installing) for details on setting up a set of PVC nodes, using [`pvc-ansible`](/manuals/ansible) to configure and bootstrap a cluster, and managing it with the [`pvc` cli](/manuals/cli) or [HTTP API](/manuals/api). For details on the project, its motivation, and architectural details, see [the About page](/about). diff --git a/docs/manuals/pvc.md b/docs/manuals/ansible.md similarity index 100% rename from docs/manuals/pvc.md rename to docs/manuals/ansible.md diff --git a/docs/manuals/api.md b/docs/manuals/api.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/manuals/cli.md b/docs/manuals/cli.md new file mode 100644 index 00000000..e69de29b