Skip to content

Commit

Permalink
Arranged faq to be under get started
Browse files Browse the repository at this point in the history
  • Loading branch information
OlssonDev committed Sep 4, 2024
1 parent 396c84d commit 16164c8
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion classes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Classes
layout: default
nav_order: 3
nav_order: 4
---

# Classes
Expand Down
2 changes: 1 addition & 1 deletion delegates.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Delegates
layout: default
nav_order: 5
nav_order: 7
---
# Delegates

Expand Down
2 changes: 1 addition & 1 deletion enums.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Enums
layout: default
nav_order: 5
nav_order: 6
---
# Enums

Expand Down
1 change: 1 addition & 0 deletions faq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: FAQ
layout: default
nav_order: 3
---

# Frequently Asked Questions
Expand Down
4 changes: 4 additions & 0 deletions get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!




Expand Down
2 changes: 1 addition & 1 deletion interfaces.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Interfaces
layout: default
nav_order: 6
nav_order: 8
---

# Interfaces
Expand Down
2 changes: 1 addition & 1 deletion structs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Structs
layout: default
nav_order: 4
nav_order: 5
---
# Structs

Expand Down

0 comments on commit 16164c8

Please sign in to comment.