Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Merge pull request #239 from Redot-Engine/forum-update
Browse files Browse the repository at this point in the history
update: Forum links and changes related to it
  • Loading branch information
opdev1004 authored Jan 3, 2025
2 parents 3361bca + fbed87f commit d2bf009
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ const links = useLinks();
<NuxtLink aria-label="contact" class="footer-link" href="/contact">
Contact
</NuxtLink>
<NuxtLink
aria-label="forum"
class="footer-link"
href="https://forum.redotengine.org/"
>
Forum
</NuxtLink>
<NuxtLink
aria-label="community"
class="footer-link"
Expand Down
4 changes: 2 additions & 2 deletions components/MainPage/MainPageGetInvolved.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const links = useLinks();

<MainPageGetInvolvedItem
:image="ForumLogo"
:link="links.redditUrl"
:link="links.forumUrl"
description="A place for the Redot community to meet, ask questions, share their work, and provide help to other users."
title="Reddit forum"
title="Forum"
/>
</div>
</MainPageSection>
Expand Down
1 change: 1 addition & 0 deletions composables/useLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const useLinks = () => ({
discordUrl: "https://discord.gg/redot",
twitterUrl: "https://x.com/Redot_Engine",
redditUrl: "https://www.reddit.com/r/RedotGameEngineMain/",
forumUrl: "https://forum.redotengine.org/",
pressKit:
"https://download.redotengine.org/web/Redot%20Engine%20-%20Brand%20Kit%20(v.1.1).zip",
documentation: "https://docs.redotengine.org/",
Expand Down
1 change: 1 addition & 0 deletions content/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ Join the Redot Engine Community! Connect with fellow developers, artists, and en

- **Discord**: [Join our community](https://discord.gg/redot)
- **Reddit**: [Redot Game Engine Community](https://www.reddit.com/r/RedotGameEngineMain/?type=TEXT)
- **Forum Website**: [Redot Game Engine Official Forum](https://forum.redotengine.org/)

Let’s build something amazing together! 🎮

0 comments on commit d2bf009

Please sign in to comment.