From 3f285ddd07af0f5fbe76ca798bfde55150b170c0 Mon Sep 17 00:00:00 2001 From: masterex1000 Date: Wed, 30 Jul 2025 02:38:34 -0600 Subject: [PATCH] Move FAQ to top of sidebar. People are more likely to click it if they don't have to scroll --- _Sidebar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index 6412c35..26e9410 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,3 +1,5 @@ +## [Frequently Asked Questions](https://github.com/raysan5/raylib/wiki/Frequently-Asked-Questions) + ## Library Design * [Architecture](raylib-architecture) * [Syntax analysis](raylib-syntax-analysis) @@ -45,6 +47,4 @@ * [How To: Screen Recording](https://github.com/raysan5/raylib/wiki/How-To:-Screen-Recording) * [Community Resources](Community-Resources) -## [Frequently Asked Questions](https://github.com/raysan5/raylib/wiki/Frequently-Asked-Questions) - [Wiki History](https://github.com/raysan5/raylib/wiki/_history) \ No newline at end of file