From 616ae7a4d13827d939ed7630be9385cb41972455 Mon Sep 17 00:00:00 2001 From: Dane Mackier Date: Thu, 16 Nov 2023 10:49:15 +0200 Subject: [PATCH] Updates all the discord links --- .github/ISSUE_TEMPLATE/improve-existing-docs.yaml | 2 +- README.md | 2 +- contributing/types-of-contributions.md | 2 +- docs/stacked-router/01-routing-basics.md | 2 +- docusaurus.config.js | 2 +- i18n/en/docusaurus-theme-classic/footer.json | 2 +- .../current/getting-started/04-form-basics.md | 2 +- i18n/es/docusaurus-theme-classic/footer.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml b/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml index 94b6137..2b16fc5 100644 --- a/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml +++ b/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - * For questions, ask in [Discrord](https://discord.gg/auR5sJyx). + * For questions, ask in [Discrord](https://discord.gg/SAsvNZRep3. * Before you file an issue read the [Contributing guide](https://github.com/FilledStacks/stacked-docs/blob/master/CONTRIBUTING.md). * Check to make sure someone hasn't already opened a similar [issue](https://github.com/FilledStacks/stacked-docs/issues). diff --git a/README.md b/README.md index 4090a1f..0009dae 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you're looking for a way to contribute, you can scan through our [existing is ### Join us in discussions -There is a Discord to talk about all sorts of topics related to Stacked and FilledStacks. For example: if you'd like help troubleshooting a PR, have a great new idea, or want to share something amazing you've learned in our docs, join us in the [Discord](https://discord.gg/auR5sJyx). +There is a Discord to talk about all sorts of topics related to Stacked and FilledStacks. For example: if you'd like help troubleshooting a PR, have a great new idea, or want to share something amazing you've learned in our docs, join us in the [Discord](https://discord.gg/SAsvNZRep3). ## License diff --git a/contributing/types-of-contributions.md b/contributing/types-of-contributions.md index 49ee7c0..de52ad4 100644 --- a/contributing/types-of-contributions.md +++ b/contributing/types-of-contributions.md @@ -4,7 +4,7 @@ You can contribute to the Stacked Docs content and site in several ways. This re ### :mega: Discord Discord is where we have conversations. -If you'd like help troubleshooting a docs PR you're working on, have a great new idea, or want to share something amazing you've learned in our docs, join us in [Discord](https://discord.gg/auR5sJyx). +If you'd like help troubleshooting a docs PR you're working on, have a great new idea, or want to share something amazing you've learned in our docs, join us in [Discord](https://discord.gg/SAsvNZRep3). ### :lady_beetle: Issues [Issues](https://docs.github.com/en/github/managing-your-work-on-github/about-issues) are used to track tasks that contributors can help with. If an issue has a triage label, we haven't reviewed it yet, and you shouldn't begin work on it. diff --git a/docs/stacked-router/01-routing-basics.md b/docs/stacked-router/01-routing-basics.md index 5f862c1..669aa1d 100644 --- a/docs/stacked-router/01-routing-basics.md +++ b/docs/stacked-router/01-routing-basics.md @@ -53,4 +53,4 @@ That’s what we’re working towards. Eventually we’ll replace the `Navigatio Yes. The `RouterService` works the same as the `NavigationService`. The only difference is that it has more functionality catered towards url-style navigation. Things like dynamic path segments, route redirects, queryParameters and route guarding. -If you have more frequently asked questions please post them in the discussions on git or in the [community discord](https://discord.gg/kTqfywkp). \ No newline at end of file +If you have more frequently asked questions please post them in the discussions on git or in the [community discord](https://discord.gg/SAsvNZRep3). \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 1eb0d92..57ee37a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -128,7 +128,7 @@ const config = { items: [ { label: 'Discord', - href: 'https://discord.gg/auR5sJyx', + href: 'https://discord.gg/SAsvNZRep3', }, { label: 'Stack Overflow', diff --git a/i18n/en/docusaurus-theme-classic/footer.json b/i18n/en/docusaurus-theme-classic/footer.json index e83d543..2030db7 100644 --- a/i18n/en/docusaurus-theme-classic/footer.json +++ b/i18n/en/docusaurus-theme-classic/footer.json @@ -25,7 +25,7 @@ }, "link.item.label.Discord": { "message": "Discord", - "description": "The label of footer link with label=Discord linking to https://discord.gg/auR5sJyx" + "description": "The label of footer link with label=Discord linking to https://discord.gg/SAsvNZRep3" }, "link.item.label.Stack Overflow": { "message": "Stack Overflow", diff --git a/i18n/es/docusaurus-plugin-content-docs/current/getting-started/04-form-basics.md b/i18n/es/docusaurus-plugin-content-docs/current/getting-started/04-form-basics.md index 4b14bf3..b7b8700 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/getting-started/04-form-basics.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/getting-started/04-form-basics.md @@ -99,7 +99,7 @@ Dado que esto no es un tutorial de "construir una interfaz de usuario Flutter", ![UI Ejemplo de Formulario Stacked](/img/getting-started/04-reverse-text-screenshot.png) -Antes de que digas nada, sé que esta es la interfaz de usuario de formularios más bonita que has visto nunca. Así que por favor, si quieres hacerme cumplidos sobre la interfaz de usuario, [Únete a nuestro Discord](https://discord.gg/auR5sJyx) donde discutimos un montón de cosas geniales de Stacked. 😁 +Antes de que digas nada, sé que esta es la interfaz de usuario de formularios más bonita que has visto nunca. Así que por favor, si quieres hacerme cumplidos sobre la interfaz de usuario, [Únete a nuestro Discord](https://discord.gg/SAsvNZRep3) donde discutimos un montón de cosas geniales de Stacked. 😁
TextReverseView código de construcción diff --git a/i18n/es/docusaurus-theme-classic/footer.json b/i18n/es/docusaurus-theme-classic/footer.json index 6f46563..104aa82 100644 --- a/i18n/es/docusaurus-theme-classic/footer.json +++ b/i18n/es/docusaurus-theme-classic/footer.json @@ -25,7 +25,7 @@ }, "link.item.label.Discord": { "message": "Discord", - "description": "The label of footer link with label=Discord linking to https://discord.gg/auR5sJyx" + "description": "The label of footer link with label=Discord linking to https://discord.gg/SAsvNZRep3" }, "link.item.label.Stack Overflow": { "message": "Stack Overflow",