Skip to content

Commit

Permalink
Move docs to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Nov 15, 2012
1 parent fe972f0 commit 2e3fa0e
Show file tree
Hide file tree
Showing 6 changed files with 345 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,7 +5,7 @@ build:
@./node_modules/.bin/coffee -b -o lib src/*.coffee

doc: build
@./node_modules/.bin/coffee lib/doc $(RON_DOC)
@./node_modules/.bin/coffee src/doc $(RON_DOC)

test: build
@NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script \
Expand Down
2 changes: 1 addition & 1 deletion docs/client.md → doc/client.md
Expand Up @@ -3,7 +3,7 @@ language: en
layout: page
title: "
Client connection"
date: 2012-11-15T21:16:28.466Z
date: 2012-11-15T21:39:55.922Z
comments: false
sharing: false
footer: false
Expand Down
341 changes: 341 additions & 0 deletions doc/coverage.html

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion docs/records.md → doc/records.md
Expand Up @@ -3,7 +3,7 @@ language: en
layout: page
title: "
Records access and manipulation"
date: 2012-11-15T21:16:28.466Z
date: 2012-11-15T21:39:55.923Z
comments: false
sharing: false
footer: false
Expand Down
2 changes: 1 addition & 1 deletion docs/schema.md → doc/schema.md
Expand Up @@ -3,7 +3,7 @@ language: en
layout: page
title: "
Schema definition"
date: 2012-11-15T21:16:28.467Z
date: 2012-11-15T21:39:55.922Z
comments: false
sharing: false
footer: false
Expand Down

0 comments on commit 2e3fa0e

Please sign in to comment.