Skip to content

Commit

Permalink
Add reference docs generation using docma
Browse files Browse the repository at this point in the history
* Adding support for the minimal generate reference documentation
  using docma. Running `npm run docs` or `npm run serveDocs` will
  generate documentation from the source-files using docma.

  This branch still does not commit the generated `./docs` output
  since it is still just used to try out and get a feel for how
  the generated documentation looks and behaves.
  • Loading branch information
olle committed May 12, 2019
1 parent ebd1daf commit f5648c8
Show file tree
Hide file tree
Showing 3 changed files with 1,535 additions and 34 deletions.
4 changes: 4 additions & 0 deletions docma.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"src": ["./src/**/*.js"],
"dest": "./docs/reference"
}
Loading

0 comments on commit f5648c8

Please sign in to comment.