Skip to content

Commit 6a69da3

Browse files
committed
Changed from Slack to Discord
1 parent c7cdedb commit 6a69da3

11 files changed

+52
-21
lines changed

_data/opensourcefaq.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
{
6161
"q": "Q: Where do I find more information about the Defold source code and open contribution activity?",
62-
"a": "A: The basic information about why and how Defold source code is available can be found on our <a href='/open' target='_blank'>webpage</a>. The daily development process can be followed on <a href='https://www.github.com/defold' target='_blank'>GitHub</a>. To participate in source code discussions please join the <a href='/slack' target='_blank'>#sourcecode Slack channel</a> or the <a href='https://forum.defold.com/c/source-code' target='_blank'>Source Code section</a> of our forum."
62+
"a": "A: The basic information about why and how Defold source code is available can be found on our <a href='/open' target='_blank'>webpage</a>. The daily development process can be followed on <a href='https://www.github.com/defold' target='_blank'>GitHub</a>. To participate in source code discussions please join the <a href='https://forum.defold.com/c/source-code' target='_blank'>Source Code section</a> of our forum."
6363
},
6464
{
6565
"q": "Q: Why don't you use the term Open Source when talking about the source code?",

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<p><b>COMMUNITY</b></p>
4141
<ul>
4242
<li><a href="https://forum.defold.com" target="_blank">Forum</a></li>
43-
<li><a href="/slack">Slack</a></li>
43+
<li><a href="/discord">Discord</a></li>
4444
<li><a href="https://www.facebook.com/Defold" target="_blank">Facebook</a></li>
4545
<li><a href="https://twitter.com/defold" target="_blank">Twitter</a></li>
4646
<li><a href="https://www.linkedin.com/company/defold-foundation" target="_blank">LinkedIn</a></li>

_layouts/learn.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1>Get smart!</h1>
4444

4545
<div class="row">
4646
<div class="column one-third">
47-
{% include card.html title="Slack" body="Want to chat with other Defold users? Join our Slack channel to start chatting!." link="/slack" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-slack.svg" %}
47+
{% include card.html title="Discord" body="Want to chat with other Defold users? Join our Discord server to start chatting!." link="/discord" min-height="250px" icon="/images/icons/icons-learn-export_ic-learn-discord.svg" %}
4848
</div>
4949
<div class="column one-third">
5050
</div>

contact.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ For business inquiries please email [business@defold.se](mailto:business@defold.
1717
For [source code](/open) related questions:
1818

1919
* Send an email to [sourcecode@defold.se](mailto:sourcecode@defold.se).
20-
* Ask us on [Slack](/slack) in the #sourcecode channel.
2120
* Post your question in the [Source Code category](https://forum.defold.com/c/source-code) of the Forum.
2221

2322

@@ -29,7 +28,7 @@ Get in touch with the Defold Foundation [here](/foundation).
2928
If you've run into a problem and need help then please reach out to us. We're happy to help!
3029

3130
* [Forum](https://forum.defold.com) - for in-depth technical support or finding answers to already asked questions.
32-
* [Slack](/slack) - for quick questions and answers to simple technical questions. Also good for hanging out with your fellow Defold developers!
31+
* [Discord](/discord) - for quick questions and answers to simple technical questions. Also good for hanging out with your fellow Defold developers!
3332
* [Getting Help](/manuals/getting-help/) - learn what we need from you in order to give you the best possible support.
3433

3534

@@ -39,3 +38,4 @@ Follow us for the latest news and to stay in touch in social media.
3938
* [Twitter](https://twitter.com/defold)
4039
* [Facebook](https://www.facebook.com/Defold)
4140
* [YouTube](https://www.youtube.com/user/defoldvideos)
41+
* [LinkedIn](https://www.linkedin.com/company/defold-foundation)

discord.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: base
3+
title: Join the Defold Discord server
4+
---
5+
6+
<div class="section hero center" style='background-image: url("/images/hero/grey-bg.jpg"); position: relative; overflow: hidden;'>
7+
<div class="container" style="min-height: 70vh;">
8+
<div class="row">
9+
<div class="columns two">
10+
<br/>
11+
</div>
12+
<div class="columns eight dark-text">
13+
<img src="/images/logo/others/discord-black.png"/>
14+
<br/>
15+
<br/>
16+
<br/>
17+
<h2>Join the Defold community on Discord!</h2>
18+
<p>The Defold community on Discord is a great way to stay in touch with fellow Defold developers, artists and amazing creators. You can discuss game development, get feedback and find beta testers for your game, ask for help when you are stuck or find someone to collaborate with on your next game.</p>
19+
{% include primary_button.html link="https://discord.gg/cHBde7J" target="_blank" text="Join us on Discord!" %}
20+
<br/>
21+
<br/>
22+
<p>PS. We also recommend that you join the <a href="//forum.defold.com">Defold user forum</a>. It is the recommended place for in-depth technical discussions and a guaranteed way of reaching the team creating Defold.</p>
23+
</div>
24+
<div class="columns two">
25+
<br/>
26+
</div>
27+
</div>
28+
</div>
29+
</div>
File renamed without changes.
Loading

images/icons/icons-learn-export_ic-learn-slack.svg

-1
This file was deleted.

images/logo/others/discord-black.png

1.52 KB
Loading

slack.html

+6-14
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
22
layout: base
3-
title: Join Defold Slack workspace
3+
title: We are moving to Discord
44
---
55

6-
<div class="section hero center" style='background-image: url("/images/hero/slack-bg.jpg"); position: relative; overflow: hidden;'>
7-
<img src="/images/logo/slack-defold-logo.png" width="30%" style="position: absolute; top: 0px; left: 0px; transform: translate(-55%,-45%);"/>
8-
<img src="/images/logo/slack-defold-logo.png" width="30%" style="position: absolute; bottom: 0px; right: 0px; transform: translate(55%,35%);"/>
9-
<div class="container">
6+
<div class="section hero center" style='background-image: url("/images/hero/grey-bg.jpg"); position: relative; overflow: hidden;'>
7+
<div class="container" style="min-height: 70vh">
108
<div class="row">
119
<div class="columns two">
1210
<br/>
@@ -16,15 +14,9 @@
1614
<br/>
1715
<br/>
1816
<br/>
19-
<h2>Join the Defold community on Slack!</h2>
20-
<p>So you want to join the Defold community’s official Slack channel – awesome! It’s a great place to get in touch with fellow Defold developers, artists and amazing creators.</p>
21-
<p>PS. If you have specific tech-questions or if you want to get in touch with the team creating Defold, please use the <a href="//forum.defold.com">forum</a> instead!</p>
22-
{% include primary_button.html link="https://join.slack.com/t/defold/shared_invite/zt-knyibftj-cxRhYim~aOdOleVaRTdWJQ" target="_blank" text="Join Defold Slack!" %}
23-
<br/>
24-
<br/>
25-
<h3>Already a member?</h3>
26-
<p>Great! Join the conversation by adding the <code>defold.slack.com</code> workspace URL in the Slack app or launch the Defold Slack in your browser</p>
27-
{% include primary_button.html link="https://defold.slack.com" target="_blank" text="Launch Defold Slack!" %}
17+
<h2>We are moving to Discord!</h2>
18+
<p>Due to community demand we have decided to move the Defold community from Slack to Discord.</p>
19+
{% include primary_button.html link="https://discord.gg/cHBde7J" target="_blank" text="Join us on Discord!" %}
2820
<br/>
2921
<br/>
3022
<br/>

terms-and-conditions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Defold Terms & Conditions
1111

1212
* **Yep, it’s free** - Defold is provided free of charge. You don’t have to pay us anything for developing or publishing the Games you create using our Services.
1313

14-
* **How can I get involved?** - You can get involved as a community member by registering here: [forum.defold.com](https://forum.defold.com) and here [www.defold.com/slack](https://www.defold.com/slack).
14+
* **How can I get involved?** - You can get involved as a community member by registering here: [forum.defold.com](https://forum.defold.com) and here [www.defold.com/discord](https://www.defold.com/discord).
1515

1616
* **You own your stuff** - You will retain the rights and ownership of your creations in Defold and any intellectual property, code and assets you upload.
1717

0 commit comments

Comments
 (0)