We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e6e7a commit 55b5e5aCopy full SHA for 55b5e5a
README.md
@@ -33,7 +33,7 @@ Running `make release` will save the docs currently in the master branch, and th
33
* In src branch:
34
* Create new folder for the docs. e.g. `mkdir -p docs/java-docs/bullet-core/0.4.3/`
35
* 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
+ * Add the appropriate link in docs/releases.md (or wherever you want the link)
37
* Commit these changes to the src branch. e.g. `git add -A && git commit -m "Added new JavaDocs"`
38
* Push src branch to remote
39
* 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