Skip to content

Commit

Permalink
Updates all the discord links
Browse files Browse the repository at this point in the history
  • Loading branch information
FilledStacks committed Nov 16, 2023
1 parent 1eb855d commit 616ae7a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/improve-existing-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion contributing/types-of-contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/stacked-router/01-routing-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
If you have more frequently asked questions please post them in the discussions on git or in the [community discord](https://discord.gg/SAsvNZRep3).
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const config = {
items: [
{
label: 'Discord',
href: 'https://discord.gg/auR5sJyx',
href: 'https://discord.gg/SAsvNZRep3',
},
{
label: 'Stack Overflow',
Expand Down
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. 😁

<details>
<summary>TextReverseView código de construcción</summary>
Expand Down
2 changes: 1 addition & 1 deletion i18n/es/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 616ae7a

Please sign in to comment.