Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
generated some docs to look at
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Bamberg committed Oct 18, 2012
1 parent 5e1a664 commit d15344d
Show file tree
Hide file tree
Showing 744 changed files with 225,790 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This repository contains two top-level directories:
- `sdk`: the SDK documentation to be hosted at addons.mozilla.org
- `doc-tools`: a collection of scripts used to build this documentation
This repository contains:
- the SDK documentation to be hosted at addons.mozilla.org
- a collection of scripts used to build this documentation

## SDK documentation sets ##

Expand All @@ -22,9 +22,8 @@ When we release a new version of the SDK, the contents of the `sdk` directory mu

## Building the docs for a release ##

To build the docs for a release use the top-level script `make_webdocs.sh`, which lives under `docs-tools`:
To build the docs for a release use the top-level script `make_webdocs.sh`:

cd docs-tools
bash make_webdocs.sh 1.11rc1 1.10 1.9 mappings

`make_webdocs.sh` takes three mandatory parameters and one optional parameter:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs-tools/make_webdocs.sh → make_webdocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ python obsolete.py $old_version1 $latest_version $4
python obsolete.py $old_version2 $latest_version $4

# make the commit
bash git_commit.sh $1
#bash git_commit.sh $1
File renamed without changes.
Loading

0 comments on commit d15344d

Please sign in to comment.