This is an automated email from the ASF dual-hosted git repository.
nkruber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new e377bf6 [FLINK-12639] [docs] add "getting started" section to
documentation to expand in FLIP-42
e377bf6 is described below
commit e377bf669cb8a12fe9eec241236421698198ea1e
Author: Konstantin Knauf <[email protected]>
AuthorDate: Tue Jun 25 13:59:43 2019 +0200
[FLINK-12639] [docs] add "getting started" section to documentation to
expand in FLIP-42
---
docs/concepts/index.md | 3 +--
docs/concepts/index.zh.md | 3 +--
docs/{ => getting-started}/examples/index.md | 4 ++--
docs/{ => getting-started}/examples/index.zh.md | 4 ++--
docs/{tutorials => getting-started}/index.md | 9 +++++----
docs/{tutorials => getting-started}/index.zh.md | 9 +++++----
docs/{ => getting-started}/tutorials/api_tutorials.md | 0
docs/{ => getting-started}/tutorials/api_tutorials.zh.md | 0
docs/{ => getting-started}/tutorials/datastream_api.md | 0
docs/{ => getting-started}/tutorials/datastream_api.zh.md | 0
docs/{ => getting-started}/tutorials/flink_on_windows.md | 0
docs/{ => getting-started}/tutorials/flink_on_windows.zh.md | 0
docs/{ => getting-started}/tutorials/index.md | 4 ++--
docs/{ => getting-started}/tutorials/index.zh.md | 4 ++--
docs/{ => getting-started}/tutorials/local_setup.md | 0
docs/{ => getting-started}/tutorials/local_setup.zh.md | 0
docs/{ => getting-started}/tutorials/setup_instructions.md | 0
docs/{ => getting-started}/tutorials/setup_instructions.zh.md | 0
18 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/docs/concepts/index.md b/docs/concepts/index.md
index 25565e8..0c59f04 100644
--- a/docs/concepts/index.md
+++ b/docs/concepts/index.md
@@ -1,10 +1,9 @@
---
title: Concepts
nav-id: concepts
-nav-pos: 1
+nav-pos: 2
nav-title: '<i class="fa fa-map-o title appetizer" aria-hidden="true"></i>
Concepts'
nav-parent_id: root
-section-break: true
layout: redirect
redirect: /concepts/programming-model.html
permalink: /concepts/index.html
diff --git a/docs/concepts/index.zh.md b/docs/concepts/index.zh.md
index c3af98f..e3dfcc0 100644
--- a/docs/concepts/index.zh.md
+++ b/docs/concepts/index.zh.md
@@ -1,10 +1,9 @@
---
title: 概念
nav-id: concepts
-nav-pos: 1
+nav-pos: 2
nav-title: '<i class="fa fa-map-o title appetizer" aria-hidden="true"></i> 概念'
nav-parent_id: root
-section-break: true
layout: redirect
redirect: /concepts/programming-model.html
permalink: /concepts/index.html
diff --git a/docs/examples/index.md b/docs/getting-started/examples/index.md
similarity index 98%
rename from docs/examples/index.md
rename to docs/getting-started/examples/index.md
index cd0b21d..6810bbd 100644
--- a/docs/examples/index.md
+++ b/docs/getting-started/examples/index.md
@@ -2,8 +2,8 @@
title: Examples
nav-id: examples
nav-title: '<i class="fa fa-file-code-o title appetizer"
aria-hidden="true"></i> Examples'
-nav-parent_id: root
-nav-pos: 3
+nav-parent_id: getting-started
+nav-pos: 2
nav-show_overview: true
---
<!--
diff --git a/docs/examples/index.zh.md
b/docs/getting-started/examples/index.zh.md
similarity index 98%
rename from docs/examples/index.zh.md
rename to docs/getting-started/examples/index.zh.md
index e4cd0b9..3bca74a 100644
--- a/docs/examples/index.zh.md
+++ b/docs/getting-started/examples/index.zh.md
@@ -2,8 +2,8 @@
title: 示例
nav-id: examples
nav-title: '<i class="fa fa-file-code-o title appetizer"
aria-hidden="true"></i> 示例'
-nav-parent_id: root
-nav-pos: 3
+nav-parent_id: getting-started
+nav-pos: 2
nav-show_overview: true
---
<!--
diff --git a/docs/tutorials/index.md b/docs/getting-started/index.md
similarity index 82%
copy from docs/tutorials/index.md
copy to docs/getting-started/index.md
index f7669ac..bd80898 100644
--- a/docs/tutorials/index.md
+++ b/docs/getting-started/index.md
@@ -1,9 +1,10 @@
---
-title: "Tutorials"
-nav-id: tutorials
-nav-title: '<i class="fa fa-power-off title appetizer" aria-hidden="true"></i>
Tutorials'
+title: "Getting Started"
+nav-id: getting-started
+nav-title: '<i class="fa fa-rocket title appetizer" aria-hidden="true"></i>
Getting Started'
nav-parent_id: root
-nav-pos: 2
+section-break: true
+nav-pos: 1
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/tutorials/index.zh.md b/docs/getting-started/index.zh.md
similarity index 82%
copy from docs/tutorials/index.zh.md
copy to docs/getting-started/index.zh.md
index 2bb69a7..bd80898 100644
--- a/docs/tutorials/index.zh.md
+++ b/docs/getting-started/index.zh.md
@@ -1,9 +1,10 @@
---
-title: "教程"
-nav-id: tutorials
-nav-title: '<i class="fa fa-power-off title appetizer" aria-hidden="true"></i>
教程'
+title: "Getting Started"
+nav-id: getting-started
+nav-title: '<i class="fa fa-rocket title appetizer" aria-hidden="true"></i>
Getting Started'
nav-parent_id: root
-nav-pos: 2
+section-break: true
+nav-pos: 1
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/tutorials/api_tutorials.md
b/docs/getting-started/tutorials/api_tutorials.md
similarity index 100%
rename from docs/tutorials/api_tutorials.md
rename to docs/getting-started/tutorials/api_tutorials.md
diff --git a/docs/tutorials/api_tutorials.zh.md
b/docs/getting-started/tutorials/api_tutorials.zh.md
similarity index 100%
rename from docs/tutorials/api_tutorials.zh.md
rename to docs/getting-started/tutorials/api_tutorials.zh.md
diff --git a/docs/tutorials/datastream_api.md
b/docs/getting-started/tutorials/datastream_api.md
similarity index 100%
rename from docs/tutorials/datastream_api.md
rename to docs/getting-started/tutorials/datastream_api.md
diff --git a/docs/tutorials/datastream_api.zh.md
b/docs/getting-started/tutorials/datastream_api.zh.md
similarity index 100%
rename from docs/tutorials/datastream_api.zh.md
rename to docs/getting-started/tutorials/datastream_api.zh.md
diff --git a/docs/tutorials/flink_on_windows.md
b/docs/getting-started/tutorials/flink_on_windows.md
similarity index 100%
rename from docs/tutorials/flink_on_windows.md
rename to docs/getting-started/tutorials/flink_on_windows.md
diff --git a/docs/tutorials/flink_on_windows.zh.md
b/docs/getting-started/tutorials/flink_on_windows.zh.md
similarity index 100%
rename from docs/tutorials/flink_on_windows.zh.md
rename to docs/getting-started/tutorials/flink_on_windows.zh.md
diff --git a/docs/tutorials/index.md b/docs/getting-started/tutorials/index.md
similarity index 95%
rename from docs/tutorials/index.md
rename to docs/getting-started/tutorials/index.md
index f7669ac..9b0c8f4 100644
--- a/docs/tutorials/index.md
+++ b/docs/getting-started/tutorials/index.md
@@ -2,8 +2,8 @@
title: "Tutorials"
nav-id: tutorials
nav-title: '<i class="fa fa-power-off title appetizer" aria-hidden="true"></i>
Tutorials'
-nav-parent_id: root
-nav-pos: 2
+nav-parent_id: getting-started
+nav-pos: 1
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/tutorials/index.zh.md
b/docs/getting-started/tutorials/index.zh.md
similarity index 95%
rename from docs/tutorials/index.zh.md
rename to docs/getting-started/tutorials/index.zh.md
index 2bb69a7..540a6c4 100644
--- a/docs/tutorials/index.zh.md
+++ b/docs/getting-started/tutorials/index.zh.md
@@ -2,8 +2,8 @@
title: "教程"
nav-id: tutorials
nav-title: '<i class="fa fa-power-off title appetizer" aria-hidden="true"></i>
教程'
-nav-parent_id: root
-nav-pos: 2
+nav-parent_id: getting-started
+nav-pos: 1
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/tutorials/local_setup.md
b/docs/getting-started/tutorials/local_setup.md
similarity index 100%
rename from docs/tutorials/local_setup.md
rename to docs/getting-started/tutorials/local_setup.md
diff --git a/docs/tutorials/local_setup.zh.md
b/docs/getting-started/tutorials/local_setup.zh.md
similarity index 100%
rename from docs/tutorials/local_setup.zh.md
rename to docs/getting-started/tutorials/local_setup.zh.md
diff --git a/docs/tutorials/setup_instructions.md
b/docs/getting-started/tutorials/setup_instructions.md
similarity index 100%
rename from docs/tutorials/setup_instructions.md
rename to docs/getting-started/tutorials/setup_instructions.md
diff --git a/docs/tutorials/setup_instructions.zh.md
b/docs/getting-started/tutorials/setup_instructions.zh.md
similarity index 100%
rename from docs/tutorials/setup_instructions.zh.md
rename to docs/getting-started/tutorials/setup_instructions.zh.md