forked from robolectric/robolectric.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish a new javadoc for each version of Robolectric
This PR allows the creation of a new folder for each version of Robolectric. It removes the `robolectric.version.current_patch` variable from MkDocs, since it no longer makes sense. I've also fixed the issue number in the created PR description.
- Loading branch information
Showing
5 changed files
with
17 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,14 +84,13 @@ extra: | |
property: "UA-19269905-2" | ||
robolectric: | ||
version: | ||
current: "4.12" | ||
current_patched: "4.12.2" | ||
current: "4.12.2" | ||
social: | ||
- name: "GitHub Project" | ||
icon: fontawesome/brands/github | ||
link: "http://github.com/robolectric/robolectric" | ||
- name: "[email protected]" | ||
icon: fontawesome/regular/envelope | ||
icon: fontawesome/regular/envelope | ||
link: "http://groups.google.com/group/robolectric" | ||
- name: "@Robolectric" | ||
icon: fontawesome/brands/x-twitter | ||
|
@@ -136,7 +135,7 @@ nav: | |
- "4.1": /javadoc/4.1/ | ||
- "4.0": /javadoc/4.0/ | ||
- "Blog": | ||
- blog/index.md | ||
- blog/index.md | ||
|
||
exclude_docs: | | ||
/javadoc/*/legal/jquery*.md | ||
|