Begin writing some documentation
This commit is contained in:
@@ -1 +1,7 @@
|
||||
# Making requests
|
||||
|
||||
## Endpoint
|
||||
|
||||
## Authorization
|
||||
|
||||
## Security
|
||||
|
||||
@@ -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
9
docs/intro/index.md
Normal 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?
|
||||
Reference in New Issue
Block a user