Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero committed Aug 29, 2024
1 parent 4717ee8 commit cbd0c1a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tutorials/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,16 +286,9 @@ cd build
make doc
```

Upload documentation to gazebosim.org.
```bash
cd build
sh upload.sh
View the documentation by running the following command from the `build` directory.
```

If you're creating a new release, then tell gazebosim.org about
the new version. For example:
```bash
curl -k -X POST -d '{"libName":"transport", "version":"1.0.0", "releaseDate":"2017-10-09T12:10:13+02:00","password":"secret"}' https://api.gazebosim.org/1.0/versions
firefox doxygen/html/index.html
```
# Testing
Expand Down

0 comments on commit cbd0c1a

Please sign in to comment.