| commit | c97bd94b199a5b186cc0cf943b5bb434237d8115 | [log] [tgz] |
|---|---|---|
| author | Matt Farina <matt@mattfarina.com> | Fri Jan 29 10:17:51 2016 -0500 |
| committer | Matt Farina <matt@mattfarina.com> | Fri Jan 29 10:17:51 2016 -0500 |
| tree | d6e96f02a28fd9df6b77682f488d0fc26ffbf9d8 | |
| parent | 782a80bb05db6d1852edef94a2ae831a6cbde098 [diff] |
Initial readthedocs.org integration
diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..a24f974 --- /dev/null +++ b/docs/index.md
@@ -0,0 +1 @@ +# Glide: Vendor Package Management for Go
diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..4f584b9 --- /dev/null +++ b/mkdocs.yml
@@ -0,0 +1,4 @@ +site_name: Glide Documentation +pages: + - Home: index.md +theme: readthedocs