From d0e4a84f16143239dfb5b86c38cd53e0539263c2 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 30 Dec 2014 10:43:37 +0000 Subject: [PATCH] Added some empty documents for creating components and incidents --- docs/dashboard/creating-components.md | 2 ++ docs/dashboard/creating-incidents.md | 2 ++ docs/readme.md | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 docs/dashboard/creating-components.md create mode 100644 docs/dashboard/creating-incidents.md diff --git a/docs/dashboard/creating-components.md b/docs/dashboard/creating-components.md new file mode 100644 index 00000000..47f8c057 --- /dev/null +++ b/docs/dashboard/creating-components.md @@ -0,0 +1,2 @@ +# Creating components + diff --git a/docs/dashboard/creating-incidents.md b/docs/dashboard/creating-incidents.md new file mode 100644 index 00000000..dec84147 --- /dev/null +++ b/docs/dashboard/creating-incidents.md @@ -0,0 +1,2 @@ +# Creating incidents + diff --git a/docs/readme.md b/docs/readme.md index f25d5f60..c6adb240 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -15,6 +15,8 @@ Cachet is an open source alternative to StatusPage.io written in PHP 5 with the ### Dashboard - [Dashboard overview](/docs/dashboard/readme.md) +- [Creating components](/docs/dashboard/creating-components.md) +- [Creating incidents](/docs/dashboard/creating-incidents.md) ### API