You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2017/07/03 14:35:55 UTC

[3/3] kafka git commit: MINOR: Follow-up Streams doc changes to break into sub-pages

MINOR: Follow-up Streams doc changes to break into sub-pages

Also fixed a bunch of broken links (details can be found in https://github.com/apache/kafka-site/commit/34f8ecea0db15523ce4b81e6b6bc4c5c2fabd603)

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

Reviewers: Eno Thereska <en...@gmail.com>, Bill Bejeck <bb...@gmail.com>, Damian Guy <da...@gmail.com>

Closes #3473 from guozhangwang/KMinor-streams-doc-breakdown


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

Branch: refs/heads/trunk
Commit: 2c6e9a9653ffd19f4c9407cd74a89a8d7deb8b3f
Parents: c9f777c
Author: Guozhang Wang <wa...@gmail.com>
Authored: Mon Jul 3 15:35:47 2017 +0100
Committer: Damian Guy <da...@gmail.com>
Committed: Mon Jul 3 15:35:47 2017 +0100

----------------------------------------------------------------------
 docs/documentation/index.html                   |   18 +
 docs/documentation/streams.html                 |   19 -
 docs/documentation/streams/architecture.html    |   19 +
 docs/documentation/streams/core-concepts.html   |   19 +
 docs/documentation/streams/developer-guide.html |   19 +
 docs/documentation/streams/index.html           |   19 +
 docs/documentation/streams/upgrade-guide.html   |   19 +
 docs/streams.html                               | 1078 ------------------
 docs/streams/architecture.html                  |  160 +++
 docs/streams/core-concepts.html                 |  165 +++
 docs/streams/developer-guide.html               |  605 ++++++++++
 docs/streams/index.html                         |   94 ++
 docs/streams/upgrade-guide.html                 |  248 ++++
 13 files changed, 1385 insertions(+), 1097 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/2c6e9a96/docs/documentation/index.html
----------------------------------------------------------------------
diff --git a/docs/documentation/index.html b/docs/documentation/index.html
new file mode 100644
index 0000000..1d7507f
--- /dev/null
+++ b/docs/documentation/index.html
@@ -0,0 +1,18 @@
+<!--
+ 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.
+-->
+
+<!--#include virtual="../documentation.html" -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kafka/blob/2c6e9a96/docs/documentation/streams.html
----------------------------------------------------------------------
diff --git a/docs/documentation/streams.html b/docs/documentation/streams.html
deleted file mode 100644
index d8d2bb2..0000000
--- a/docs/documentation/streams.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!--
- 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 the latest release's documentation -->
-<!--#include virtual="../streams.html" -->

http://git-wip-us.apache.org/repos/asf/kafka/blob/2c6e9a96/docs/documentation/streams/architecture.html
----------------------------------------------------------------------
diff --git a/docs/documentation/streams/architecture.html b/docs/documentation/streams/architecture.html
new file mode 100644
index 0000000..6ba69f3
--- /dev/null
+++ b/docs/documentation/streams/architecture.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 the latest release's documentation -->
+<!--#include virtual="../../streams/architecture.html" -->

http://git-wip-us.apache.org/repos/asf/kafka/blob/2c6e9a96/docs/documentation/streams/core-concepts.html
----------------------------------------------------------------------
diff --git a/docs/documentation/streams/core-concepts.html b/docs/documentation/streams/core-concepts.html
new file mode 100644
index 0000000..ff46c53
--- /dev/null
+++ b/docs/documentation/streams/core-concepts.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 the latest release's documentation -->
+<!--#include virtual="../../streams/core-concepts.html" -->

http://git-wip-us.apache.org/repos/asf/kafka/blob/2c6e9a96/docs/documentation/streams/developer-guide.html
----------------------------------------------------------------------
diff --git a/docs/documentation/streams/developer-guide.html b/docs/documentation/streams/developer-guide.html
new file mode 100644
index 0000000..e258331
--- /dev/null
+++ b/docs/documentation/streams/developer-guide.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 the latest release's documentation -->
+<!--#include virtual="../../streams/developer-guide.html" -->

http://git-wip-us.apache.org/repos/asf/kafka/blob/2c6e9a96/docs/documentation/streams/index.html
----------------------------------------------------------------------
diff --git a/docs/documentation/streams/index.html b/docs/documentation/streams/index.html
new file mode 100644
index 0000000..1aaaff4
--- /dev/null
+++ b/docs/documentation/streams/index.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 the latest release's documentation -->
+<!--#include virtual="../../streams/index.html" -->

http://git-wip-us.apache.org/repos/asf/kafka/blob/2c6e9a96/docs/documentation/streams/upgrade-guide.html
----------------------------------------------------------------------
diff --git a/docs/documentation/streams/upgrade-guide.html b/docs/documentation/streams/upgrade-guide.html
new file mode 100644
index 0000000..0c68795
--- /dev/null
+++ b/docs/documentation/streams/upgrade-guide.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 the latest release's documentation -->
+<!--#include virtual="../../streams/upgrade-guide.html" -->