| 50 | | * run add-tracking.py over all of the html files |
| 51 | | * add them to the bbdocs repository, with appropriate links in index.html |
| | 50 | * check out the tag: {{{git co v0.8.3}}} |
| | 51 | * make the docs: {{{cd master/docs; make}}} |
| | 52 | * make the apidocs: {{{cd apidocs; make}}} |
| | 53 | * move {{{master/docs/0.8.3}}} into {{{docs/}}} in the bbdocs repo |
| | 54 | * move {{{apidocs/reference}}} into {{{docs/0.8.3}}} in the bbdocs repo |
| | 55 | * run add-tracking.py over all of the html files: {{{find docs/0.8.3 -name '*.html' | xargs python add-tracking.py}}} |
| | 56 | * add appropriate links in index.html |
| | 57 | * update the current link |
| | 58 | * push to bbdocs and pull it on the server |