Skip to content

Commit 5a29193

Browse files
committed
docs: Update Links
1 parent 494a008 commit 5a29193

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ This is a collection of Sample Apps and Tutorials for the [Uno Platform](https:/
2424
2525
## Mvux Gallery
2626

27-
![Mvux Gallery Showcase Thumbnail](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/doc/articles/.attachments/DevTKSS%20Uno%20Mvux%20Samples%20Gallery%20App-Thumbnail.png)
27+
![Mvux Gallery Showcase Thumbnail](./doc/articles/.attachments/DevTKSS%20Uno%20Mvux%20Samples%20Gallery%20App-Thumbnail.png)
2828

2929
**Wanna see a quick showcase, what to explore there?**
3030

31-
![Mvux Gallery ShowCase](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/doc/articles/.attachments/MvuxGallery-ShowCase.gif)
31+
![Mvux Gallery ShowCase](./doc/articles/.attachments/MvuxGallery-ShowCase.gif)
3232

3333
Following list provides you a quick Overview, what you can find in the [Mvux Gallery](./src/DevTKSS.Uno.Samples.MvuxGallery/) App.
3434
[Detailed and linked Overview about the Mvux Gallery Contents](./doc/articles/de/MvuxGallery-Overview.md)
@@ -47,22 +47,20 @@ Following list provides you a quick Overview, what you can find in the [Mvux Gal
4747

4848
### Sampled Uno.Extensions
4949

50-
- [Mvux](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/ListboardModel.cs)
50+
- [Mvux](./src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/ListboardModel.cs)
5151
- Navigation
52-
- [via Xaml](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/doc/articles/en/Navigation/HowTo-Defining-UI-NavigationView-en.md)
52+
- [via Xaml](./src/DevTKSS.Uno.Samples.MvuxGallery/doc/articles/en/Navigation/HowTo-Defining-UI-NavigationView-en.md)
5353
- Hosting (App Host Builder)
5454
- Dependency Injection
5555
- Serialization
5656
- Configuration
57-
- Data for Serialization load from separate [`appsettings.sampledata.json`](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/master/appsettings.sampledata.json) file.
57+
- Data for Serialization load from separate [`appsettings.sampledata.json`](./src/DevTKSS.Uno.Samples.MvuxGallery/master/appsettings.sampledata.json) file.
5858
- Storage
5959
- Localization
6060

6161
### Known Issues on the Mvux Gallery
6262

6363
- [ ] [ThemeResource Styled are not listening to Theme changes](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/issues/13)
64-
- [ ] Getting `IOptions` with JsonTypeInfo Typed to Dictionary or Tuples does not work as expected and only returns null values. (see [#6](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/issues/6))
65-
- [ ] Unclear how to use `NamedOptions` using Uno.Extensions with IConfigBuilder Following this up on [#9](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/issues/9) and hoping to get a solution and Documentation for this in the future.
6664
- [ ] docfx fails to resolve source code links for e.g. included code snippets
6765

6866
## Tutorial Videos and used Samples

doc/articles/de/Introduction-de.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Hier ein schneller Überblick über die enthaltenen Samples. Detaillierte Infos
3434

3535
---
3636

37-
<!-- Optional: später aktivieren
38-
## 🔍 Weitere Ressourcen
37+
## Weitere Ressourcen
3938

40-
📚 [API-Dokumentation](./api/) -->
39+
- [API-Dokumentation](./api/)

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ Hier ist eine Liste von Steuerelementen und Funktionen, die Sie in der MvuxGalle
5656
- [CodeSampleOptionsContext](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleOptions.cs)
5757
- [CodeSampleOptionsConfiguration](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleOptionsConfiguration.cs)
5858

59-
> [!NOTE]
60-
> Derzeit konnten `ValueTuple<int,int>` und `Dictionary<string, CodeSampleOption>` Definitionen von IOptions geladenen Einstellungen nicht erfolgreich geladen werden, daher ist dies als Array für Workaround definiert.
61-
6259
- Konfiguration
6360
- Daten für Serialization
6461
- [appsettings.sampledata.json](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.Samples.MvuxGallery/appsettings.sampledata.json)

0 commit comments

Comments
 (0)