Add changelog

This commit is contained in:
Tom Moor
2017-11-28 22:46:26 -08:00
parent 9f3e739952
commit 21c1c1797e
9 changed files with 296 additions and 12 deletions

View File

@ -3,10 +3,12 @@ import React from 'react';
import Grid from 'styled-components-grid';
import { Helmet } from 'react-helmet';
import styled from 'styled-components';
import Header from './components/Header';
const Container = styled.div`
max-width: 720px;
margin: 0 auto;
padding: 0 2em;
pre {
padding: 0.5em 1em;
@ -56,20 +58,17 @@ export default function Pricing() {
return (
<Grid>
<Helmet>
<title>Developer API - Outline</title>
<title>API Documentation - Outline</title>
</Helmet>
<Header>
<h1>Documentation</h1>
<p>The API is the heart and soul of Outline.</p>
</Header>
<Container>
<h1>Outline API</h1>
<p>
First thing we build for Outline was its API. Its the heart and soul
of the service and as developers, its our mission to make the API as
rich and easy to use as possible.
</p>
<p>
<i>
While Outline is still in public beta, we might make small
adjustments, including breaking changes to the API.
</i>
As developers, its our mission to make the API as great as possible.
While Outline is still in public beta, we might make small
adjustments, including breaking changes to the API.
</p>
<h2>Making requests</h2>
<p>