Skip to content

Commit 3172084

Browse files
jan-buresCopilot
andcommitted
Update Discord links in documentation and add roadmap image
Co-authored-by: Copilot <copilot@github.com>
1 parent bcc9ec0 commit 3172084

6 files changed

Lines changed: 13 additions & 11 deletions

File tree

public/roadmap.png

3.25 MB
Loading

src/content/docs/guides/contributing.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you are an artist with experience in these areas, we would greatly appreciate
5555
</Aside>
5656

5757
**Contact our Art Lead:**
58-
- Join the [KSP2 Modding Society Discord](https://discord.gg/8yq8d5VGQR)
58+
- Join the [KSP2 Modding Society Discord](https://discord.gg/ksp2redux)
5959
- Go to the **#🟡redux-chat** channel
6060
- DM **@safarte** with examples of your work
6161

@@ -130,7 +130,7 @@ We are looking for translators for:
130130
### Getting Started
131131

132132
**Contact our Translation Coordinator:**
133-
- Join the [KSP2 Modding Society Discord](https://discord.gg/8yq8d5VGQR)
133+
- Join the [KSP2 Modding Society Discord](https://discord.gg/ksp2redux)
134134
- DM **@safarte** mentioning which language(s) you can translate
135135

136136
---
@@ -171,13 +171,13 @@ The preferred method is the **in-game bug report tool**:
171171

172172
This information helps us reproduce and fix issues much faster!
173173

174-
**Alternative:** Report in **#🟡redux-bugs** on [Discord](https://discord.gg/8yq8d5VGQR) with screenshots, videos, logs, saves, or vessel files.
174+
**Alternative:** Report in **#🟡redux-bugs** on [Discord](https://discord.gg/ksp2redux) with screenshots, videos, logs, saves, or vessel files.
175175

176176
### Making Suggestions
177177

178178
Have ideas for improvements? We want to hear them!
179179

180-
- Join the [Discord server](https://discord.gg/8yq8d5VGQR)
180+
- Join the [Discord server](https://discord.gg/ksp2redux)
181181
- Use the **#🟡redux-suggestions** forum
182182
- Be specific and explain why the suggestion would improve the game
183183

@@ -196,7 +196,7 @@ If you maintain KSP2 mods, we want to help you migrate them to Redux!
196196
- Unity Editor integration for development
197197

198198
**Get Migration Help:**
199-
- Join **#🟡redux-chat** on [Discord](https://discord.gg/8yq8d5VGQR)
199+
- Join **#🟡redux-chat** on [Discord](https://discord.gg/ksp2redux)
200200
- DM **@safarte** for guidance on updating your mods
201201
- Access upcoming modding documentation
202202

@@ -241,7 +241,7 @@ Learn more in our [Modding SDK blog post](/blog/modding-tools-unity-editor).
241241

242242
The best way to get involved is through our Discord server:
243243

244-
**[Join the KSP2 Modding Society Discord →](https://discord.gg/8yq8d5VGQR)**
244+
**[Join the KSP2 Modding Society Discord →](https://discord.gg/ksp2redux)**
245245

246246
### Key Channels
247247

src/content/docs/guides/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Redux is developed by a team of passionate volunteer KSP2 modders who want to se
6969

7070
Connect with thousands of Redux users and developers:
7171

72-
- **[Discord](https://discord.gg/8yq8d5VGQR)** - Primary hub for discussions, support, and development coordination
72+
- **[Discord](https://discord.gg/ksp2redux)** - Primary hub for discussions, support, and development coordination
7373
- **[GitHub](https://github.com/KSP2Redux/Redux)** - Source code, releases, and issue tracking
7474
- **[KSP Forum](https://forum.kerbalspaceprogram.com/topic/226985-ksp2-redux/)** - Long-form discussions and announcements
7575

src/content/docs/guides/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If you encounter bugs, please use the in-game bug report feature:
7878

7979
This automatically attaches useful information like screenshots, logs, and save files to help us reproduce the issue.
8080

81-
Alternatively, report issues in the **#🟡redux-bugs** channel on the [KSP2 Modding Society Discord server](https://discord.gg/8yq8d5VGQR).
81+
Alternatively, report issues in the **#🟡redux-bugs** channel on the [KSP2 Modding Society Discord server](https://discord.gg/ksp2redux).
8282

8383
## Next Steps
8484

src/content/docs/guides/mod-compatibility.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We are actively working on:
4141
- **Unmaintained Mods:** Updating popular unmaintained mods ourselves
4242

4343
<Aside type="tip">
44-
If you're a modder interested in migrating your mods to Redux, reach out in the **#🟡redux-chat** channel on the [KSP2 Modding Society Discord](https://discord.gg/8yq8d5VGQR) or DM @safarte.
44+
If you're a modder interested in migrating your mods to Redux, reach out in the **#🟡redux-chat** channel on the [KSP2 Modding Society Discord](https://discord.gg/ksp2redux) or DM @safarte.
4545
</Aside>
4646

4747
## Redux Modding SDK
@@ -99,7 +99,7 @@ We're working on updating popular unmaintained mods ourselves. Check the Discord
9999
## Getting Help
100100

101101
**For Players:**
102-
- #🟡redux-chat on [Discord](https://discord.gg/8yq8d5VGQR)
102+
- #🟡redux-chat on [Discord](https://discord.gg/ksp2redux)
103103
- Check mod pages for Redux compatibility status
104104

105105
**For Mod Developers:**

src/content/docs/guides/roadmap.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { Aside, Card, CardGrid } from '@astrojs/starlight/components';
77

88
KSP2 Redux is following a multi-stage development plan to bring the promised features of KSP2 to life. Below is our complete roadmap.
99

10+
![Roadmap](/roadmap.png)
11+
1012
<Aside type="note">
1113
This roadmap is subject to change as the project evolves based on technical discoveries and community feedback.
1214
</Aside>
@@ -176,6 +178,6 @@ We are currently in **Stage 0: Foundation** beta testing. Performance improvemen
176178
- **Players:** Test beta builds and report bugs
177179
- **Modders:** Prepare for upcoming modding SDK
178180
- **Artists:** Contribute models, textures, and assets
179-
- **Everyone:** Join the [Discord](https://discord.gg/8yq8d5VGQR) and share your ideas
181+
- **Everyone:** Join the [Discord](https://discord.gg/ksp2redux) and share your ideas
180182

181183
See our [Contributing Guide](/guides/contributing) for more details on how to get involved!

0 commit comments

Comments
 (0)