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 4ce1930d5cfd752a8060ecbe6b54c0924f7f82ab Author: Till Rohrmann <[email protected]> AuthorDate: Wed Nov 25 11:09:04 2020 +0100 [FLINK-20342][docs] Move repls from ops to deployment --- docs/{redirects/scala_shell.md => deployment/repls/index.md} | 8 ++++---- docs/{redirects/scala_shell.md => deployment/repls/index.zh.md} | 8 ++++---- docs/{ops => deployment/repls}/python_shell.md | 2 +- docs/{ops => deployment/repls}/python_shell.zh.md | 2 +- docs/{ops => deployment/repls}/scala_shell.md | 2 +- docs/{ops => deployment/repls}/scala_shell.zh.md | 2 +- docs/redirects/python_shell.md | 2 +- docs/redirects/scala_shell.md | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/redirects/scala_shell.md b/docs/deployment/repls/index.md similarity index 88% copy from docs/redirects/scala_shell.md copy to docs/deployment/repls/index.md index 8caa7da..af5c4b4 100644 --- a/docs/redirects/scala_shell.md +++ b/docs/deployment/repls/index.md @@ -1,8 +1,8 @@ --- -title: "Scala Shell" -layout: redirect -redirect: /ops/scala_shell.html -permalink: /apis/scala_shell.html +title: "REPLs" +nav-id: repls +nav-parent_id: deployment +nav-pos: 11 --- <!-- Licensed to the Apache Software Foundation (ASF) under one diff --git a/docs/redirects/scala_shell.md b/docs/deployment/repls/index.zh.md similarity index 88% copy from docs/redirects/scala_shell.md copy to docs/deployment/repls/index.zh.md index 8caa7da..af5c4b4 100644 --- a/docs/redirects/scala_shell.md +++ b/docs/deployment/repls/index.zh.md @@ -1,8 +1,8 @@ --- -title: "Scala Shell" -layout: redirect -redirect: /ops/scala_shell.html -permalink: /apis/scala_shell.html +title: "REPLs" +nav-id: repls +nav-parent_id: deployment +nav-pos: 11 --- <!-- Licensed to the Apache Software Foundation (ASF) under one diff --git a/docs/ops/python_shell.md b/docs/deployment/repls/python_shell.md similarity index 99% rename from docs/ops/python_shell.md rename to docs/deployment/repls/python_shell.md index 939cceb..ffabdd1 100644 --- a/docs/ops/python_shell.md +++ b/docs/deployment/repls/python_shell.md @@ -1,6 +1,6 @@ --- title: "Python REPL" -nav-parent_id: ops +nav-parent_id: repls nav-pos: 6 --- <!-- diff --git a/docs/ops/python_shell.zh.md b/docs/deployment/repls/python_shell.zh.md similarity index 99% rename from docs/ops/python_shell.zh.md rename to docs/deployment/repls/python_shell.zh.md index 43e0eb6..929a88c 100644 --- a/docs/ops/python_shell.zh.md +++ b/docs/deployment/repls/python_shell.zh.md @@ -1,6 +1,6 @@ --- title: "Python REPL" -nav-parent_id: ops +nav-parent_id: repls nav-pos: 6 --- <!-- diff --git a/docs/ops/scala_shell.md b/docs/deployment/repls/scala_shell.md similarity index 99% rename from docs/ops/scala_shell.md rename to docs/deployment/repls/scala_shell.md index ab1cf60..aae8997 100644 --- a/docs/ops/scala_shell.md +++ b/docs/deployment/repls/scala_shell.md @@ -1,6 +1,6 @@ --- title: "Scala REPL" -nav-parent_id: ops +nav-parent_id: repls nav-pos: 7 --- <!-- diff --git a/docs/ops/scala_shell.zh.md b/docs/deployment/repls/scala_shell.zh.md similarity index 99% rename from docs/ops/scala_shell.zh.md rename to docs/deployment/repls/scala_shell.zh.md index ab1cf60..aae8997 100644 --- a/docs/ops/scala_shell.zh.md +++ b/docs/deployment/repls/scala_shell.zh.md @@ -1,6 +1,6 @@ --- title: "Scala REPL" -nav-parent_id: ops +nav-parent_id: repls nav-pos: 7 --- <!-- diff --git a/docs/redirects/python_shell.md b/docs/redirects/python_shell.md index 925a630..5886623 100644 --- a/docs/redirects/python_shell.md +++ b/docs/redirects/python_shell.md @@ -1,7 +1,7 @@ --- title: "Python Shell" layout: redirect -redirect: /ops/python_shell.html +redirect: /deployment/repls/python_shell.html permalink: /apis/python_shell.html --- <!-- diff --git a/docs/redirects/scala_shell.md b/docs/redirects/scala_shell.md index 8caa7da..3ce01e5 100644 --- a/docs/redirects/scala_shell.md +++ b/docs/redirects/scala_shell.md @@ -1,7 +1,7 @@ --- title: "Scala Shell" layout: redirect -redirect: /ops/scala_shell.html +redirect: /deployment/repls/scala_shell.html permalink: /apis/scala_shell.html --- <!--
