You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2021/04/19 16:24:02 UTC

[kafka-site] 01/03: change docs to point to 2.8 by default

This is an automated email from the ASF dual-hosted git repository.

vvcephei pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git

commit c620bf6b9485aa0dc99b6337bc1f385d5e470960
Author: John Roesler <vv...@apache.org>
AuthorDate: Mon Apr 19 11:09:44 2021 -0500

    change docs to point to 2.8 by default
---
 documentation.html                                             | 2 +-
 documentation/index.html                                       | 2 +-
 documentation/streams/architecture.html                        | 2 +-
 documentation/streams/core-concepts.html                       | 2 +-
 documentation/streams/developer-guide/app-reset-tool.html      | 2 +-
 documentation/streams/developer-guide/config-streams.html      | 2 +-
 documentation/streams/developer-guide/datatypes.html           | 2 +-
 documentation/streams/developer-guide/dsl-api.html             | 2 +-
 documentation/streams/developer-guide/dsl-topology-naming.html | 2 +-
 documentation/streams/developer-guide/index.html               | 2 +-
 documentation/streams/developer-guide/interactive-queries.html | 2 +-
 documentation/streams/developer-guide/manage-topics.html       | 2 +-
 documentation/streams/developer-guide/memory-mgmt.html         | 2 +-
 documentation/streams/developer-guide/processor-api.html       | 2 +-
 documentation/streams/developer-guide/running-app.html         | 2 +-
 documentation/streams/developer-guide/security.html            | 2 +-
 documentation/streams/developer-guide/testing.html             | 2 +-
 documentation/streams/developer-guide/write-streams.html       | 2 +-
 documentation/streams/index.html                               | 2 +-
 documentation/streams/quickstart.html                          | 2 +-
 documentation/streams/upgrade-guide.html                       | 2 +-
 intro.html                                                     | 2 +-
 protocol.html                                                  | 2 +-
 quickstart.html                                                | 2 +-
 uses.html                                                      | 2 +-
 25 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/documentation.html b/documentation.html
index 9a73a48..9b171b2 100644
--- a/documentation.html
+++ b/documentation.html
@@ -1,2 +1,2 @@
 <!-- should always link the the latest release's documentation -->
