diff --git a/11ty/discord/index.njk b/11ty/discord/index.njk new file mode 100644 index 00000000..224e3c5b --- /dev/null +++ b/11ty/discord/index.njk @@ -0,0 +1,12 @@ +{% extends 'layouts/base.njk' %} +{% set pageType = 'Page' %} +{% set titleWithPath = 'Invitations Closed « ' %} +{% block content %} +
+ {% include 'components/sub-page-header.njk' %} +
+

Discord Invitations

+

Invitations to the Discord server are currently closed. Please keep an eye on our Twitter account for updates!

+
+
+{% endblock %} \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 482b22fd..b4f1bff7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,7 +87,7 @@ We have created some examples that you can use as the baseline for your work. Ta If you've already tried reading through our [documentation](https://www.selfdefined.app/documentation/) and are stuck, we're here to help and ask your questions: -- Join our [Discord community](https://discord.gg/c4XtX4F2tK). +- Join our [Discord community](https://selfdefined.app/discord). - Reach out to [@SelfDefinedApp](https://www.twitter.com/selfdefinedapp) on Twitter. - File an [issue](https://github.com/tatianamac/selfdefined/issues/new) if you think our docs are missing some information that might be helpful. - Contact . diff --git a/netlify.toml b/netlify.toml index d9c3b6f0..3cd2cd45 100644 --- a/netlify.toml +++ b/netlify.toml @@ -17,3 +17,9 @@ status = 301 force = true headers = {X-From = "Netlify"} + +[[redirects]] + from = "/discord" + to = "https://discord.com/invite/c4XtX4F2tK" + status = 301 + force = true \ No newline at end of file