From 33cdf07aeacd6303abdd91572466d6effeca35ce Mon Sep 17 00:00:00 2001 From: Chasen Le Hara Date: Mon, 31 Jul 2017 10:47:27 -0700 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9CBuilding=20the=20documentatio?= =?UTF-8?q?n=E2=80=9D=20docs=20from=20the=20plugin=20generator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DocumentJS is no longer included by default, so those docs shouldn’t be included. --- plugin/templates/CONTRIBUTING.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/plugin/templates/CONTRIBUTING.md b/plugin/templates/CONTRIBUTING.md index df6c7e7..70dffda 100644 --- a/plugin/templates/CONTRIBUTING.md +++ b/plugin/templates/CONTRIBUTING.md @@ -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/