From 18eb642b17388e5ed24160309e98422c90af2267 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 27 Dec 2014 18:23:36 +0000 Subject: [PATCH] Make the documentation setup easier --- docs/api/.gitkeep | 0 docs/api/index.md | 1 + docs/api/making-requests.md | 1 + docs/index.md | 5 +++++ 4 files changed, 7 insertions(+) delete mode 100644 docs/api/.gitkeep create mode 100644 docs/api/index.md create mode 100644 docs/api/making-requests.md create mode 100644 docs/index.md diff --git a/docs/api/.gitkeep b/docs/api/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/api/index.md b/docs/api/index.md new file mode 100644 index 00000000..55a2a43d --- /dev/null +++ b/docs/api/index.md @@ -0,0 +1 @@ +# Cachet API diff --git a/docs/api/making-requests.md b/docs/api/making-requests.md new file mode 100644 index 00000000..18f22c14 --- /dev/null +++ b/docs/api/making-requests.md @@ -0,0 +1 @@ +# Making requests diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..6eda30e0 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,5 @@ +# Cachet Documentation + +## Table of contents + +### API