Skip to content

Commit 55b5e5a

Browse files
author
Nathan Speidel
committed
Updated readme
1 parent 73e6e7a commit 55b5e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Running `make release` will save the docs currently in the master branch, and th
3333
* In src branch:
3434
* Create new folder for the docs. e.g. `mkdir -p docs/java-docs/bullet-core/0.4.3/`
3535
* Create a place-holder file. e.g. `cp docs/java-docs/bullet-core/0.4.2/index.html docs/java-docs/bullet-core/0.4.3/`
36-
* Update mkdocs.yml - add a new line for the new sub-folder - see "JavaDocs" section of mkdocs.yml
36+
* Add the appropriate link in docs/releases.md (or wherever you want the link)
3737
* Commit these changes to the src branch. e.g. `git add -A && git commit -m "Added new JavaDocs"`
3838
* Push src branch to remote
3939
* Build a release: `make release` - this will leave you in the master branch with a new build ready NOT including the new docs you want to add

0 commit comments

Comments
 (0)