You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2020/01/07 15:22:02 UTC

[kafka-site] branch asf-site updated: MINOR: Add fixes for adding new dsl naming page (#248)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 41c7fc6  MINOR: Add fixes for adding new dsl naming page (#248)
41c7fc6 is described below

commit 41c7fc6ca22449a48eaa5d733ac736b86518758e
Author: Bill Bejeck <bb...@gmail.com>
AuthorDate: Tue Jan 7 10:21:54 2020 -0500

    MINOR: Add fixes for adding new dsl naming page (#248)
    
    We needed to add the appropriate re-directs for the new topology naming page. I've tested the links by rendering the site locally.
    
    Reviewers:Matthias J. Sax <mj...@apache.org>, Sophie Blee-Goldman <so...@confluent.io>
---
 .../streams/developer-guide/dsl-topology-naming.html  | 19 +++++++++++++++++++
 24/streams/developer-guide/index.html                 |  1 +
 documentation/index.html                              |  2 +-
 documentation/streams/architecture.html               |  2 +-
 documentation/streams/core-concepts.html              |  2 +-
 .../streams/developer-guide/app-reset-tool.html       |  2 +-
 .../streams/developer-guide/config-streams.html       |  2 +-
 documentation/streams/developer-guide/datatypes.html  |  2 +-
 documentation/streams/developer-guide/dsl-api.html    |  2 +-
 .../streams/developer-guide/dsl-topology-naming.html  |  2 ++
 documentation/streams/developer-guide/index.html      |  2 +-
 .../streams/developer-guide/interactive-queries.html  |  2 +-
 .../streams/developer-guide/manage-topics.html        |  2 +-
 .../streams/developer-guide/memory-mgmt.html          |  2 +-
 .../streams/developer-guide/processor-api.html        |  2 +-
 .../streams/developer-guide/running-app.html          |  2 +-
 documentation/streams/developer-guide/security.html   |  2 +-
 documentation/streams/developer-guide/testing.html    |  2 +-
 .../streams/developer-guide/write-streams.html        |  2 +-
 documentation/streams/index.html                      |  2 +-
 documentation/streams/quickstart.html                 |  2 +-
 documentation/streams/upgrade-guide.html              |  2 +-
 22 files changed, 41 insertions(+), 19 deletions(-)

diff --git a/24/documentation/streams/developer-guide/dsl-topology-naming.html b/24/documentation/streams/developer-guide/dsl-topology-naming.html
new file mode 100644
index 0000000..ac5ce2f
--- /dev/null
+++ b/24/documentation/streams/developer-guide/dsl-topology-naming.html
@@ -0,0 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!-- should always link the latest release's documentation -->
+<!--#include virtual="../../../streams/developer-guide/dsl-topology-naming.html" -->
\ No newline at end of file
diff --git a/24/streams/developer-guide/index.html b/24/streams/developer-guide/index.html
index 095ec82..eb96f7d 100644
--- a/24/streams/developer-guide/index.html
+++ b/24/streams/developer-guide/index.html
@@ -43,6 +43,7 @@
 <li class="toctree-l1"><a class="reference internal" href="config-streams.html">Configuring a Streams Application</a></li>
 <li class="toctree-l1"><a class="reference internal" href="dsl-api.html">Streams DSL</a></li>
 <li class="toctree-l1"><a class="reference internal" href="processor-api.html">Processor API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="dsl-topology-naming.html">Naming Operators in a Streams DSL application</a></li>
 <li class="toctree-l1"><a class="reference internal" href="datatypes.html">Data Types and Serialization</a></li>
 <li class="toctree-l1"><a class="reference internal" href="testing.html">Testing a Streams Application</a></li>
 <li class="toctree-l1"><a class="reference internal" href="interactive-queries.html">Interactive Queries</a></li>
diff --git a/documentation/index.html b/documentation/index.html
index bc16cca..b030129 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -1,2 +1,2 @@
-<!-- should always link the the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../24/documentation.html" -->
diff --git a/documentation/streams/architecture.html b/documentation/streams/architecture.html
index db33eb4..63929af 100644
--- a/documentation/streams/architecture.html
+++ b/documentation/streams/architecture.html
@@ -1,2 +1,2 @@
-<!-- should always link the the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../24/streams/architecture.html" -->
diff --git a/documentation/streams/core-concepts.html b/documentation/streams/core-concepts.html
index 71e9db5..378b3c9 100644
--- a/documentation/streams/core-concepts.html
+++ b/documentation/streams/core-concepts.html
@@ -1,2 +1,2 @@
-<!-- should always link the the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../24/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 65865e3..1777a5d 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 the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/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 072d4a4..0500a4f 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 the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/streams/developer-guide/config-streams.html" -->
diff --git a/documentation/streams/developer-guide/datatypes.html b/documentation/streams/developer-guide/datatypes.html
index 9fe4abc..fed301a 100644
--- a/documentation/streams/developer-guide/datatypes.html
+++ b/documentation/streams/developer-guide/datatypes.html
@@ -1,2 +1,2 @@
-<!-- should always link the the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/streams/developer-guide/datatypes.html" -->
diff --git a/documentation/streams/developer-guide/dsl-api.html b/documentation/streams/developer-guide/dsl-api.html
index 63a8533..3d93ce4 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 the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/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
new file mode 100644
index 0000000..9b194b1
--- /dev/null
+++ b/documentation/streams/developer-guide/dsl-topology-naming.html
@@ -0,0 +1,2 @@
+<!-- should always link the latest release's documentation -->
+<!--#include virtual="../../../24/streams/developer-guide/dsl-topology-naming.html" -->
diff --git a/documentation/streams/developer-guide/index.html b/documentation/streams/developer-guide/index.html
index d87c00e..5981dfa 100644
--- a/documentation/streams/developer-guide/index.html
+++ b/documentation/streams/developer-guide/index.html
@@ -1,2 +1,2 @@
-<!-- should always link the the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/streams/developer-guide/index.html" -->
diff --git a/documentation/streams/developer-guide/interactive-queries.html b/documentation/streams/developer-guide/interactive-queries.html
index b507746..151bb98 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 the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/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 cacc392..dc5395d 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 the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/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 98b3896..f0dc34f 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 the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/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 d670c63..642b76f 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 the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/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 f075509..a85ef04 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 the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/streams/developer-guide/running-app.html" -->
diff --git a/documentation/streams/developer-guide/security.html b/documentation/streams/developer-guide/security.html
index 3248051..de66ae6 100644
--- a/documentation/streams/developer-guide/security.html
+++ b/documentation/streams/developer-guide/security.html
@@ -1,2 +1,2 @@
-<!-- should always link the the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/streams/developer-guide/security.html" -->
diff --git a/documentation/streams/developer-guide/testing.html b/documentation/streams/developer-guide/testing.html
index 1d1ab28..7c9877c 100644
--- a/documentation/streams/developer-guide/testing.html
+++ b/documentation/streams/developer-guide/testing.html
@@ -1,2 +1,2 @@
-<!-- should always link the the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/streams/developer-guide/testing.html" -->
diff --git a/documentation/streams/developer-guide/write-streams.html b/documentation/streams/developer-guide/write-streams.html
index 4ab155b..6b5b227 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 the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../../24/streams/developer-guide/write-streams.html" -->
diff --git a/documentation/streams/index.html b/documentation/streams/index.html
index 0e6de48..b767aeb 100644
--- a/documentation/streams/index.html
+++ b/documentation/streams/index.html
@@ -1,2 +1,2 @@
-<!-- should always link the the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../24/streams/index.html" -->
diff --git a/documentation/streams/quickstart.html b/documentation/streams/quickstart.html
index 81c2df0..28218f4 100644
--- a/documentation/streams/quickstart.html
+++ b/documentation/streams/quickstart.html
@@ -1,2 +1,2 @@
-<!-- should always link the the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../24/streams/quickstart.html" -->
diff --git a/documentation/streams/upgrade-guide.html b/documentation/streams/upgrade-guide.html
index 37234dc..9699a40 100644
--- a/documentation/streams/upgrade-guide.html
+++ b/documentation/streams/upgrade-guide.html
@@ -1,2 +1,2 @@
-<!-- should always link the the latest release's documentation -->
+<!-- should always link the latest release's documentation -->
 <!--#include virtual="../../24/streams/upgrade-guide.html" -->