You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2017/03/18 01:00:41 UTC

apex-site git commit: from ee9ec69e034af8caf48028cb205d164a08620594

Repository: apex-site
Updated Branches:
  refs/heads/asf-site 21f5a3999 -> 28ab5296c


from ee9ec69e034af8caf48028cb205d164a08620594


Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/28ab5296
Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/28ab5296
Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/28ab5296

Branch: refs/heads/asf-site
Commit: 28ab5296ceaab22bb31b8c3bd5d3224e768ca905
Parents: 21f5a39
Author: Apex Dev <de...@apex.apache.org>
Authored: Fri Mar 17 18:00:03 2017 -0700
Committer: Thomas Weise <th...@apache.org>
Committed: Fri Mar 17 18:00:03 2017 -0700

----------------------------------------------------------------------
 content/downloads.html | 2 ++
 content/release.html   | 4 ++++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-site/blob/28ab5296/content/downloads.html
----------------------------------------------------------------------
diff --git a/content/downloads.html b/content/downloads.html
index 6d5b04b..7f13f9b 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -135,6 +135,7 @@
         </td>
         <td>
           <a href="/docs/apex-3.5">user documentation</a><br>
+          <a href="https://ci.apache.org/projects/apex-core/apex-core-javadoc-release-3.5/index.html">javadoc</a><br>
         </td>
       </tr>
       <tr>
@@ -167,6 +168,7 @@
         </td>
         <td>
           <a href="/docs/apex-3.4">user documentation</a><br>
+          <a href="https://ci.apache.org/projects/apex-core/apex-core-javadoc-release-3.4/index.html">javadoc</a><br>
         </td>
       </tr>
     </tbody>

http://git-wip-us.apache.org/repos/asf/apex-site/blob/28ab5296/content/release.html
----------------------------------------------------------------------
diff --git a/content/release.html b/content/release.html
index 85988d5..c2e1dda 100644
--- a/content/release.html
+++ b/content/release.html
@@ -176,6 +176,10 @@ gpg --yes --armor --output ${RNAME}-source-release.zip.asc --detach-sig ${RNAME}
 svn import svn-dist https://dist.apache.org/repos/dist/dev/apex/${RNAME}-RC1 -m &quot;Apache Apex v${rv}-RC1&quot;
 </code></pre>
 <h2 id="build-and-deploy-documentation">Build and Deploy Documentation</h2>
+<h3 id="javadoc">Javadoc</h3>
+<p>Javadoc will be automatically deployed for registered branches. For minor releases, add the new branch to the buildbot configuration:</p>
+<p><a href="https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/apex.conf">https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/apex.conf</a></p>
+<h3 id="user-documentation">User Documentation</h3>
 <p>The documentation will be generated as static HTML files into the <code>apex-site</code> repository, <a href="https://github.com/apache/apex-site/tree/asf-site/docs">separated by version (X.Y)</a>.</p>
 <p><strong>Note</strong> You need Python 2.7+ and <a href="http://www.mkdocs.org/">mkdocs</a> with patch for issue <a href="https://github.com/mkdocs/mkdocs/issues/859">mkdocs #859</a> on top of the currently available version 0.15.3. After installing mkdocs with pip, run the following to obtain this build:</p>
 <pre><code>sudo pip install --upgrade git+https://github.com/sashadt/mkdocs.git