Skip to content

Commit 064d386

Browse files
authored
Merge pull request #22 from DevTKSS/docs/bilingual-updates-and-readme-improvements
docs: Update bilingual documentation and sample ReadMe files
2 parents db7ba5a + c881b1f commit 064d386

File tree

10 files changed

+128
-95
lines changed

10 files changed

+128
-95
lines changed

README.md

Lines changed: 97 additions & 88 deletions
Large diffs are not rendered by default.
543 KB
Loading
17.2 KB
Loading

docs/articles/de/Introduction-de.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,21 @@ Hier ein schneller Überblick über die enthaltenen Samples. Detaillierte Infos
2929

3030
### XamlNavigationApp (Mvux)
3131

32-
- [NavigationView in MVUX oder MVVM + XAML](xref:DevTKSS.Uno.ExtensionsNavigation.Overview.de)
32+
- [NavigationView in MVUX oder MVVM + XAML - Übersicht](xref:DevTKSS.Uno.ExtensionsNavigation.Overview.de) - [Showcase Video ansehen auf Youtube](https://youtu.be/vVvnK02r2ug)
33+
- [Definieren des UI mit einer NavigationView](xref:DevTKSS.Uno.ExtensionsNavigation.HowTo-Defining-UI.de) - [Tutorial ansehen auf Youtube](https://youtu.be/knt2oOjHH30)
34+
- [Reagieren auf Routen Änderungen](xref:DevTKSS.Uno.ExtensionsNavigation.HowTo-ChangeRoutes.de) - [Tutorial ansehen auf Youtube](https://youtu.be/RZ3RirA7jhk)
3335
- [Zum Quellcode](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.XamlNavigationApp/)
3436

37+
### SimpleMemberSelectionApp
38+
39+
- **YouTube Video:** [How To: Binden von ListState und ImmutableList zu FeedView & ListView im UI](https://youtu.be/wOsSlv1YFic)
40+
- [Zum Quellcode](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.SimpleMemberSelectionApp/)
41+
42+
### MvuxListApp
43+
44+
- **YouTube Video:** [HowTo: Mvux ListState - Binden unseres UI an das Selected Item](https://youtu.be/UUa2VymR8hM)
45+
- [Zum Quellcode](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.MvuxListApp/)
46+
3547
---
3648

3749
## Weitere Ressourcen

docs/articles/en/Introduction-en.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,21 @@ Here is a quick overview of the included samples. You can find detailed informat
2929

3030
### XamlNavigationApp (Mvux)
3131

32-
- [NavigationView in MVUX or MVVM + XAML](xref:DevTKSS.Uno.ExtensionsNavigation.Overview.en)
32+
- [NavigationView in MVUX or MVVM + XAML - Overview](xref:DevTKSS.Uno.ExtensionsNavigation.Overview.en) - [Watch Showcase Video on Youtube](https://youtu.be/vVvnK02r2ug)
33+
- [Defining UI with a NavigationView](xref:DevTKSS.Uno.ExtensionsNavigation.HowTo-Defining-UI.en) - [Watch Tutorial on Youtube](https://youtu.be/knt2oOjHH30)
34+
- [Responding to Route Changes](xref:DevTKSS.Uno.ExtensionsNavigation.HowTo-ChangeRoutes.en) - [Watch Tutorial on Youtube](https://youtu.be/RZ3RirA7jhk)
3335
- [View Source Code](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.XamlNavigationApp/)
3436

37+
### SimpleMemberSelectionApp
38+
39+
- **YouTube Video:** [How To: Binding ListState and ImmutableList to FeedView & ListView in UI](https://youtu.be/wOsSlv1YFic)
40+
- [View Source Code](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.SimpleMemberSelectionApp/)
41+
42+
### MvuxListApp
43+
44+
- **YouTube Video:** [HowTo: Mvux ListState - Binding our UI to the Selected Item](https://youtu.be/UUa2VymR8hM)
45+
- [View Source Code](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.MvuxListApp/)
46+
3547
---
3648

3749
## Additional Resources

src/DevTKSS.Uno.Samples.MvuxGallery/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You are not required to have any prior knowledge of the Uno Platform or Mvux to
1515
## Documentation and Tutorials of the DevTKSS.Uno.SampleApps
1616

1717
* [Discover the DevTKSS.Uno.SampleApps Repository on GitHub](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps)
18-
* [Explore the DevTKSS.Uno.SampleApps Documentation in the Browser](https://devtkss.github.io/DevTKSS.Uno.SampleApps/doc)
18+
* [Explore the DevTKSS.Uno.SampleApps Documentation in the Browser](https://devtkss.github.io/DevTKSS.Uno.SampleApps/)
1919

2020
## Official Documentation links
2121

src/DevTKSS.Uno.SimpleMemberSelectionApp/ReadMe.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Diese Beispiel-App hat bisher kein dokumentiertes Tutorial, aber du kannst dir
1919

2020
## Mitwirken
2121

22-
Wenn du zu diesem Beispiel beitragen möchtest, wirf einen Blick auf das [GitHub repository](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps)
22+
Wenn du zu diesem Beispiel beitragen möchtest, wirf einen Blick auf die [CONTRIBUTING Guidelines](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/CONTRIBUTING.md)

src/DevTKSS.Uno.SimpleMemberSelectionApp/ReadMe.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ This sample app has no Documented Tutorial by now, but you can check out the Vid
1919

2020
## Contributing
2121

22-
If you want to contribute to this sample, please check out the [GitHub repository](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps)
22+
If you want to contribute to this sample, please check out the [CONTRIBUTING Guidelines](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/CONTRIBUTING.md)

src/DevTKSS.Uno.XamlNavigationApp/ReadMe.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Bitte wähle die Sprache deiner Wahl, um dem Tutorial zu folgen:
2323

2424
## Mitwirken
2525

26-
Wenn du zu diesem Beispiel beitragen möchtest, wirf einen Blick auf das [GitHub repository](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps)
26+
Wenn du zu diesem Beispiel beitragen möchtest, wirf einen Blick auf die [CONTRIBUTING Guidelines](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/CONTRIBUTING.md)

src/DevTKSS.Uno.XamlNavigationApp/ReadMe.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Please select the language of your choice to follow along:
2323

2424
## Contributing
2525

26-
If you want to contribute to this sample, please check out the [GitHub repository](www.github.com/DevTKSS/DevTKSS.Uno.SampleApps)
26+
If you want to contribute to this sample, please check out the [CONTRIBUTING Guidelines](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/CONTRIBUTING.md)

0 commit comments

Comments
 (0)