Skip to content

Commit c625921

Browse files
committed
docs: Add MvuxListApp bilingual ReadMe files and MvuxGallery-Overview enhancements
1 parent 641608c commit c625921

7 files changed

Lines changed: 62 additions & 16 deletions

File tree

docs/articles/de/MvuxGallery-Overview-de.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,20 @@ Hier ist eine Liste von Steuerelementen und Funktionen, die Sie in der MvuxGalle
2222
- [`ItemOverlayTemplate` DataTemplate](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Styles/Generic.xaml) (*Layout repliziert aus WinUI 3 Galerie*)
2323
- [TabBar und TabBarItem](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/DashboardPage.xaml) und [Model für das Binden von Elementen an ListFeed](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/DashboardModel.cs)
2424

25-
## Beispielhafte Uno.Extensions
25+
## Beispiele der Verwendung von Uno.Extensions in der MvuxGallery App
2626

2727
- Mvux
2828
- ListFeed
29+
- [DashboardModel.cs](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/DashboardModel.cs)
30+
- [ListboardModel.cs](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/ListboardModel.cs)
31+
- [GalleryImageService.cs](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Models/GalleryImages/GalleryImageService.cs)
2932
- State
30-
31-
--> Fast jedes Model, detaillierte Übersicht folgt.
33+
- [CounterModel.cs](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/CounterModel.cs)
34+
- [DashboardModel.cs](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/DashboardModel.cs)
35+
- [ListboardModel.cs](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/ListboardModel.cs)
36+
- [MainModel.cs](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/MainModel.cs)
37+
- [SimpleCardsModel.cs](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/SimpleCardsModel.cs)
38+
- [ShellModel.cs](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ShellModel.cs)
3239

3340
- Navigation
3441
- über Xaml
@@ -40,7 +47,7 @@ Hier ist eine Liste von Steuerelementen und Funktionen, die Sie in der MvuxGalle
4047
- Hosting
4148
- [App.xaml.cs](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/App.xaml.cs)
4249

43-
- DependencyInjection
50+
- DependencyInjection (Inkl. in `UnoFeature` "Hosting")
4451
- Service Registrierung
4552
- [App.xaml.cs](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/App.xaml.cs)
4653
- Service Definition

docs/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
<!-- ---
2-
redirect_url: 'articles/de/Introduction-de.html'
3-
--- -->
1+
---
2+
uid: DevTKSS.Uno.SampleApps.Home
3+
---
4+
45
<!--markdownlint-disable MD041 MD033-->
5-
<!-- <meta http-equiv="refresh" content="0; url='articles/de/Introduction-de.html'" /> -->
6+
67
[!INCLUDE [landing-page](../README.md)]

docs/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/dotnet/docfx/main/schemas/toc.schema.json
22
- name: Home
33
href: index.md
4+
uid: DevTKSS.Uno.SampleApps.Home
45
- name: "Documentation & Tutorials"
56
href: articles/
67
- name: API

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"msbuild-sdks": {
3-
"Uno.Sdk": "6.3.28"
3+
"Uno.Sdk": "6.4.42"
44
},
55
"sdk": {
66
"allowPrerelease": false
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
uid: DevTKSS.Uno.SampleApps.Mvux.MvuxListApp
3+
---
4+
5+
# DevTKSS.Uno.SampleApps.Mvux.MvuxListApp.de
6+
7+
Willkommen bei der Uno Platform und insbesondere bei diesem Community-Tutorial-Beispiel!
8+
9+
## Erste Schritte
10+
11+
Wie du mit deiner neuen App loslegst: [Link zur Uno Doku `Getting Started`](https://aka.platform.uno/get-started)
12+
13+
Weitere Informationen zur Verwendung des Uno.Sdk oder zum Aktualisieren der Uno Platform-Pakete in deiner Lösung: [Das Uno.Sdk benutzen](https://aka.platform.uno/using-uno-sdk)
14+
15+
## Tutorial zum Mitmachen
16+
17+
Diese Beispiel-App hat bisher kein dokumentiertes Tutorial, aber du kannst dir schon den auf YouTube verfügbaren Video-Guide ansehen:
18+
[HowTo: Mvux ListState - Binden unseres UI an das Selected Item](https://youtu.be/UUa2VymR8hM)
19+
20+
## Mitwirken
21+
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)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
uid: DevTKSS.Uno.SampleApps.Mvux.MvuxListApp
3+
---
4+
5+
# DevTKSS.Uno.SampleApps.Mvux.MvuxListApp.en
6+
7+
Welcome to the Uno Platform and particularly this Community Tutorial Sample!
8+
9+
## Getting Started
10+
11+
To discover how to get started with your new app: [Link to the Uno `Getting Started`](https://aka.platform.uno/get-started)
12+
13+
For more information on how to use the Uno.Sdk or upgrade Uno Platform packages in your solution: [Using the Uno.Sdk](https://aka.platform.uno/using-uno-sdk)
14+
15+
## Tutorial to follow along with this sample
16+
17+
This sample app has no Documented Tutorial by now, but you can check out the Video Guide already available on YouTube:
18+
[HowTo: Mvux ListState - Binden unseres UI an das Selected Item](https://youtu.be/UUa2VymR8hM) (Deutsch => Switch on Subtitles for English)
19+
20+
## Contributing
21+
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.MvuxListApp/ReadMe.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)