From 16164c8d10bdf9d25ec2f8003cc2e31d950c200a Mon Sep 17 00:00:00 2001 From: Oscar Olsson <101010793+OlssonDev@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:12:54 +0200 Subject: [PATCH] Arranged faq to be under get started --- classes.md | 2 +- delegates.md | 2 +- enums.md | 2 +- faq.md | 1 + get-started.md | 4 ++++ interfaces.md | 2 +- structs.md | 2 +- 7 files changed, 10 insertions(+), 5 deletions(-) diff --git a/classes.md b/classes.md index c14662e..9a724ae 100644 --- a/classes.md +++ b/classes.md @@ -1,7 +1,7 @@ --- title: Classes layout: default -nav_order: 3 +nav_order: 4 --- # Classes diff --git a/delegates.md b/delegates.md index 44d49f0..b63bd40 100644 --- a/delegates.md +++ b/delegates.md @@ -1,7 +1,7 @@ --- title: Delegates layout: default -nav_order: 5 +nav_order: 7 --- # Delegates diff --git a/enums.md b/enums.md index 605c638..77d2a80 100644 --- a/enums.md +++ b/enums.md @@ -1,7 +1,7 @@ --- title: Enums layout: default -nav_order: 5 +nav_order: 6 --- # Enums diff --git a/faq.md b/faq.md index b83f510..54a013d 100644 --- a/faq.md +++ b/faq.md @@ -1,6 +1,7 @@ --- title: FAQ layout: default +nav_order: 3 --- # Frequently Asked Questions diff --git a/get-started.md b/get-started.md index ed19a4c..0f32091 100644 --- a/get-started.md +++ b/get-started.md @@ -104,6 +104,10 @@ And then choose **.NET / .NET Core** on the **Runtime** setting. Hit **Apply** and **OK**. Now you can press F5 and start scripting! 😃 +## Need more help or any questions? + +Join the [Discord](https://discord.gg/UQbxHM3jgC) or visit the [FAQ](https://www.unrealsharp.com/get-started.html)! + diff --git a/interfaces.md b/interfaces.md index f31e2da..76d312b 100644 --- a/interfaces.md +++ b/interfaces.md @@ -1,7 +1,7 @@ --- title: Interfaces layout: default -nav_order: 6 +nav_order: 8 --- # Interfaces diff --git a/structs.md b/structs.md index 5a6267e..6b5f1a8 100644 --- a/structs.md +++ b/structs.md @@ -1,7 +1,7 @@ --- title: Structs layout: default -nav_order: 4 +nav_order: 5 --- # Structs