From d57717fcaaccb6339af5621ebcde77fd42363a57 Mon Sep 17 00:00:00 2001 From: Anicetus Date: Tue, 3 Jun 2025 12:33:49 -0500 Subject: [PATCH] Update overview.md --- app/views/guides/overview.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/guides/overview.md b/app/views/guides/overview.md index 5260d65..30044b0 100644 --- a/app/views/guides/overview.md +++ b/app/views/guides/overview.md @@ -8,7 +8,9 @@ The first one is on how to make a Game Console - check it out on the sidebar! #### Contributing -To contribute, make a markdown file in the app/views/guides folder! Put your guide in there. Afterwards, make a PR with your changes! +To contribute, make a markdown file in the app/views/guides folder! Put your guide in there. -**In return, you'll get rewarded 1 free point for adding *finished* a guide** +Next, open app/views/guides/_sidebar.html.erb. Copy this: `<%= link_to "YOUR PROJECT TYPE", guides_page_path(".MD FILE NAME"), class: "#{current_page?(guides_page_path(".MD FILE NAME")) ? 'bg-[#564CAD]' : 'hover:bg-[#564CAD]'} bg-[#2E2A54] p-2 px-6 rounded transition duration-100 block font-dystopian" %>` and paste where instructed in that file. Replace the placeholders with your guide, and make a PR with all of your changes! + +**In return, you'll get rewarded 1 free point for adding a *finished* guide**