From afcf5879ee9bbb55af76134821e74438ef3ea5c1 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Sat, 14 Jan 2023 23:35:46 +0100 Subject: [PATCH] quick fix to accomodate to new templates See: https://github.com/fsprojects/Avalonia.FuncUI/issues/236 --- src/guides/Home.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/guides/Home.md b/src/guides/Home.md index ec305b5..7ac9645 100644 --- a/src/guides/Home.md +++ b/src/guides/Home.md @@ -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 @@ -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]