-<!--#include virtual="27/documentation.html" -->
+<!--#include virtual="28/documentation.html" -->
diff --git a/documentation/index.html b/documentation/index.html
index 8ea0c79..a9964c5 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../27/documentation.html" -->
+<!--#include virtual="../28/documentation.html" -->
diff --git a/documentation/streams/architecture.html b/documentation/streams/architecture.html
index 243efbf..d68c82d 100644
--- a/documentation/streams/architecture.html
+++ b/documentation/streams/architecture.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../27/streams/architecture.html" -->
+<!--#include virtual="../../28/streams/architecture.html" -->
diff --git a/documentation/streams/core-concepts.html b/documentation/streams/core-concepts.html
index 7f7b2ea..8f6a07c 100644
--- a/documentation/streams/core-concepts.html
+++ b/documentation/streams/core-concepts.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../27/streams/core-concepts.html" -->
+<!--#include virtual="../../28/streams/core-concepts.html" -->
diff --git a/documentation/streams/developer-guide/app-reset-tool.html b/documentation/streams/developer-guide/app-reset-tool.html
index 41c7fdc..e76121f 100644
--- a/documentation/streams/developer-guide/app-reset-tool.html
+++ b/documentation/streams/developer-guide/app-reset-tool.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/app-reset-tool.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/app-reset-tool.html" -->
diff --git a/documentation/streams/developer-guide/config-streams.html b/documentation/streams/developer-guide/config-streams.html
index 86d307a..17ce8e4 100644
--- a/documentation/streams/developer-guide/config-streams.html
+++ b/documentation/streams/developer-guide/config-streams.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/config-streams.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/config-streams.html" -->
diff --git a/documentation/streams/developer-guide/datatypes.html b/documentation/streams/developer-guide/datatypes.html
index 66be161..06a3ee7 100644
--- a/documentation/streams/developer-guide/datatypes.html
+++ b/documentation/streams/developer-guide/datatypes.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/datatypes.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/datatypes.html" -->
diff --git a/documentation/streams/developer-guide/dsl-api.html b/documentation/streams/developer-guide/dsl-api.html
index 389e89e..2a1dc4e 100644
--- a/documentation/streams/developer-guide/dsl-api.html
+++ b/documentation/streams/developer-guide/dsl-api.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/dsl-api.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/dsl-api.html" -->
diff --git a/documentation/streams/developer-guide/dsl-topology-naming.html b/documentation/streams/developer-guide/dsl-topology-naming.html
index 553e4b8..0472154 100644
--- a/documentation/streams/developer-guide/dsl-topology-naming.html
+++ b/documentation/streams/developer-guide/dsl-topology-naming.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/dsl-topology-naming.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/dsl-topology-naming.html" -->
diff --git a/documentation/streams/developer-guide/index.html b/documentation/streams/developer-guide/index.html
index 9414a36..1103a8a 100644
--- a/documentation/streams/developer-guide/index.html
+++ b/documentation/streams/developer-guide/index.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/index.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/index.html" -->
diff --git a/documentation/streams/developer-guide/interactive-queries.html b/documentation/streams/developer-guide/interactive-queries.html
index fef8ee3..4ba4c65 100644
--- a/documentation/streams/developer-guide/interactive-queries.html
+++ b/documentation/streams/developer-guide/interactive-queries.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/interactive-queries.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/interactive-queries.html" -->
diff --git a/documentation/streams/developer-guide/manage-topics.html b/documentation/streams/developer-guide/manage-topics.html
index 3bd76fb..12091ee 100644
--- a/documentation/streams/developer-guide/manage-topics.html
+++ b/documentation/streams/developer-guide/manage-topics.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/manage-topics.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/manage-topics.html" -->
diff --git a/documentation/streams/developer-guide/memory-mgmt.html b/documentation/streams/developer-guide/memory-mgmt.html
index 262ef75..44f9a98 100644
--- a/documentation/streams/developer-guide/memory-mgmt.html
+++ b/documentation/streams/developer-guide/memory-mgmt.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/memory-mgmt.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/memory-mgmt.html" -->
diff --git a/documentation/streams/developer-guide/processor-api.html b/documentation/streams/developer-guide/processor-api.html
index feb72ab..b939f29 100644
--- a/documentation/streams/developer-guide/processor-api.html
+++ b/documentation/streams/developer-guide/processor-api.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/processor-api.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/processor-api.html" -->
diff --git a/documentation/streams/developer-guide/running-app.html b/documentation/streams/developer-guide/running-app.html
index 32674b0..3033a2b 100644
--- a/documentation/streams/developer-guide/running-app.html
+++ b/documentation/streams/developer-guide/running-app.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/running-app.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/running-app.html" -->
diff --git a/documentation/streams/developer-guide/security.html b/documentation/streams/developer-guide/security.html
index 42db013..0d2e679 100644
--- a/documentation/streams/developer-guide/security.html
+++ b/documentation/streams/developer-guide/security.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/security.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/security.html" -->
diff --git a/documentation/streams/developer-guide/testing.html b/documentation/streams/developer-guide/testing.html
index eaf73cd..076ce18 100644
--- a/documentation/streams/developer-guide/testing.html
+++ b/documentation/streams/developer-guide/testing.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/testing.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/testing.html" -->
diff --git a/documentation/streams/developer-guide/write-streams.html b/documentation/streams/developer-guide/write-streams.html
index ddb4441..1a7902c 100644
--- a/documentation/streams/developer-guide/write-streams.html
+++ b/documentation/streams/developer-guide/write-streams.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../../27/streams/developer-guide/write-streams.html" -->
+<!--#include virtual="../../../28/streams/developer-guide/write-streams.html" -->
diff --git a/documentation/streams/index.html b/documentation/streams/index.html
index 5e1c5e9..cafaa58 100644
--- a/documentation/streams/index.html
+++ b/documentation/streams/index.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../27/streams/index.html" -->
+<!--#include virtual="../../28/streams/index.html" -->
diff --git a/documentation/streams/quickstart.html b/documentation/streams/quickstart.html
index a5117f6..1202504 100644
--- a/documentation/streams/quickstart.html
+++ b/documentation/streams/quickstart.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../27/streams/quickstart.html" -->
+<!--#include virtual="../../28/streams/quickstart.html" -->
diff --git a/documentation/streams/upgrade-guide.html b/documentation/streams/upgrade-guide.html
index e2d3377..8cf7988 100644
--- a/documentation/streams/upgrade-guide.html
+++ b/documentation/streams/upgrade-guide.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../../27/streams/upgrade-guide.html" -->
+<!--#include virtual="../../28/streams/upgrade-guide.html" -->
diff --git a/intro.html b/intro.html
index 34f7fce..cf55b03 100644
--- a/intro.html
+++ b/intro.html
@@ -20,7 +20,7 @@
       
     </div>
 <!-- should always link the the latest release's documentation -->
-    <!--#include virtual="/27/introduction.html" -->
+    <!--#include virtual="/28/introduction.html" -->
 
 <!--#include virtual="includes/_footer.htm" -->
 
diff --git a/protocol.html b/protocol.html
index cb6a433..18ab5a4 100644
--- a/protocol.html
+++ b/protocol.html
@@ -1,2 +1,2 @@
 <!-- should always link the the latest release's documentation -->
-<!--#include virtual="27/protocol.html" -->
+<!--#include virtual="28/protocol.html" -->
diff --git a/quickstart.html b/quickstart.html
index e797f8c..74fcb35 100644
--- a/quickstart.html
+++ b/quickstart.html
@@ -19,7 +19,7 @@
       
     </div>
 <!-- should always link the the latest release's documentation -->
-    <!--#include virtual="27/quickstart.html" -->
+    <!--#include virtual="28/quickstart.html" -->
 <!--#include virtual="includes/_footer.htm" -->
 <script>
 // Show selected style on nav item
diff --git a/uses.html b/uses.html
index 10b3cc5..13aa969 100644
--- a/uses.html
+++ b/uses.html
@@ -7,7 +7,7 @@
 		<h1 class="content-title">Use cases</h1>
 
 <!-- should always link the the latest release's documentation -->
-<!--#include virtual="27/uses.html" -->
+<!--#include virtual="28/uses.html" -->
 
 <!--#include virtual="includes/_footer.htm" -->