You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ya...@apache.org on 2014/09/19 18:29:23 UTC

git commit: SAMZA-417: Add a configuration table page link in the documentation

Repository: incubator-samza
Updated Branches:
  refs/heads/master 3e0b3a2b6 -> fd603c37f


SAMZA-417: Add a configuration table page link in the documentation


Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/fd603c37
Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/fd603c37
Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/fd603c37

Branch: refs/heads/master
Commit: fd603c37fd22966df4c3edf358987ce4171489a4
Parents: 3e0b3a2
Author: David Chen <dc...@linkedin.com>
Authored: Fri Sep 19 09:28:56 2014 -0700
Committer: Yan Fang <ya...@gmail.com>
Committed: Fri Sep 19 09:28:56 2014 -0700

----------------------------------------------------------------------
 docs/_layouts/default.html                    | 2 ++
 docs/learn/documentation/versioned/index.html | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/fd603c37/docs/_layouts/default.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 6703caf..c533e64 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -66,6 +66,8 @@
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
               <li><a href="/learn/documentation/latest">Documentation</a></li>
+              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
               <li><a href="/learn/tutorials/latest">Tutorials</a></li>
               <li><a href="http://wiki.apache.org/samza/FAQ">FAQ</a></li>
               <li><a href="http://wiki.apache.org/samza">Wiki</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/fd603c37/docs/learn/documentation/versioned/index.html
----------------------------------------------------------------------
diff --git a/docs/learn/documentation/versioned/index.html b/docs/learn/documentation/versioned/index.html
index 626631b..e1b9f2d 100644
--- a/docs/learn/documentation/versioned/index.html
+++ b/docs/learn/documentation/versioned/index.html
@@ -45,6 +45,7 @@ title: Documentation
 
 <ul class="documentation-list">
   <li><a href="api/overview.html">Overview</a></li>
+  <li><a href="jobs/configuration-table.html">Configuration</a></li>
   <li><a href="api/javadocs">Javadocs</a></li>
 </ul>