Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #65 from evanxd/bug-915144
Browse files Browse the repository at this point in the history
Bug 915144 - [marionette-js-client] Publish the document on the Web
  • Loading branch information
lightsofapollo committed Sep 12, 2013
2 parents 3483cb0 + 3995541 commit f21fb27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -25,7 +25,7 @@ doc-publish:
git checkout gh-pages
rm -Rf api-docs
mv api-docs-temp api-docs
git add api-docs
git add -f api-docs
git commit -m "regenerate api docs"
git push origin gh-pages --force
git checkout master
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,7 @@ make test-browser
### Plugins

- [marionette-apps](https://github.com/mozilla-b2g/marionette-apps)
- [marionette-helper](https://github.com/mozilla-b2g/marionette-helper)
- [marionette-js-logger](https://github.com/mozilla-b2g/marionette-js-logger)

### Documentation
Expand All @@ -52,6 +53,8 @@ API documentation is made using yuidocjs.

The `make doc-server` / `make doc-publish` are used to preview and publish content.

The published document: http://mozilla-b2g.github.io/marionette-js-client/api-docs/

### Reviewers

Find us on irc.mozilla.org in the #gaia channel.
Expand Down

0 comments on commit f21fb27

Please sign in to comment.