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

sjwiesman pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 7dfd517  [FLINK-18084][docs] Document the Application Mode
     new 0861d2e  [FLINK-17980][docs] Move project setup into DataStream section
     new b8e8269  [FLINK-17980][docs] Move getting started walkthroughs to Try 
Flink
     new 1208384  [FLINK-17980][docs] Rename Hands-on Training to Learn Flink
     new cdb4f48  [FLINK-17980][docs] Update headings of datastream and table 
walkthroughs
     new 69456c3  [FLINK-17980][docs] Update broken links
     new f14cb74  [FLINK-17980][docs] Add training redirects
     new 38e5144  [FLINK-17980][docs] Update broken links
     new f4ada58  [FLINK-17980][docs] Add training redirects

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/concepts/index.md                             |  13 +-
 docs/concepts/index.zh.md                          |   9 +-
 docs/dev/connectors/elasticsearch.md               |   2 +-
 docs/dev/connectors/elasticsearch.zh.md            |   2 +-
 docs/dev/project-configuration.md                  | 559 +++++++++++++++++++++
 docs/dev/project-configuration.zh.md               | 559 +++++++++++++++++++++
 docs/dev/stream/state/checkpointing.md             |   4 +-
 docs/dev/stream/state/checkpointing.zh.md          |   4 +-
 docs/getting-started/index.md                      |  86 ----
 docs/getting-started/index.zh.md                   |  86 ----
 docs/getting-started/project-setup/dependencies.md | 237 ---------
 .../project-setup/dependencies.zh.md               | 200 --------
 .../project-setup/java_api_quickstart.md           | 375 --------------
 .../project-setup/java_api_quickstart.zh.md        | 360 -------------
 .../project-setup/scala_api_quickstart.md          | 249 ---------
 .../project-setup/scala_api_quickstart.zh.md       | 241 ---------
 docs/getting-started/walkthroughs/index.md         |  25 -
 docs/getting-started/walkthroughs/index.zh.md      |  25 -
 docs/index.md                                      |   6 +-
 docs/index.zh.md                                   |   6 +-
 docs/internals/task_lifecycle.md                   |   2 +-
 docs/internals/task_lifecycle.zh.md                |   2 +-
 docs/{training => learn-flink}/datastream_api.md   |   2 +-
 .../{training => learn-flink}/datastream_api.zh.md |   2 +-
 docs/{training => learn-flink}/etl.md              |   2 +-
 docs/{training => learn-flink}/etl.zh.md           |   2 +-
 docs/{training => learn-flink}/event_driven.md     |   8 +-
 docs/{training => learn-flink}/event_driven.zh.md  |   8 +-
 docs/{training => learn-flink}/fault_tolerance.md  |   6 +-
 .../fault_tolerance.zh.md                          |   6 +-
 docs/{training => learn-flink}/index.md            |   6 +-
 docs/{training => learn-flink}/index.zh.md         |   2 +-
 .../streaming_analytics.md                         |   8 +-
 .../streaming_analytics.zh.md                      |   8 +-
 docs/ops/state/savepoints.md                       |   2 +-
 docs/ops/state/savepoints.zh.md                    |   2 +-
 .../{dependencies.md => datastream-walkthrough.md} |   6 +-
 docs/redirects/dependencies.md                     |   2 +-
 ...endencies.md => flink-operations-playground.md} |   6 +-
 ...ndencies.md => getting-started-dependencies.md} |   6 +-
 .../index.md => redirects/getting-started.md}      |   9 +-
 .../{dependencies.md => java-quickstart.md}        |   6 +-
 ...dependencies.md => python_table_walkthrough.md} |   6 +-
 .../{dependencies.md => scala-quickstart.md}       |   6 +-
 docs/redirects/scala_quickstart.md                 |   2 +-
 .../index.md => redirects/table-walkthrough.md}    |   9 +-
 .../index.zh.md => redirects/training.md}          |   9 +-
 .../walkthroughs => try-flink}/datastream_api.md   |   7 +-
 .../datastream_api.zh.md                           |   7 +-
 .../flink-operations-playground.md                 |   8 +-
 .../flink-operations-playground.zh.md              |   8 +-
 .../project-setup => try-flink}/index.md           |  12 +-
 .../docker-playgrounds => try-flink}/index.zh.md   |  11 +-
 .../walkthroughs => try-flink}/python_table_api.md |   4 +-
 .../python_table_api.zh.md                         |   4 +-
 .../walkthroughs => try-flink}/table_api.md        |   7 +-
 .../walkthroughs => try-flink}/table_api.zh.md     |   7 +-
 57 files changed, 1243 insertions(+), 2015 deletions(-)
 create mode 100644 docs/dev/project-configuration.md
 create mode 100644 docs/dev/project-configuration.zh.md
 delete mode 100644 docs/getting-started/index.md
 delete mode 100644 docs/getting-started/index.zh.md
 delete mode 100644 docs/getting-started/project-setup/dependencies.md
 delete mode 100644 docs/getting-started/project-setup/dependencies.zh.md
 delete mode 100644 docs/getting-started/project-setup/java_api_quickstart.md
 delete mode 100644 docs/getting-started/project-setup/java_api_quickstart.zh.md
 delete mode 100644 docs/getting-started/project-setup/scala_api_quickstart.md
 delete mode 100644 
