You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2017/07/22 05:49:19 UTC

kafka-site git commit: Docs TOC adjustments

Repository: kafka-site
Updated Branches:
  refs/heads/asf-site 6cd777e0a -> e69e6e103


Docs TOC adjustments

Docs TOC updates for Streams

Author: Derrick Or <de...@gmail.com>

Reviewers: Guozhang Wang <wa...@gmail.com>

Closes #68 from derrickdoo/docs-toc-adjustments


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

Branch: refs/heads/asf-site
Commit: e69e6e103cc15655250cb37ae291d1f1c109d93e
Parents: 6cd777e
Author: Derrick Or <de...@gmail.com>
Authored: Fri Jul 21 22:49:16 2017 -0700
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Fri Jul 21 22:49:16 2017 -0700

----------------------------------------------------------------------
 0110/toc.html                           | 9 +++++++++
 documentation/streams/introduction.html | 2 --
 documentation/streams/quickstart.html   | 2 ++
 3 files changed, 11 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/e69e6e10/0110/toc.html
----------------------------------------------------------------------
diff --git a/0110/toc.html b/0110/toc.html
index 9bede82..0f6fad0 100644
--- a/0110/toc.html
+++ b/0110/toc.html
@@ -140,6 +140,15 @@
                 <li><a href="#connect_development">8.3 Connector Development Guide</a></li>
             </ul>
         </li>
+        <li><a href="/documentation/streams">9. Kafka Streams</a>
+            <ul>
+                <li><a href="/documentation/streams/quickstart">9.1 Play with a Streams Application</a></li>
+                <li><a href="/documentation/streams/developer-guide">9.2 Developer Manual</a></li>
+                <li><a href="/documentation/streams/core-concepts">9.3 Core Concepts</a></li>
+                <li><a href="/documentation/streams/architecture">9.4 Architecture</a></li>
+                <li><a href="/documentation/streams/upgrade-guide">9.5 Upgrade Guide</a></li>
+            </ul>
+        </li>
     </ul>
 
 </script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/e69e6e10/documentation/streams/introduction.html
----------------------------------------------------------------------
diff --git a/documentation/streams/introduction.html b/documentation/streams/introduction.html
deleted file mode 100644
index 97dd783..0000000
--- a/documentation/streams/introduction.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<!-- should always link the the latest release's documentation -->
-<!--#include virtual="../../0110/streams/introduction.html" -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/e69e6e10/documentation/streams/quickstart.html
----------------------------------------------------------------------
diff --git a/documentation/streams/quickstart.html b/documentation/streams/quickstart.html
new file mode 100644
index 0000000..b06eb22
--- /dev/null
+++ b/documentation/streams/quickstart.html
@@ -0,0 +1,2 @@
+<!-- should always link the the latest release's documentation -->
+<!--#include virtual="../../0110/streams/quickstart.html" -->
\ No newline at end of file