Skip to content

Commit 32d3155

Browse files
committed
Begin complex documentation
1 parent 1299b85 commit 32d3155

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

docs/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# C++Spec
2+
3+
C++Spec is a behavior-driven development library with an RSpec-inspired DSL.
4+
5+
-------------------------------------------------------------------------------
6+
7+
## Overview ##
8+
9+
10+
## Installing ##
11+
12+

docs/syntax/describe.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Describe
2+
3+
`describe` is the base structure in C++Spec.

gh-pages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# C++Spec

mkdocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
site_name: C++Spec
2+
site_description: C++Spec
3+
site_author: C++Spec contributors
4+
repo_url: htpps://github.com/toroidal-code/cppspec/tree/master/docs
5+
copyright: Copyright © 2014-2016 Katherine Whitlock
6+
theme: readthedocs
7+
8+
pages:
9+
- Home: index.md
10+
- Syntax:
11+
- Describe: syntax/describe.md

0 commit comments

Comments
 (0)