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

trohrmann pushed a commit to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git

commit a3738d2d8a33030c77f53ea7ae244e931bc28383
Author: Till Rohrmann <[email protected]>
AuthorDate: Wed Nov 25 11:19:21 2020 +0100

    [FLINK-20342][docs] Group debugging topics under monitoring/debugging
---
 docs/deployment/config.md                          |  2 +-
 docs/deployment/config.zh.md                       |  2 +-
 docs/dev/event_time.md                             |  2 +-
 docs/dev/event_time.zh.md                          |  2 +-
 .../{ => debugging}/application_profiling.md       |  4 ++--
 .../{ => debugging}/application_profiling.zh.md    |  4 ++--
 .../{ => debugging}/debugging_classloading.md      |  4 ++--
 .../{ => debugging}/debugging_classloading.zh.md   |  4 ++--
 .../{ => debugging}/debugging_event_time.md        |  4 ++--
 .../{ => debugging}/debugging_event_time.zh.md     |  4 ++--
 docs/monitoring/debugging/index.md                 | 24 ++++++++++++++++++++++
 docs/monitoring/debugging/index.zh.md              | 24 ++++++++++++++++++++++
 12 files changed, 64 insertions(+), 16 deletions(-)

diff --git a/docs/deployment/config.md b/docs/deployment/config.md
index 94a0351..67af1f3 100644
--- a/docs/deployment/config.md
+++ b/docs/deployment/config.md
@@ -293,7 +293,7 @@ See the [Queryable State Docs]({% link 
dev/stream/state/queryable_state.md %}) f
 
 Flink dynamically loads the code for jobs submitted to a session cluster. In 
addition, Flink tries to hide many dependencies in the classpath from the 
application. This helps to reduce dependency conflicts between the application 
code and the dependencies in the classpath.
 
-Please refer to the [Debugging Classloading Docs]({% link 
monitoring/debugging_classloading.md %}) for details.
+Please refer to the [Debugging Classloading Docs]({% link 
monitoring/debugging/debugging_classloading.md %}) for details.
 
 {% include generated/expert_class_loading_section.html %}
 
diff --git a/docs/deployment/config.zh.md b/docs/deployment/config.zh.md
index de0782f..52f11ac 100644
--- a/docs/deployment/config.zh.md
+++ b/docs/deployment/config.zh.md
@@ -293,7 +293,7 @@ See the [Queryable State Docs]({% link 
dev/stream/state/queryable_state.zh.md %}
 
 Flink dynamically loads the code for jobs submitted to a session cluster. In 
addition, Flink tries to hide many dependencies in the classpath from the 
application. This helps to reduce dependency conflicts between the application 
code and the dependencies in the classpath.
 
-Please refer to the [Debugging Classloading Docs]({% link 
monitoring/debugging_classloading.zh.md %}) for details.
+Please refer to the [Debugging Classloading Docs]({% link 
monitoring/debugging/debugging_classloading.zh.md %}) for details.
 
 {% include generated/expert_class_loading_section.html %}
 
diff --git a/docs/dev/event_time.md b/docs/dev/event_time.md
index cb1d1ae..b1068ccc 100644
--- a/docs/dev/event_time.md
+++ b/docs/dev/event_time.md
@@ -49,7 +49,7 @@ exhibits.
 * [Builtin Watermark Generators]({% link dev/event_timestamp_extractors.md %}):
   Gives an overview of the builtin watermark generators.
 * [Debugging Windows & Event Time]({{ site.baseurl
-  }}/monitoring/debugging_event_time.html): Show how to debug problems around
+  }}/monitoring/debugging/debugging_event_time.html): Show how to debug 
problems around
   watermarks and timestamps in event-time Flink applications.
 
 {% top %}
diff --git a/docs/dev/event_time.zh.md b/docs/dev/event_time.zh.md
index a519c66..5161b8a 100644
--- a/docs/dev/event_time.zh.md
+++ b/docs/dev/event_time.zh.md
@@ -79,6 +79,6 @@ 
env.set_stream_time_characteristic(TimeCharacteristic.EventTime)
 
 * [生成 Watermark]({% link dev/event_timestamps_watermarks.zh.md %}):展示如何编写 
Flink 应用程序感知事件时间所必需的时间戳分配器和 watermark 生成器。
 * [内置 Watermark 生成器]({% link dev/event_timestamp_extractors.zh.md %}):概述了 
Flink 框架内置的 watermark 生成器。
-* [调试窗口和事件时间]({% link monitoring/debugging_event_time.zh.md %}):展示如何在含有事件时间语义的 
Flink 应用程序中调试 watermark 和时间戳相关的问题。
+* [调试窗口和事件时间]({% link monitoring/debugging/debugging_event_time.zh.md 
%}):展示如何在含有事件时间语义的 Flink 应用程序中调试 watermark 和时间戳相关的问题。
 
 {% top %}
