Skip to content

Commit 074851c

Browse files
authored
Merge pull request #8 from DevTKSS/DevTKSS-patch-1
docs: Update Contents
2 parents 32c5138 + 49f8ebc commit 074851c

File tree

5 files changed

+42
-7
lines changed

5 files changed

+42
-7
lines changed

doc/articles/MvuxGallery/How-To-XamlNavigation.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ Des weiteren benötigt eure App.xaml.cs Datei folgende Elemente:
2525
![code-csharp[](../../../src/DevTKSS.Uno.Samples.MvuxGallery/App.xaml.cs?highlight=L19-L23,L96,L110,L113-L115,L124-L130)]
2626
2727
Den Namespace, den wir in einer Xaml-basierten Navigation in einer Uno Anwendung benötigen, ist `Uno.Extensions.Navigation.UI`, meist mit dem xmlns Namespace Identifikator `xmlns:uen=` eurer Seite dann vorzufinden.
28-
<!-- ## Navigation mittels NavigationView und Seiten
29-
[!Video [How-To-Uno-XamlNavigation](../images/How-To-Uno-XamlNavigation.mp4)] -->
28+
29+
## Navigation mittels NavigationView und Seiten
30+
31+
*Coming soon...*
32+
<!-- [!Video [How-To-Uno-XamlNavigation](../images/How-To-Uno-XamlNavigation.mp4)] -->

doc/articles/MvuxGallery/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ At the [Mvux Gallery](../../../src/DevTKSS.Uno.Samples.MvuxGallery/) you can exp
2727
- Navigation
2828
- via Xaml
2929
- NavigationView
30-
- [MainPage.xaml](../../../src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/MainPage.xaml)
30+
- [MainPage.xaml](../../../src/DevTKSS.Uno.Samples.MvuxGallery/Presentation/Views/MainPage.xaml) see [DE Tutorial](./How-To-XamlNavigation.md)
3131
- Via Model
3232
- (planned)
3333

@@ -52,7 +52,7 @@ At the [Mvux Gallery](../../../src/DevTKSS.Uno.Samples.MvuxGallery/) you can exp
5252

5353
- Configuration
5454
- Data for Serialization
55-
- [appsettings.json](../../../src/DevTKSS.Uno.Samples.MvuxGallery/appsettings.json)
55+
- [appsettings.sampledata.json](../../../src/DevTKSS.Uno.Samples.MvuxGallery/appsettings.sampledata.json)
5656

5757
- Storage
5858
- Via Model

doc/articles/MvuxGallery/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ items:
66
href: Overview.md
77
- name: Xaml Navigation
88
uid: DevTKSS.Uno.SampleApps.MvuxGallery.XamlNavigation
9-
href: How-To-XamlNavigation
9+
href: How-To-XamlNavigation.md

doc/articles/getting-started.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,31 @@
1-
# Getting Started
1+
# Getting Started
2+
3+
To setup your Development Environment for Uno Apps, please make sure, to follow the [Quick Start Guide](https://platform.uno/docs/articles/get-started.html) provided by Uno Platform which will include:
4+
5+
- Download latest dotnet
6+
- Install your desired IDE
7+
8+
> [!NOTE]
9+
> I will use Visual Studio 2022 Community Edition for the Guides described in here.
10+
11+
- Get the Uno Extension from the Visual Studio Marketplace
12+
- Install Uno.Check via your Commandline: `dotnet tool install -g Uno.Check`
13+
- Run `uno-check` which will suggest you to get or fix missing Workloads for you, to ensure a smooth start unto development every day.
14+
15+
> [!NOTE]
16+
> There are configurations available to be applied onto the uno-check command. You can research them in the [Uno.Check Documentation](https://platform.uno/docs/articles/external/uno.check/doc/configuring-uno-check.html) or get them in your Commandline by typing `uno-check -h`
17+
18+
- In case, you run in Problems while this, make sure to check out the [Troubleshooting](https://platform.uno/docs/articles/external/uno.check/doc/troubleshooting-uno-check.html)
19+
20+
All done? Great!
21+
22+
I recommend you to do at least the [Counter Workshop](https://platform.uno/docs/articles/getting-started/counterapp/get-started-counter.html) to get a base understanding of:
23+
24+
- Application Structure
25+
- Assets (Images/Icons) handling with Uno.Resizetizer
26+
- Commands and Bindings
27+
28+
> [!TIP]
29+
> Depending on the targeted Tutorial you would like to do in here, you should coose the appropriate kind of the workshop, as it is letting you choose between XAML or C# for Markup and MVVM or MVUX as Presentation / Application Structure.
30+
31+
See you soon in the mested Tutorials here!

doc/articles/introduction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ Visit the [API Documentation](../api/) for a Reference created from the Sourceco
1515

1616
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.
1717

18-
- [MvuxGallery](xref:DevTKSS.Uno.SampleApps.MvuxGallery.Overview) see the [source code:](../src/DevTKSS.Uno.Samples.MvuxGallery/)
18+
- MvuxGallery
19+
- [Docs](./MvuxGallery/Overview.md)
20+
- [source code:](../src/DevTKSS.Uno.Samples.MvuxGallery/)

0 commit comments

Comments
 (0)