mirror of
https://github.com/System-End/highway.git
synced 2026-04-19 22:05:13 +00:00
Update overview.md - spacing
This commit is contained in:
parent
cde22ed34c
commit
1a57540900
1 changed files with 5 additions and 1 deletions
|
|
@ -10,7 +10,11 @@ The first one is on how to make a Game Console - check it out on the sidebar!
|
|||
|
||||
To contribute, make a markdown file in the app/views/guides folder! Put your guide in there.
|
||||
|
||||
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!
|
||||
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**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue