Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Host translated learning path articles on innersourcecommons.org #206

Merged
merged 3 commits into from
Sep 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _layouts/learning-path-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}

<p><a href="/resources/learningpath/">Back to Learning Path homepage</a></p>

Expand Down Expand Up @@ -65,7 +65,7 @@
<p id="learningPathArticle"></p>

<script>
fetch('https://raw.githubusercontent.com/InnerSourceCommons/InnerSourceLearningPath/master/{{ page.learning_path_article }}.asciidoc')
fetch('https://raw.githubusercontent.com/InnerSourceCommons/InnerSourceLearningPath/master/{{ page.learning_path_article }}')
.then((response) => {
return response.text()
})
Expand Down
7 changes: 5 additions & 2 deletions resources/learningpath/contributor/02.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: 'Learning Path - Contributor - Becoming an InnerSource Contributor'
learning_path_article: 'contributor/02-becoming-a-contributor-article'
title: Learning Path - Contributor - Becoming an InnerSource Contributor
learning_path_article: contributor/02-becoming-a-contributor-article.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 02 - Becoming an InnerSource Contributor
learning_path_position: 2
learning_path_translation: ""
no_video: false
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
9 changes: 6 additions & 3 deletions resources/learningpath/contributor/03.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: 'Learning Path - Contributor - The Contributor Ethos'
learning_path_article: 'contributor/03-contributor-ethos-article'
title: Learning Path - Contributor - Contributor Ethos
learning_path_article: contributor/03-contributor-ethos-article.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 03 - The Contributor Ethos
learning_path_menu_title: 03 - Contributor Ethos
learning_path_position: 3
learning_path_translation: ""
no_video: false
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
9 changes: 6 additions & 3 deletions resources/learningpath/contributor/04.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: 'Learning Path - Contributor - Mechanics of Contributing'
learning_path_article: 'contributor/04-mechanics-of-contributing-article'
title: Learning Path - Contributor - Mechanics of contributing
learning_path_article: contributor/04-mechanics-of-contributing-article.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 04 - Mechanics of Contributing
learning_path_menu_title: 04 - Mechanics of contributing
learning_path_position: 4
learning_path_translation: ""
no_video: false
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
9 changes: 6 additions & 3 deletions resources/learningpath/contributor/05.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: 'Learning Path - Contributor - Benefits of Contribution'
learning_path_article: 'contributor/05-benefits-of-contribution-article'
title: Learning Path - Contributor - Benefits of becoming an InnerSource Contributor
learning_path_article: contributor/05-benefits-of-contribution-article.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 05 - Benefits of Contribution
learning_path_menu_title: 05 - Benefits of becoming an InnerSource Contributor
learning_path_position: 5
learning_path_translation: ""
no_video: false
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
7 changes: 5 additions & 2 deletions resources/learningpath/contributor/06.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: 'Learning Path - Contributor - Conclusion'
learning_path_article: 'contributor/06-conclusion-article'
title: Learning Path - Contributor - Conclusion
learning_path_article: contributor/06-conclusion-article.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 06 - Conclusion
learning_path_position: 6
learning_path_translation: ""
no_video: false
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
7 changes: 5 additions & 2 deletions resources/learningpath/contributor/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: 'Learning Path - Contributor - Introduction'
learning_path_article: 'contributor/01-introduction-article'
title: Learning Path - Contributor - Introduction
learning_path_article: contributor/01-introduction-article.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 01 - Introduction
learning_path_position: 1
learning_path_translation: ""
no_video: false
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
12 changes: 12 additions & 0 deletions resources/learningpath/contributor/ja/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: Learning Path - Contributor - はじめに
learning_path_article: contributor/ja/01-introduction-article-ja.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 01 - はじめに
learning_path_position: 1
learning_path_translation: ja
no_video: true
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
6 changes: 4 additions & 2 deletions resources/learningpath/contributor/workbook.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: 'Learning Path - Contributor - Workbook'
learning_path_article: 'workbook/04-contributor'
title: Learning Path - Contributor - Workbook
learning_path_article: workbook/04-contributor.asciidoc
learning_path_group: Contributor
learning_path_menu_title: Contributor Workbook
learning_path_position: 7
learning_path_translation: ""
no_video: true
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
12 changes: 12 additions & 0 deletions resources/learningpath/contributor/zh/02.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: Learning Path - Contributor - 成为一名 InnerSource 贡献者(Contributor )
learning_path_article: contributor/zh/02-becoming-a-contributor-zh.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 02 - 成为一名 InnerSource 贡献者(Contributor )
learning_path_position: 2
learning_path_translation: zh
no_video: true
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
12 changes: 12 additions & 0 deletions resources/learningpath/contributor/zh/03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: Learning Path - Contributor - 贡献者精神
learning_path_article: contributor/zh/03-contributor-ethos-zh.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 03 - 贡献者精神
learning_path_position: 3
learning_path_translation: zh
no_video: true
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
12 changes: 12 additions & 0 deletions resources/learningpath/contributor/zh/04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: Learning Path - Contributor - 贡献机制
learning_path_article: contributor/zh/04-mechanics-of-contributing-zh.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 04 - 贡献机制
learning_path_position: 4
learning_path_translation: zh
no_video: true
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
12 changes: 12 additions & 0 deletions resources/learningpath/contributor/zh/05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: Learning Path - Contributor - 成为InnerSource贡献者(Contributor)的好处
learning_path_article: contributor/zh/05-benefits-of-contribution-zh.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 05 - 成为InnerSource贡献者(Contributor)的好处
learning_path_position: 5
learning_path_translation: zh
no_video: true
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
12 changes: 12 additions & 0 deletions resources/learningpath/contributor/zh/06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: Learning Path - Contributor - 结论
learning_path_article: contributor/zh/06-conclusion-zh.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 06 - 结论
learning_path_position: 6
learning_path_translation: zh
no_video: true
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
12 changes: 12 additions & 0 deletions resources/learningpath/contributor/zh/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: Learning Path - Contributor - 介绍
learning_path_article: contributor/zh/01-introduction-zh.asciidoc
learning_path_group: Contributor
learning_path_menu_title: 01 - 介绍
learning_path_position: 1
learning_path_translation: zh
no_video: true
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
16 changes: 14 additions & 2 deletions resources/learningpath/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,36 @@ We hope they help you on your journey to InnerSource!

The InnerSource Learning Path covers the following sections:

### [Introduction]
### [Introduction]

<img src="/assets/img/LP_thumbnail_introduction.jpg" alt="Learning Path Introduction Thumbnail" width="200"/>

Check out the Introduction to learn about the types of problems where InnerSource can help, how to do it, the types of benefits you can expect to see by participating, and the underlying principles that make it all work.

View in [English][Introduction], [German][German Introduction], [日本語 (Japanese)][Japanese Introduction], or [中文 (Chinese)][Chinese Introduction]

### [Trusted Committer]

<img src="/assets/img/LP_thumbnail_trustedcommitter.jpg" alt="Learning Path Trusted Committer Thumbnail" width="200"/>

Visit this section to get an introduction to the crucial role of Trusted Committer, essential for a strong InnerSource implementation in any company. Learn about what it takes to fill the role and what the path towards being a Trusted Committer looks like.

View in [English][Trusted Committer], [German][German Trusted Committer], or [中文 (Chinese)][Chinese Trusted Committer]

### [Contributor]

<img src="/assets/img/LP_thumbnail_contributor.jpg" alt="Learning Path Contributor Thumbnail" width="200"/>

The Contributor section covers what it means to be an InnerSource Contributor, the aspects of behaviour that will make you a successful Contributor, contribution mechanics and the benefits of InnerSource for your team and organization.

View in [English][Contributor], [日本語 (Japanese)][Japanese Contributor] or [中文 (Chinese)][Chinese Contributor]

### [Product Owner]

<img src="/assets/img/LP_thumbnail_productowner.jpg" alt="Learning Path Product Owner Thumbnail" width="200"/>

This section is for Product Owners or Program Managers and covers the basic InnerSource techniques that will save countless management and developer hours.


The videos are becoming available on our YouTube channel: [YouTubeChannel]

