From 09d9e8df14a572a2ff541493681b3a48f34a5e33 Mon Sep 17 00:00:00 2001 From: "Russell R. Rutledge" Date: Thu, 10 Sep 2020 06:42:48 -0700 Subject: [PATCH 1/3] Host translated learning path articles on innersourcecommons.org * Adjust learning path layout to account for translated articles * Adding auto-generated files for translated articles --- _layouts/learning-path-page.html | 4 ++-- resources/learningpath/contributor/02.md | 7 +++++-- resources/learningpath/contributor/03.md | 9 ++++++--- resources/learningpath/contributor/04.md | 9 ++++++--- resources/learningpath/contributor/05.md | 9 ++++++--- resources/learningpath/contributor/06.md | 7 +++++-- resources/learningpath/contributor/index.md | 7 +++++-- resources/learningpath/contributor/ja/index.md | 12 ++++++++++++ resources/learningpath/contributor/workbook.md | 6 ++++-- resources/learningpath/contributor/zh/02.md | 12 ++++++++++++ resources/learningpath/contributor/zh/03.md | 12 ++++++++++++ resources/learningpath/contributor/zh/04.md | 12 ++++++++++++ resources/learningpath/contributor/zh/05.md | 12 ++++++++++++ resources/learningpath/contributor/zh/06.md | 12 ++++++++++++ resources/learningpath/contributor/zh/index.md | 12 ++++++++++++ resources/learningpath/index.md | 16 ++++++++++++++-- resources/learningpath/introduction/02.md | 9 ++++++--- resources/learningpath/introduction/03.md | 7 +++++-- resources/learningpath/introduction/04.md | 7 +++++-- resources/learningpath/introduction/05.md | 9 ++++++--- resources/learningpath/introduction/06.md | 7 +++++-- resources/learningpath/introduction/de/02.md | 12 ++++++++++++ resources/learningpath/introduction/de/03.md | 12 ++++++++++++ resources/learningpath/introduction/de/04.md | 12 ++++++++++++ resources/learningpath/introduction/de/05.md | 12 ++++++++++++ resources/learningpath/introduction/de/06.md | 12 ++++++++++++ resources/learningpath/introduction/de/index.md | 12 ++++++++++++ resources/learningpath/introduction/index.md | 7 +++++-- resources/learningpath/introduction/ja/02.md | 12 ++++++++++++ resources/learningpath/introduction/ja/03.md | 12 ++++++++++++ resources/learningpath/introduction/ja/04.md | 12 ++++++++++++ resources/learningpath/introduction/ja/05.md | 12 ++++++++++++ resources/learningpath/introduction/ja/06.md | 12 ++++++++++++ resources/learningpath/introduction/ja/index.md | 12 ++++++++++++ resources/learningpath/introduction/workbook.md | 6 ++++-- resources/learningpath/introduction/zh/02.md | 12 ++++++++++++ resources/learningpath/introduction/zh/03.md | 12 ++++++++++++ resources/learningpath/introduction/zh/04.md | 12 ++++++++++++ resources/learningpath/introduction/zh/05.md | 12 ++++++++++++ resources/learningpath/introduction/zh/06.md | 12 ++++++++++++ resources/learningpath/introduction/zh/index.md | 12 ++++++++++++ resources/learningpath/product-owner/02.md | 8 +++++--- resources/learningpath/product-owner/03.md | 7 ++++++- resources/learningpath/product-owner/04.md | 6 +++++- resources/learningpath/product-owner/05.md | 6 +++++- resources/learningpath/product-owner/06.md | 6 +++++- resources/learningpath/product-owner/index.md | 6 +++++- resources/learningpath/product-owner/workbook.md | 6 ++++-- resources/learningpath/trusted-committer/02.md | 7 +++++-- resources/learningpath/trusted-committer/03.md | 7 +++++-- resources/learningpath/trusted-committer/04.md | 9 ++++++--- resources/learningpath/trusted-committer/05.md | 7 +++++-- resources/learningpath/trusted-committer/06.md | 9 ++++++--- resources/learningpath/trusted-committer/07.md | 7 +++++-- resources/learningpath/trusted-committer/08.md | 7 +++++-- .../learningpath/trusted-committer/de/02.md | 12 ++++++++++++ .../learningpath/trusted-committer/de/03.md | 13 +++++++++++++ .../learningpath/trusted-committer/de/index.md | 12 ++++++++++++ .../learningpath/trusted-committer/index.md | 9 ++++++--- .../learningpath/trusted-committer/workbook.md | 6 ++++-- .../learningpath/trusted-committer/zh/02.md | 12 ++++++++++++ .../learningpath/trusted-committer/zh/03.md | 12 ++++++++++++ .../learningpath/trusted-committer/zh/04.md | 12 ++++++++++++ .../learningpath/trusted-committer/zh/05.md | 12 ++++++++++++ .../learningpath/trusted-committer/zh/06.md | 12 ++++++++++++ .../learningpath/trusted-committer/zh/07.md | 12 ++++++++++++ .../learningpath/trusted-committer/zh/08.md | 12 ++++++++++++ .../learningpath/trusted-committer/zh/index.md | 12 ++++++++++++ 68 files changed, 604 insertions(+), 68 deletions(-) create mode 100644 resources/learningpath/contributor/ja/index.md create mode 100644 resources/learningpath/contributor/zh/02.md create mode 100644 resources/learningpath/contributor/zh/03.md create mode 100644 resources/learningpath/contributor/zh/04.md create mode 100644 resources/learningpath/contributor/zh/05.md create mode 100644 resources/learningpath/contributor/zh/06.md create mode 100644 resources/learningpath/contributor/zh/index.md create mode 100644 resources/learningpath/introduction/de/02.md create mode 100644 resources/learningpath/introduction/de/03.md create mode 100644 resources/learningpath/introduction/de/04.md create mode 100644 resources/learningpath/introduction/de/05.md create mode 100644 resources/learningpath/introduction/de/06.md create mode 100644 resources/learningpath/introduction/de/index.md create mode 100644 resources/learningpath/introduction/ja/02.md create mode 100644 resources/learningpath/introduction/ja/03.md create mode 100644 resources/learningpath/introduction/ja/04.md create mode 100644 resources/learningpath/introduction/ja/05.md create mode 100644 resources/learningpath/introduction/ja/06.md create mode 100644 resources/learningpath/introduction/ja/index.md create mode 100644 resources/learningpath/introduction/zh/02.md create mode 100644 resources/learningpath/introduction/zh/03.md create mode 100644 resources/learningpath/introduction/zh/04.md create mode 100644 resources/learningpath/introduction/zh/05.md create mode 100644 resources/learningpath/introduction/zh/06.md create mode 100644 resources/learningpath/introduction/zh/index.md create mode 100644 resources/learningpath/trusted-committer/de/02.md create mode 100644 resources/learningpath/trusted-committer/de/03.md create mode 100644 resources/learningpath/trusted-committer/de/index.md create mode 100644 resources/learningpath/trusted-committer/zh/02.md create mode 100644 resources/learningpath/trusted-committer/zh/03.md create mode 100644 resources/learningpath/trusted-committer/zh/04.md create mode 100644 resources/learningpath/trusted-committer/zh/05.md create mode 100644 resources/learningpath/trusted-committer/zh/06.md create mode 100644 resources/learningpath/trusted-committer/zh/07.md create mode 100644 resources/learningpath/trusted-committer/zh/08.md create mode 100644 resources/learningpath/trusted-committer/zh/index.md diff --git a/_layouts/learning-path-page.html b/_layouts/learning-path-page.html index 36547f08..0edf59a0 100644 --- a/_layouts/learning-path-page.html +++ b/_layouts/learning-path-page.html @@ -2,7 +2,7 @@ layout: page --- -{% assign siblings = site.pages | where: "learning_path_group", page.learning_path_group | sort: "learning_path_position" %} +{% assign siblings = site.pages | where: "learning_path_group", page.learning_path_group | where: "learning_path_translation", page.learning_path_translation | sort: "learning_path_position" %}

Back to Learning Path homepage

@@ -65,7 +65,7 @@