Skip to content

Commit

Permalink
Move usage section.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Apr 18, 2016
1 parent 6df80b7 commit 85177f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 1 addition & 9 deletions doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@ Runs named task functions that return streams, arrays of deferred task functions
<!-- @toc -->
***

## Usage

Create a `mkdoc.js` task file like this one ([source file](/mkdoc.js)):

<? @source {javascript=s/\.\/index/mktask/gm} ../mkdoc.js ?>

Note that you **should not install** the `mktask` dependency, it is resolved by the command line program.

<? @include {=readme} example.md guide.md sample.md help.md ?>
<? @include {=readme} usage.md example.md guide.md sample.md help.md ?>

<? @exec mkapi *.js --title=API --level=2 ?>
<? @include {=readme} license.md links.md ?>
8 changes: 8 additions & 0 deletions doc/readme/usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Usage

Create a `mkdoc.js` task file like this one ([source file](/mkdoc.js)):

<? @source {javascript=s/\.\/index/mktask/gm} ../../mkdoc.js ?>

Note that you **should not install** the `mktask` dependency, it is resolved by the command line program.

0 comments on commit 85177f4

Please sign in to comment.