Skip to content

Commit

Permalink
Delete build step in contributing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanJ-NYC committed Oct 21, 2016
1 parent 1fb3149 commit 5cd342a
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions docs/pages/contributing.md
Expand Up @@ -272,21 +272,11 @@ website. To edit the docs:
> git submodule init
> git submodule update
4. Generate site

> node build.js
5. Edit markdown files in `steal/docs` or `steal-tools/doc`
4. Edit markdown files in `steal/docs` or `steal-tools/doc`

6. Regenerate site and check changes
5. Regenerate site and check changes

> ./node_modules/.bin/documentjs

7. Checkin and push markdown changes to steal or steal-tools.
8. Checkin and push gh-pages branch changes.






6. Checkin and push markdown changes to steal or steal-tools.
7. Checkin and push gh-pages branch changes.

0 comments on commit 5cd342a

Please sign in to comment.