Skip to content

Commit

Permalink
Remove “Building the documentation” docs from the plugin generator
Browse files Browse the repository at this point in the history
DocumentJS is no longer included by default, so those docs shouldn’t be included.
  • Loading branch information
chasenlehara committed Jul 31, 2017
1 parent cc596d9 commit 33cdf07
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions plugin/templates/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,3 @@ To output minified versions, in the `build.js` add `minify: true` to the outputs


See [Steal's export options](https://stealjs.com/docs/steal-tools.export.object.html#outputs) for more details.

### Building the documentation

To generate the docs:

```shell
npm run document
```

This will create a `docs/` folder that contains a browsable site with all of your documentation.

With the dev server running, you can view the docs at http://localhost:8080/docs/

0 comments on commit 33cdf07

Please sign in to comment.