## Contribute to the InnerSource Learning Paths!
Expand All @@ -51,3 +56,10 @@ If you would like to get involved with the Learning Path work at InnerSource Com
[Trusted Committer]: ./trusted-committer
[Contributor]: ./contributor
[YouTubeChannel]: https://www.youtube.com/channel/UCoSPSd6Or4F_vpjo4SmyoEA
[German Introduction]: ./introduction/de
[Japanese Introduction]: ./introduction/ja
[Chinese Introduction]: ./introduction/zh
[German Trusted Committer]: ./trusted-committer/de
[Chinese Trusted Committer]: ./trusted-committer/zh
[Japanese Contributor]: ./contributor/ja
[Chinese Contributor]: ./contributor/zh
9 changes: 6 additions & 3 deletions resources/learningpath/introduction/02.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: 'Learning Path - Introduction - What problems does InnerSource solve'
learning_path_article: 'introduction/02-problems-solved'
title: Learning Path - Introduction - What problems does InnerSource solve?
learning_path_article: introduction/02-problems-solved.asciidoc
learning_path_group: Introduction
learning_path_menu_title: 02 - What problems does InnerSource solve
learning_path_menu_title: 02 - What problems does InnerSource solve?
learning_path_position: 2
learning_path_translation: ""
no_video: false
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
7 changes: 5 additions & 2 deletions resources/learningpath/introduction/03.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: 'Learning Path - Introduction - How does InnerSource work?'
learning_path_article: 'introduction/03-how-works'
title: Learning Path - Introduction - How does InnerSource work?
learning_path_article: introduction/03-how-works.asciidoc
learning_path_group: Introduction
learning_path_menu_title: 03 - How does InnerSource work?
learning_path_position: 3
learning_path_translation: ""
no_video: false
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
7 changes: 5 additions & 2 deletions resources/learningpath/introduction/04.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: 'Learning Path - Introduction - What are the benefits of InnerSource?'
learning_path_article: 'introduction/04-benefits'
title: Learning Path - Introduction - What are the benefits of InnerSource?
learning_path_article: introduction/04-benefits.asciidoc
learning_path_group: Introduction
learning_path_menu_title: 04 - What are the benefits of InnerSource?
learning_path_position: 4
learning_path_translation: ""
no_video: false
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
9 changes: 6 additions & 3 deletions resources/learningpath/introduction/05.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: 'Learning Path - Introduction - Principles of InnerSource'
learning_path_article: 'introduction/05-principles'
title: Learning Path - Introduction - InnerSource principles
learning_path_article: introduction/05-principles.asciidoc
learning_path_group: Introduction
learning_path_menu_title: 05 - Principles of InnerSource
learning_path_menu_title: 05 - InnerSource principles
learning_path_position: 5
learning_path_translation: ""
no_video: false
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
7 changes: 5 additions & 2 deletions resources/learningpath/introduction/06.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: 'Learning Path - Introduction - Conclusion'
learning_path_article: 'introduction/06-conclusion'
title: Learning Path - Introduction - Conclusion
learning_path_article: introduction/06-conclusion.asciidoc
learning_path_group: Introduction
learning_path_menu_title: 06 - Conclusion
learning_path_position: 6
learning_path_translation: ""
no_video: false
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
12 changes: 12 additions & 0 deletions resources/learningpath/introduction/de/02.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: Learning Path - Introduction - Welche Probleme löst InnerSource?
learning_path_article: introduction/de/02-problems-solved-de.asciidoc
learning_path_group: Introduction
learning_path_menu_title: 02 - Welche Probleme löst InnerSource?
learning_path_position: 2
learning_path_translation: de
no_video: true
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
12 changes: 12 additions & 0 deletions resources/learningpath/introduction/de/03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: learning-path-page
show_meta: false
title: Learning Path - Introduction - Wie funktioniert InnerSource?
learning_path_article: introduction/de/03-how-works-de.asciidoc
learning_path_group: Introduction
learning_path_menu_title: 03 - Wie funktioniert InnerSource?
learning_path_position: 3
learning_path_translation: de
no_video: true
---
<!--- This file autogenerated from https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/master/scripts/generate_learning_path_markdown.js -->
Loading