Skip to content

Commit 616ae7a

Browse files
committed
Updates all the discord links
1 parent 1eb855d commit 616ae7a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/improve-existing-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
* For questions, ask in [Discrord](https://discord.gg/auR5sJyx).
9+
* For questions, ask in [Discrord](https://discord.gg/SAsvNZRep3.
1010
* Before you file an issue read the [Contributing guide](https://github.com/FilledStacks/stacked-docs/blob/master/CONTRIBUTING.md).
1111
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/FilledStacks/stacked-docs/issues).
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you're looking for a way to contribute, you can scan through our [existing is
2424

2525
### Join us in discussions
2626

27-
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).
27+
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).
2828

2929
## License
3030

contributing/types-of-contributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can contribute to the Stacked Docs content and site in several ways. This re
44
### :mega: Discord
55
Discord is where we have conversations.
66

7-
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).
7+
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).
88

99
### :lady_beetle: Issues
1010
[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.

docs/stacked-router/01-routing-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ That’s what we’re working towards. Eventually we’ll replace the `Navigatio
5353

5454
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.
5555

56-
If you have more frequently asked questions please post them in the discussions on git or in the [community discord](https://discord.gg/kTqfywkp).
56+
If you have more frequently asked questions please post them in the discussions on git or in the [community discord](https://discord.gg/SAsvNZRep3).

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const config = {
128128
items: [
129129
{
130130
label: 'Discord',
131-
href: 'https://discord.gg/auR5sJyx',
131+
href: 'https://discord.gg/SAsvNZRep3',
132132
},
133133
{
134134
label: 'Stack Overflow',

i18n/en/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"link.item.label.Discord": {
2727
"message": "Discord",
28-
"description": "The label of footer link with label=Discord linking to https://discord.gg/auR5sJyx"
28+
"description": "The label of footer link with label=Discord linking to https://discord.gg/SAsvNZRep3"
2929
},
3030
"link.item.label.Stack Overflow": {
3131
"message": "Stack Overflow",

i18n/es/docusaurus-plugin-content-docs/current/getting-started/04-form-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Dado que esto no es un tutorial de "construir una interfaz de usuario Flutter",
9999

100100
![UI Ejemplo de Formulario Stacked](/img/getting-started/04-reverse-text-screenshot.png)
101101

102-
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. 😁
102+
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. 😁
103103

104104
<details>
105105
<summary>TextReverseView código de construcción</summary>

i18n/es/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"link.item.label.Discord": {
2727
"message": "Discord",
28-
"description": "The label of footer link with label=Discord linking to https://discord.gg/auR5sJyx"
28+
"description": "The label of footer link with label=Discord linking to https://discord.gg/SAsvNZRep3"
2929
},
3030
"link.item.label.Stack Overflow": {
3131
"message": "Stack Overflow",

0 commit comments

Comments
 (0)