Skip to content

Commit 453ba3c

Browse files
committed
docs: update docs and make all code links using full url
1 parent d9ed9e8 commit 453ba3c

33 files changed

+298
-243
lines changed

README.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,26 @@ The here contained samples and Tutorials are meant to help Developers, independe
99

1010
This is a collection of Sample Apps and Tutorials for the [Uno Platform](https://platform.uno/), aiming to fill the gap of missing ***German Localized*** learning Content.
1111

12-
**Page - Table of Contents**
12+
### Page - Table of Contents
1313

14-
- Samples in this Repository:
14+
- **Samples in this Repository:**
1515
- [Mvux Gallery](#mvux-gallery)
16-
- [Sampled Controls](#sampled-controls)
17-
- [Uno.Extensions](#sampled-unoextensions)
18-
- [Known Issues](#known-issues)
19-
- [Mvux.XamlNavigationApp](./src/DevTKSS.Uno.XamlNavigationApp-1/)
20-
- [Tutorials](#tutorial-videos-and-used-samples)
21-
- [Mvux XamlNavigation App](#mvuxxamlnavigationapp)
22-
- [Content of the Tutorial](#content-of-the-tutorial)
23-
- [Select your preferred Language](#select-your-preferred-language)
16+
- [XamlNavigationApp](#xaml-navigation-app)- Localized Tutorial available in German!
17+
18+
- [**Tutorials**](#tutorial-videos-and-used-samples)
19+
2420
- [Feedback, Issues and Contributing](#feedback-issues-and-contributing)
2521

2622
> [!TIP]
27-
> Check out the [Documentation & Tutorials](./doc/articles/de/Introduction-de.md), for more a more detailed List and future coming Guides and Explanations.
23+
> Check out the [Documentation & Tutorials](https://devtkss.github.io/DevTKSS.Uno.SampleApps/doc/), for more a more detailed List and future coming Guides and Explanations.
2824
2925
## Mvux Gallery
3026

31-
![Mvux Gallery Showcase Thumbnail](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/main/doc/articles/.attachments/DevTKSS%20Uno%20Mvux%20Samples%20Gallery%20App-Thumbnail.png)
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)
3228

3329
**Wanna see a quick showcase, what to explore there?**
3430

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

3733
Following list provides you a quick Overview, what you can find in the [Mvux Gallery](./src/DevTKSS.Uno.Samples.MvuxGallery/) App.
3834
[Detailed and linked Overview about the Mvux Gallery Contents](./doc/articles/de/MvuxGallery-Overview.md)
@@ -58,7 +54,7 @@ Following list provides you a quick Overview, what you can find in the [Mvux Gal
5854
- Dependency Injection
5955
- Serialization
6056
- Configuration
61-
- Data for Serialization load from separate [`appsettings.sampledata.json`](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/main/appsettings.sampledata.json) file.
57+
- Data for Serialization load from separate [`appsettings.sampledata.json`](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/master/appsettings.sampledata.json) file.
6258
- Storage
6359
- Localization
6460

@@ -67,29 +63,30 @@ Following list provides you a quick Overview, what you can find in the [Mvux Gal
6763
- [ ] [ThemeResource Styled are not listening to Theme changes](https://github.com/DevTKSS/DevTKSS.Uno.Samples.MvuxGallery/issues/13)
6864
- [ ] 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))
6965
- [ ] 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.
66+
- [ ] docfx fails to resolve source code links for e.g. included code snippets
7067

7168
## Tutorial Videos and used Samples
7269

7370
To show you how to get to the end result of the Mvux Gallery App, I created a Tutorial Video that will guide you through the process of building this App with the following Sample Apps and added Documentation.
7471

75-
### Mvux.XamlNavigationApp
72+
### Xaml Navigation App
7673

77-
![Image of final XamlNavigationApp](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/main/doc/articles/.attachments/DevTKSS.Uno.XamlNavigationApp.png)
74+
![Image of final Xaml Navigation App](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/doc/articles/.attachments/DevTKSS.Uno.XamlNavigationApp.png)
7875

7976
#### Content of the Tutorial
8077

8178
- [Uno.Extensions.Reactive also known as `Mvux`](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Mvux/Overview.html)
8279
- [Uno.Extensions.Navigation](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/NavigationOverview.html)
8380
- [Xaml Markup Navigation](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/HowTo-NavigateInXAML.html)
8481

85-
[Discover the Source Code of the DevTKSS.Uno.XamlNavigationApp](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/src/DevTKSS.Uno.XamlNavigationApp-1/)
82+
[Discover the Source Code of the DevTKSS.Uno.XamlNavigationApp](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/blob/master/src/DevTKSS.Uno.XamlNavigationApp-1/)
8683

8784
## Feedback, Issues and Contributing
8885

8986
Let me know if you have any questions or feedback!
9087

91-
If you find any issues or have suggestions for improvements, please open an [issue](./issues) or [discussion](./discussions).
88+
If you find any issues or have suggestions for improvements, please open an [issue](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/issues) or [discussion](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/discussions).
9289

93-
In case you want to contribute, check out the [Contributing Guidelines](./CONTRIBUTING.md) for more information on how to get started.
90+
In case you want to contribute, check out the [Contributing Guidelines](CONTRIBUTING.md) for more information on how to get started.
9491

9592
You are missing a feature or have an idea for a new Sample App? Please open a [discussion](https://github.com/DevTKSS/DevTKSS.Uno.SampleApps/discussions/new) to share your thoughts!
28.7 KB
Loading
45 KB
Loading
685 KB
Loading
86.1 KB
Loading
130 KB
Loading
63.4 KB
Loading
93.6 KB
Loading
140 KB
Loading
76.6 KB
Loading

0 commit comments

Comments
 (0)