diff --git a/docs/monitoring/application_profiling.md 
b/docs/monitoring/debugging/application_profiling.md
similarity index 99%
rename from docs/monitoring/application_profiling.md
rename to docs/monitoring/debugging/application_profiling.md
index 0cc1b3c..bf74e3d 100644
--- a/docs/monitoring/application_profiling.md
+++ b/docs/monitoring/debugging/application_profiling.md
@@ -1,7 +1,7 @@
 ---
 title: "Application Profiling & Debugging"
-nav-parent_id: monitoring
-nav-pos: 15
+nav-parent_id: debugging
+nav-pos: 3
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/monitoring/application_profiling.zh.md 
b/docs/monitoring/debugging/application_profiling.zh.md
similarity index 99%
rename from docs/monitoring/application_profiling.zh.md
rename to docs/monitoring/debugging/application_profiling.zh.md
index ac2a218..f8cdf57 100644
--- a/docs/monitoring/application_profiling.zh.md
+++ b/docs/monitoring/debugging/application_profiling.zh.md
@@ -1,7 +1,7 @@
 ---
 title: "应用程序分析"
-nav-parent_id: monitoring
-nav-pos: 15
+nav-parent_id: debugging
+nav-pos: 3
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/monitoring/debugging_classloading.md 
b/docs/monitoring/debugging/debugging_classloading.md
similarity index 99%
rename from docs/monitoring/debugging_classloading.md
rename to docs/monitoring/debugging/debugging_classloading.md
index e399caf..6aa86fe 100644
--- a/docs/monitoring/debugging_classloading.md
+++ b/docs/monitoring/debugging/debugging_classloading.md
@@ -1,7 +1,7 @@
 ---
 title: "Debugging Classloading"
-nav-parent_id: monitoring
-nav-pos: 14
+nav-parent_id: debugging
+nav-pos: 2
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/monitoring/debugging_classloading.zh.md 
b/docs/monitoring/debugging/debugging_classloading.zh.md
similarity index 99%
rename from docs/monitoring/debugging_classloading.zh.md
rename to docs/monitoring/debugging/debugging_classloading.zh.md
index ed21fbe..c71df2f 100644
--- a/docs/monitoring/debugging_classloading.zh.md
+++ b/docs/monitoring/debugging/debugging_classloading.zh.md
@@ -1,7 +1,7 @@
 ---
 title: "调试类加载"
-nav-parent_id: monitoring
-nav-pos: 14
+nav-parent_id: debugging
+nav-pos: 2
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/monitoring/debugging_event_time.md 
b/docs/monitoring/debugging/debugging_event_time.md
similarity index 98%
rename from docs/monitoring/debugging_event_time.md
rename to docs/monitoring/debugging/debugging_event_time.md
index 7eebe02..f81603b 100644
--- a/docs/monitoring/debugging_event_time.md
+++ b/docs/monitoring/debugging/debugging_event_time.md
@@ -1,7 +1,7 @@
 ---
 title: "Debugging Windows & Event Time"
-nav-parent_id: monitoring
-nav-pos: 13
+nav-parent_id: debugging
+nav-pos: 1
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/monitoring/debugging_event_time.zh.md 
b/docs/monitoring/debugging/debugging_event_time.zh.md
similarity index 98%
rename from docs/monitoring/debugging_event_time.zh.md
rename to docs/monitoring/debugging/debugging_event_time.zh.md
index 8a6ebe8..7037f4a 100644
--- a/docs/monitoring/debugging_event_time.zh.md
+++ b/docs/monitoring/debugging/debugging_event_time.zh.md
@@ -1,7 +1,7 @@
 ---
 title: "调试窗口与事件时间"
-nav-parent_id: monitoring
-nav-pos: 13
+nav-parent_id: debugging
+nav-pos: 1
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/monitoring/debugging/index.md 
b/docs/monitoring/debugging/index.md
new file mode 100644
index 0000000..8ddb863
--- /dev/null
+++ b/docs/monitoring/debugging/index.md
@@ -0,0 +1,24 @@
+---
+title: "Debugging"
+nav-id: debugging
+nav-parent_id: monitoring
+nav-pos: 11
+---
+<!--
+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.
+-->
diff --git a/docs/monitoring/debugging/index.zh.md 
b/docs/monitoring/debugging/index.zh.md
new file mode 100644
index 0000000..8ddb863
--- /dev/null
+++ b/docs/monitoring/debugging/index.zh.md
@@ -0,0 +1,24 @@
+---
+title: "Debugging"
+nav-id: debugging
+nav-parent_id: monitoring
+nav-pos: 11
+---
+<!--
+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.
+-->

Reply via email to