From 43e4718d4f6816fc1b094b2b63123556b1346f72 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 6 Jul 2019 14:27:07 -0400 Subject: [PATCH] Revamp docs in prep for rewrite --- docs/{ansible/configuration.md => architecture/cluster.md} | 0 docs/architecture/{networking.md => daemon.md} | 0 docs/index.md | 2 +- docs/manuals/{pvc.md => ansible.md} | 0 docs/manuals/api.md | 0 docs/manuals/cli.md | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename docs/{ansible/configuration.md => architecture/cluster.md} (100%) rename docs/architecture/{networking.md => daemon.md} (100%) rename docs/manuals/{pvc.md => ansible.md} (100%) create mode 100644 docs/manuals/api.md create mode 100644 docs/manuals/cli.md 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