Skip to content
This repository was archived by the owner on Jun 25, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions src/guides/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ guide-category: beginner
---
[Basic Template]: guides/Basic-Template.html
[Full Template]: guides/Full-Template.html
[Quickstart Template]: guides/Quickstart-Template.html

# Welcome to the Avalonia.FuncUI wiki!
## Setup
Expand All @@ -21,13 +20,12 @@ and then choose one of the following
dotnet new funcui.basic -n NewApp
```
```
dotnet new funcui.full -n NewApp
```
```
dotnet new funcui.quickstart -n NewApp
dotnet new funcUI.full -n NewApp
```


You can check these templates in detail here
- [Basic Template]
- [Full Template]
- [Quickstart Template]
- Basic Template (Components) - To be done
- Basic Template (Components) - To be done
- [Basic Template MVU]
- [Full Template MVU]