Repository: apex-site Updated Branches: refs/heads/master 705b8a7e0 -> ee9ec69e0
APEXCORE-526 add apex-core user docs links to download page. Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/ee9ec69e Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/ee9ec69e Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/ee9ec69e Branch: refs/heads/master Commit: ee9ec69e034af8caf48028cb205d164a08620594 Parents: 705b8a7 Author: Thomas Weise <[email protected]> Authored: Fri Mar 17 17:59:00 2017 -0700 Committer: Thomas Weise <[email protected]> Committed: Fri Mar 17 17:59:00 2017 -0700 ---------------------------------------------------------------------- src/md/release.md | 8 ++++++++ src/pages/downloads.html | 1 + 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/ee9ec69e/src/md/release.md ---------------------------------------------------------------------- diff --git a/src/md/release.md b/src/md/release.md index 48320a0..04a2c6f 100644 --- a/src/md/release.md +++ b/src/md/release.md @@ -156,6 +156,14 @@ svn import svn-dist https://dist.apache.org/repos/dist/dev/apex/${RNAME}-RC1 -m ## Build and Deploy Documentation +### Javadoc + +Javadoc will be automatically deployed for registered branches. For minor releases, add the new branch to the buildbot configuration: + +https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/apex.conf + +### User Documentation + The documentation will be generated as static HTML files into the `apex-site` repository, [separated by version (X.Y)](https://github.com/apache/apex-site/tree/asf-site/docs). **Note** You need Python 2.7+ and [mkdocs](http://www.mkdocs.org/) with patch for issue [mkdocs #859](https://github.com/mkdocs/mkdocs/issues/859) on top of the currently available version 0.15.3. After installing mkdocs with pip, run the following to obtain this build: http://git-wip-us.apache.org/repos/asf/apex-site/blob/ee9ec69e/src/pages/downloads.html ---------------------------------------------------------------------- diff --git a/src/pages/downloads.html b/src/pages/downloads.html index ea270d5..eac0920 100644 --- a/src/pages/downloads.html +++ b/src/pages/downloads.html @@ -49,6 +49,7 @@ </td> <td> <a href="/docs/apex-{{ version.docs }}">user documentation</a><br> + <a href="https://ci.apache.org/projects/apex-core/apex-core-javadoc-release-{{ version.docs }}/index.html">javadoc</a><br> </td> </tr> {{/each}}
