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 6ffc73d4f9101e204be2abd66987e174071a61b3
Author: Till Rohrmann <[email protected]>
AuthorDate: Wed Nov 25 11:37:46 2020 +0100

    [FLINK-20342][docs] Change order in ops
    
    1. State
    2. Production readiness checklist
    3. Upgrading Apps
---
 docs/ops/production_ready.md    | 2 +-
 docs/ops/production_ready.zh.md | 2 +-
 docs/ops/state/index.md         | 2 +-
 docs/ops/state/index.zh.md      | 2 +-
 docs/ops/upgrading.md           | 2 +-
 docs/ops/upgrading.zh.md        | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/ops/production_ready.md b/docs/ops/production_ready.md
index 5586e87..c7088a4 100644
--- a/docs/ops/production_ready.md
+++ b/docs/ops/production_ready.md
@@ -1,7 +1,7 @@
 ---
 title: "Production Readiness Checklist"
 nav-parent_id: ops
-nav-pos: 5
+nav-pos: 2
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/ops/production_ready.zh.md b/docs/ops/production_ready.zh.md
index 280eb87..a62158c 100644
--- a/docs/ops/production_ready.zh.md
+++ b/docs/ops/production_ready.zh.md
@@ -1,7 +1,7 @@
 ---
 title: "生产就绪情况核对清单"
 nav-parent_id: ops
-nav-pos: 5
+nav-pos: 2
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/ops/state/index.md b/docs/ops/state/index.md
index 8725f87..c37b2a6 100644
--- a/docs/ops/state/index.md
+++ b/docs/ops/state/index.md
@@ -2,7 +2,7 @@
 nav-title: 'State & Fault Tolerance'
 nav-id: ops_state
 nav-parent_id: ops
-nav-pos: 3
+nav-pos: 1
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/ops/state/index.zh.md b/docs/ops/state/index.zh.md
index 27aab11..181b990 100644
--- a/docs/ops/state/index.zh.md
+++ b/docs/ops/state/index.zh.md
@@ -2,7 +2,7 @@
 nav-title: '状态与容错'
 nav-id: ops_state
 nav-parent_id: ops
-nav-pos: 3
+nav-pos: 1
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/ops/upgrading.md b/docs/ops/upgrading.md
index 871a7bb..aa471da 100644
--- a/docs/ops/upgrading.md
+++ b/docs/ops/upgrading.md
@@ -1,7 +1,7 @@
 ---
 title: "Upgrading Applications and Flink Versions"
 nav-parent_id: ops
-nav-pos: 2
+nav-pos: 3
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/ops/upgrading.zh.md b/docs/ops/upgrading.zh.md
index 4087a52..8ca8708 100644
--- a/docs/ops/upgrading.zh.md
+++ b/docs/ops/upgrading.zh.md
@@ -1,7 +1,7 @@
 ---
 title: "升级应用程序和 Flink 版本"
 nav-parent_id: ops
-nav-pos: 2
+nav-pos: 3
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one

Reply via email to