Skip to content

Commit 0501f30

Browse files
committed
chore: fix links, markdownlint and spellchecks
1 parent 5c263de commit 0501f30

File tree

11 files changed

+70
-72
lines changed

11 files changed

+70
-72
lines changed

README.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,27 @@ The samples in this Repository are meant to help other Developers, independent t
66
> Check out the [Documentation](./doc/), for more a more detailed List and future coming Guides and Explanations.
77
88
## Table of Contents
9-
1. [DevTKSS Uno Samples](#devtkss-uno-samples)
10-
2. [Mvux Gallery](#mvux-gallery)
11-
- [Controls to be explored in this App](#controls-to-be-explored-in-this-app)
12-
- [Uno.Extensions to be explored here](#unoextensions-to-be-explored-here)
13-
3. [First Recording of Making-Of](#first-recording-of-making-of)
14-
4. [Current state](#current-state)
15-
5. [Help Welcome!](#help-welcome)
16-
6. [See also](#see-also)
9+
10+
- [DevTKSS Uno Samples](#devtkss-uno-samples)
11+
- [Table of Contents](#table-of-contents)
12+
- [Mvux Gallery](#mvux-gallery)
13+
- [Controls to be explored in this App](#controls-to-be-explored-in-this-app)
14+
- [Uno.Extensions to be explored here](#unoextensions-to-be-explored-here)
15+
- [Fist Recording of Making-Of](#fist-recording-of-making-of)
16+
- [Current state](#current-state)
17+
- [Help Welcome!](#help-welcome)
18+
- [See also](#see-also)
1719

1820
## Mvux Gallery
1921

2022
Following list provides you a quick Overview, what you can find in the [Mvux Gallery](./src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery) App.
2123

2224
### Controls to be explored in this App
2325

24-
- FeedView comined with:
26+
- FeedView combined with:
2527
- GridView
2628
- ListView
27-
- DataTemplate centralized Recource definition
29+
- DataTemplate centralized Resource definition
2830
- Card
2931
- Grid
3032
- NavigationView
@@ -50,17 +52,17 @@ Following list provides you a quick Overview, what you can find in the [Mvux Gal
5052
- added as PR to Uno.Extensions [#2734](https://github.com/unoplatform/uno.extensions/pull/2734)
5153
- Localization
5254
- **IStringLocalizer**
53-
- Resources Dictionarys
55+
- Resources Dictionaries
5456
- Binding current value in `IState<string>` and to corresponding View
5557
- Requesting localized Items via FeedView
5658
- **ILocalizationService**
57-
- Requesing current culture
59+
- Requesting current culture
5860

5961
### Fist Recording of Making-Of
6062

6163
> [!NOTE]
6264
> uncut, without sound, will be edited and re-recorded in the future, src at [this commit](https://github.com/DevTKSS/DevTKSS.MvuxSampleApps/commit/8d13dcee8107324e747d828700cfd8fcf780ca37)
63-
>
65+
>
6466
> This is showing the initial making of from this project at the first commits
6567
6668
<iframe src="https://technischekonstruktion.sharepoint.com/_layouts/15/embed.aspx?UniqueId=8e4c435c-50fd-4d69-82ef-a9f5bc571dd7&embed=%7B%22ust%22%3Atrue%2C%22hv%22%3A%22CopyEmbedCode%22%7D&referrer=StreamWebApp&referrerScenario=EmbedDialog.Create" width="640" height="360" frameborder="0" scrolling="no" allowfullscreen title="Uno HotDesign App Making-Off.mp4"></iframe>
@@ -70,12 +72,12 @@ Following list provides you a quick Overview, what you can find in the [Mvux Gal
7072
- [x] Created a [first `working` state](https://github.com/DevTKSS/UnoHotDesignApp1/commit/9f6479fa37901a0478bbc9e1c3e92221223ce4d0)
7173
- [x] Restructuring, Refactoring applying SOC
7274
- [x] Implement SampleCode Presenting like Gallery to have the src code side by side in the running app
73-
- [x] [Working State of DashboardPage](https://github.com/DevTKSS/UnoHotDesignApp1/commit/98fa25af8f23bb27c2dccac39d9248f3fc7254dd)
74-
- [ ] Fixing ThemeResource Styled that are not seeming to listen to Theme changes
75-
- [ ] Updating the Code Samples in Assets
75+
- [x] [Working State of DashboardPage](https://github.com/DevTKSS/UnoHotDesignApp1/commit/98fa25af8f23bb27c2dccac39d9248f3fc7254dd)
76+
- [ ] Fixing ThemeResource Styled that are not seeming to listen to Theme changes
77+
- [ ] Updating the Code Samples in Assets
7678
- [ ] (Re)record the video to show a final step by step Guide to Beginners like me and simplify the start with uno.extensions with Mvux.
77-
78-
## Help Welcome!
79+
<!--markdownlint-disable MD026 -->
80+
## Help Welcome!
7981

8082
If you want to help out, please feel free to open an issue or PR.
8183

@@ -84,6 +86,6 @@ Every helping hand is welcom and I will try to merge it as soon as possible.
8486
## See also
8587

8688
- [Uno Platform](https://platform.uno/)
87-
- [Documentation Intro](https://platform.uno/docs/articles/intro.html)
88-
- [Mvux Documentation](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Mvux/Overview.html)
89-
- [FeedView Control](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Mvux/FeedView.html)
89+
- [Documentation Intro](https://platform.uno/docs/articles/intro.html)
90+
- [Mvux Documentation](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Mvux/Overview.html)
91+
- [FeedView Control](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Mvux/FeedView.html)
Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
---
22
uid: DevTKSS.Uno.SampleApps.MvuxGallery.Overview
3-
_lang: en
43
---
54

65
## Mvux Gallery
76

8-
At the [Mvux Gallery](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery) you can explore the following features:
7+
At the [Mvux Gallery](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery) you can explore the following features:
98

109
### Controls
1110

12-
- [FeedView + GridView](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/DashboardPage.xaml)
13-
- [FeedView + ListView](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/ListboardPage.xaml)
14-
- [DataTemplate centralized Recource Definition](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Styles/Generic.xaml)
15-
- [Card](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/SimpleCardsPage.xaml))
16-
- [`ItemOverlayTemplate` DataTemplate](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Styles/Generic.xaml#L92-L123) (*Layout replicated from WinUI 3 Gallery*)
11+
- [FeedView + ListView](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/ListboardPage.xaml)
12+
- [DataTemplate centralized Resource Definition](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Styles/Generic.xaml)
13+
- [Card](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/SimpleCardsPage.xaml)
14+
- [`ItemOverlayTemplate` DataTemplate](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Styles/Generic.xaml#L92-L123) (*Layout replicated from WinUI 3 Gallery*)
15+
- [Counter](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/CounterPage.xaml)
16+
- [Settings](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/SettingsPage.xaml)
17+
- [FeedView + GridView](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/DashboardPage.xaml)
18+
- [FeedView + ListView](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/ListboardPage.xaml)
19+
- [DataTemplate centralized Resource Definition](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Styles/Generic.xaml)
20+
- [Card](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/SimpleCardsPage.xaml)
21+
- [`ItemOverlayTemplate` DataTemplate](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Styles/Generic.xaml#L92-L123) (*Layout replicated from WinUI 3 Gallery*)
1722

1823
### Uno.Extensions
1924

@@ -28,38 +33,38 @@ At the [Mvux Gallery](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGalle
2833
- Navigation
2934
- via Xaml
3035
- NavigationView
31-
- [MainPage.xaml](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/MainPage.xaml#L1-L50))
36+
- [MainPage.xaml](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/MainPage.xaml#L1-L50))
3237
- Via Model
3338
- (planned)
3439

3540
- Hosting
36-
- [App.xaml.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/App.xaml.cs#L21-L91)
41+
- [App.xaml.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/App.xaml.cs#L21-L91)
3742

3843
- DependencyInjection
3944
- Service Registration
40-
- [App.xaml.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/App.xaml.cs#L69-L74)
45+
- [App.xaml.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/App.xaml.cs#L69-L74)
4146
- Service Definition
42-
- [CodeSampleService.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleService.cs)
43-
- [ICodeSampleService.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/ICodeSampleService.cs)
47+
- [CodeSampleService.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleService.cs)
48+
- [ICodeSampleService.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/ICodeSampleService.cs)
4449
- Data Model Definition
45-
- [SampleCode.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/SampleCode.cs)
46-
- [CodeSampleOption.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleOption.cs)
47-
- [CodeSampleOptionsConfiguration.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleOptionsConfiguration.cs)
50+
- [SampleCode.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/SampleCode.cs)
51+
- [CodeSampleOption.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleOption.cs)
52+
- [CodeSampleOptionsConfiguration.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleOptionsConfiguration.cs)
4853

4954
- Serialization
5055
- JsonSerializerContext of each DataModel
51-
- [CodeSampleOptionsContext](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleOptions.cs#L8-L11)
52-
- [CodeSampleOptionsConfigurationContext](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleOptionsConfiguration.cs#L6-L9)
56+
- [CodeSampleOptionsContext](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleOptions.cs#L8-L11)
57+
- [CodeSampleOptionsConfigurationContext](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleOptionsConfiguration.cs#L6-L9)
5358

5459
- Configuration
5560
- Data for Serialization
56-
- [appsettings.json](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/appsettings.json)
61+
- [appsettings.json](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/appsettings.json)
5762

5863
- Storage
5964
- Via Model
60-
- [DashboardModel.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/DashboardModel.cs#L55-L141)
65+
- [DashboardModel.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/DashboardModel.cs#L55-L141)
6166
- Via Service
62-
- [CodeSampleService.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleService.cs)
67+
- [CodeSampleService.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/CodeSamples/CodeSampleService.cs)
6368
- Via StorageExtension
6469
- Currently in private preview package
6570
- Via Uno.Extensions.Storage.IStorage Interface extension
@@ -68,21 +73,21 @@ At the [Mvux Gallery](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGalle
6873
- Localization
6974
- **IStringLocalizer**
7075
- Resources Dictionarys
71-
- [en](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Strings/en/Resources.resw)
72-
- [de](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Strings/en/Resources.resw)
76+
- [en](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Strings/en/Resources.resw)
77+
- [de](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Strings/en/Resources.resw)
7378
- Binding current value in `IState<string>` and to corresponding View
74-
- [DashboardModel.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/DashboardModel.cs#L31)
75-
- [ListboardModel.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/ListboardModel.cs#L33)
76-
- [MainModel.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/MainModel.cs#L21)
79+
- [DashboardModel.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/DashboardModel.cs#L31)
80+
- [ListboardModel.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/ListboardModel.cs#L33)
81+
- [MainModel.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Presentation/ViewModels/MainModel.cs#L21)
7782
- CounterModel.cs
7883
- Requesting localized Items via FeedView
7984
- Service Definition
80-
- [GalleryImageService.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/GalleryImages/GalleryImageService.cs#L34-L66)
81-
- [IGalleryImageService.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/GalleryImages/IGalleryImageService.cs#L6)
85+
- [GalleryImageService.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/GalleryImages/GalleryImageService.cs#L34-L66)
86+
- [IGalleryImageService.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/GalleryImages/IGalleryImageService.cs#L6)
8287
- Data Model Definition
83-
- [GalleryImageModel.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/GalleryImages/GalleryImageModel.cs)
88+
- [GalleryImageModel.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/GalleryImages/GalleryImageModel.cs)
8489
- **ILocalizationService**
8590
- Requesing current culture
86-
- [GalleryImageService.cs](~/../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/GalleryImages/GalleryImageService.cs#L19-L30)
91+
- [GalleryImageService.cs](../../../src/DevTKSS.Uno.Samples/DevTKSS.Uno.Samples.MvuxGallery/Models/GalleryImages/GalleryImageService.cs#L19-L30)
8792
- Switching culture
8893
- (planned)

doc/articles/introduction.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
---
22
uid: DevTKSS.Uno.SampleApps.Intro
3-
_lang: en
3+
_layout: landing
44
---
5+
<!--markdownlint-disable MD026-->
6+
# Hello and Welcome!
57

6-
# Introduction
8+
This documentation provides insights into various sample applications built using the Uno Platform. These samples are designed to assist developers of all skill levels in understanding and implementing the showcased concepts effectively.
79

810
The samples in this Repository are meant to help other Developers, independent to their pre-knowledge, get an Idea of how to use the shown things.
911

12+
Visit the [API Documentation](../api/) for a Reference created from the Sourcecode
13+
1014
## Current Samples List
1115

12-
To give you a quick overview of
13-
- [MvuxGallery](xref:DevTKSS.Uno.SampleApps.MvuxGallery.Overview) [source code:](../src/DevTKSS.Uno.Samples.MvuxGallery/)
16+
To give you a quick overview of this Documentation, here is a List of quick links to the included Sample Apps. For future and more detailed Information, please lookup the depending Chapter via the Table of Contents.
17+
18+
- [MvuxGallery](xref:DevTKSS.Uno.SampleApps.MvuxGallery.Overview) see the [source code:](../src/DevTKSS.Uno.Samples.MvuxGallery/)

doc/docfx.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"src": "../src",
88
"files": [
9-
"**/*.csproj"
9+
"**/DevTKSS.*.csproj"
1010
]
1111
}
1212
],
@@ -39,7 +39,6 @@
3939
"markdownEngineProperties": {
4040
"markdigExtensions": [
4141
"yaml",
42-
"listextras",
4342
"definitionlists",
4443
"bootstrap",
4544
"globalization",
@@ -53,4 +52,4 @@
5352
"pdf": false
5453
}
5554
}
56-
}
55+
}

doc/index.md

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

doc/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/dotnet/docfx/main/schemas/toc.schema.json
2-
- name: Docs
3-
href: doc/
2+
- name: Documentation and Tutorials
3+
href: articles/
44
- name: API
55
href: api/

0 commit comments

Comments
 (0)