docs/getting-started/project-setup/scala_api_quickstart.zh.md
 delete mode 100644 docs/getting-started/walkthroughs/index.md
 delete mode 100644 docs/getting-started/walkthroughs/index.zh.md
 rename docs/{training => learn-flink}/datastream_api.md (99%)
 rename docs/{training => learn-flink}/datastream_api.zh.md (99%)
 rename docs/{training => learn-flink}/etl.md (99%)
 rename docs/{training => learn-flink}/etl.zh.md (99%)
 rename docs/{training => learn-flink}/event_driven.md (97%)
 rename docs/{training => learn-flink}/event_driven.zh.md (98%)
 rename docs/{training => learn-flink}/fault_tolerance.md (97%)
 rename docs/{training => learn-flink}/fault_tolerance.zh.md (97%)
 rename docs/{training => learn-flink}/index.md (99%)
 rename docs/{training => learn-flink}/index.zh.md (99%)
 rename docs/{training => learn-flink}/streaming_analytics.md (98%)
 rename docs/{training => learn-flink}/streaming_analytics.zh.md (98%)
 copy docs/redirects/{dependencies.md => datastream-walkthrough.md} (85%)
 copy docs/redirects/{dependencies.md => flink-operations-playground.md} (82%)
 copy docs/redirects/{dependencies.md => getting-started-dependencies.md} (83%)
 copy docs/{getting-started/project-setup/index.md => 
redirects/getting-started.md} (87%)
 copy docs/redirects/{dependencies.md => java-quickstart.md} (85%)
 copy docs/redirects/{dependencies.md => python_table_walkthrough.md} (85%)
 copy docs/redirects/{dependencies.md => scala-quickstart.md} (85%)
 rename docs/{getting-started/docker-playgrounds/index.md => 
redirects/table-walkthrough.md} (85%)
 rename docs/{getting-started/project-setup/index.zh.md => 
redirects/training.md} (86%)
 rename docs/{getting-started/walkthroughs => try-flink}/datastream_api.md (99%)
 rename docs/{getting-started/walkthroughs => try-flink}/datastream_api.zh.md 
(99%)
 rename docs/{getting-started/docker-playgrounds => 
try-flink}/flink-operations-playground.md (99%)
 rename docs/{getting-started/docker-playgrounds => 
try-flink}/flink-operations-playground.zh.md (99%)
 rename docs/{getting-started/project-setup => try-flink}/index.md (81%)
 rename docs/{getting-started/docker-playgrounds => try-flink}/index.zh.md (81%)
 rename docs/{getting-started/walkthroughs => try-flink}/python_table_api.md 
(99%)
 rename docs/{getting-started/walkthroughs => try-flink}/python_table_api.zh.md 
(99%)
 rename docs/{getting-started/walkthroughs => try-flink}/table_api.md (99%)
 rename docs/{getting-started/walkthroughs => try-flink}/table_api.zh.md (99%)

Reply via email to