Begin writing some documentation

This commit is contained in:
James Brooks
2014-12-28 23:50:14 +00:00
parent 032f6891e6
commit f8724ac3c6
3 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,7 @@
# Making requests
## Endpoint
## Authorization
## Security

View File

@@ -1,5 +1,13 @@
# Cachet Documentation
Cachet is an open source alternative to StatusPage.io written in PHP 5 with the Laravel 4.2 framework.
## Table of contents
### Introduction
- [Introduction to Cachet](/docs/intro/index.md)
### API
- [Cachet API](/docs/api/index.md)

9
docs/intro/index.md Normal file
View File

@@ -0,0 +1,9 @@
# Introduction to Cachet
This document is a brief breakdown of what Cachet is, why it was built and how it works. Each section is explained in more detail within other pages.
## What is Cachet?
## Why build it?
## How does it work?