summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Paxson <andrew@fx-mind.com>2018-01-11 03:13:04 -0800
committerFlavio Castelli <flavio@castelli.me>2018-01-14 14:43:06 +0100
commita0e0330be27f9db99b51a9684a34d762e3fd9275 (patch)
tree1623ecddf4438eecf53bd3d90573206fa6a2c9d9
parent33733cbc2c0d6664e5c1d33b26cd5c09efe687c6 (diff)
downloadterraform-provider-libvirt-a0e0330be27f9db99b51a9684a34d762e3fd9275.tar
terraform-provider-libvirt-a0e0330be27f9db99b51a9684a34d762e3fd9275.tar.gz
add the website docs to the README for visibility
because the terraform website docs are not live lets put them on the front page.
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1d94e350..ee9c9624 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,13 @@ servers on a [libvirt](https://libvirt.org/) host via [Terraform](https://terraf
- [Building from source](#building-from-source)
- [How to contribute](doc/CONTRIBUTING.md)
+## Webiste Docs
+- [Libvirt Provider](website/docs/index.html.mardown)
+- [CloudInit](website/docs/r/cloudinit.html.mardown)
+- [CoreOS Ignition](website/docs/r/coreos_ignition.html.mardown)
+- [Domains](website/docs/r/domain.html.mardown)
+- [Networks](website/docs/r/network.html.mardown)
+- [Volumes](website/docs/r/volume.html.mardown)
## Installing