From ba0f9c0b97f7d2419e7e3a375d92fbda1858792e Mon Sep 17 00:00:00 2001 From: 12944qwerty Date: Mon, 22 Jan 2024 10:37:47 -0500 Subject: [PATCH 1/2] no using vanity links --- docs/contributing/guide.md | 2 +- docs/contributing/replugged.md | 2 +- docs/intro.md | 2 +- docs/plugins/getting-started.md | 2 +- docs/themes/getting-started.md | 2 +- docusaurus.config.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/contributing/guide.md b/docs/contributing/guide.md index 284cae2..0d53250 100644 --- a/docs/contributing/guide.md +++ b/docs/contributing/guide.md @@ -82,7 +82,7 @@ errors later. ## Questions? -If you have any questions, feel free to ask in our [Discord server](https://discord.gg/replugged) in +If you have any questions, feel free to ask in our [Discord server](https://discord.gg/HnYFUhv4x4) in the `#replugged-dev` channel. ## Thank you! diff --git a/docs/contributing/replugged.md b/docs/contributing/replugged.md index a5c3679..0febfc6 100644 --- a/docs/contributing/replugged.md +++ b/docs/contributing/replugged.md @@ -90,7 +90,7 @@ errors later. ## Questions? -If you have any questions, feel free to ask in our [Discord server](https://discord.gg/replugged) in +If you have any questions, feel free to ask in our [Discord server](https://discord.gg/HnYFUhv4x4) in the `#replugged-dev` channel. ## Thank you! diff --git a/docs/intro.md b/docs/intro.md index e18244a..1d754ff 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -21,6 +21,6 @@ Want to contribute to Replugged? Take a look at our ## Need Help? -Join our [Discord server](https://discord.gg/replugged)! Questions about addon development should go +Join our [Discord server](https://discord.gg/HnYFUhv4x4)! Questions about addon development should go in [#plugin-dev](https://discord.com/channels/1000926524452647132/1000955966520557689) or [#theme-dev](https://discord.com/channels/1000926524452647132/1000955967627874424). diff --git a/docs/plugins/getting-started.md b/docs/plugins/getting-started.md index 10751a9..913b1b9 100644 --- a/docs/plugins/getting-started.md +++ b/docs/plugins/getting-started.md @@ -139,7 +139,7 @@ your manifest file which is used by Replugged to check for updates. ### Replugged Discord -In order to share your plugin in our [Discord server](https://discord.gg/replugged), your plugin +In order to share your plugin in our [Discord server](https://discord.gg/HnYFUhv4x4), your plugin will first have to be approved, and then added to our store. For more information on this process and how to request approval, please see [this page](/docs/store). diff --git a/docs/themes/getting-started.md b/docs/themes/getting-started.md index e2dd177..7016b47 100644 --- a/docs/themes/getting-started.md +++ b/docs/themes/getting-started.md @@ -132,7 +132,7 @@ your manifest file which is used by Replugged to check for updates. ### Replugged Discord -In order to share your theme in our [Discord server](https://discord.gg/replugged), your theme will +In order to share your theme in our [Discord server](https://discord.gg/HnYFUhv4x4), your theme will first have to be approved, and then added to our store. For more information on this process and how to request approval, please see [this page](/docs/store). diff --git a/docusaurus.config.js b/docusaurus.config.js index 7b38e22..31417d3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -113,7 +113,7 @@ const config = { items: [ { label: "Discord", - href: "https://discord.gg/replugged", + href: "https://discord.gg/HnYFUhv4x4", }, ], }, From 55cb206f14fa308a35369c763819019297e67a50 Mon Sep 17 00:00:00 2001 From: 12944qwerty Date: Mon, 22 Jan 2024 10:41:42 -0500 Subject: [PATCH 2/2] lint --- docs/contributing/guide.md | 4 ++-- docs/contributing/replugged.md | 4 ++-- docs/intro.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/contributing/guide.md b/docs/contributing/guide.md index 0d53250..a723769 100644 --- a/docs/contributing/guide.md +++ b/docs/contributing/guide.md @@ -82,8 +82,8 @@ errors later. ## Questions? -If you have any questions, feel free to ask in our [Discord server](https://discord.gg/HnYFUhv4x4) in -the `#replugged-dev` channel. +If you have any questions, feel free to ask in our [Discord server](https://discord.gg/HnYFUhv4x4) +in the `#replugged-dev` channel. ## Thank you! diff --git a/docs/contributing/replugged.md b/docs/contributing/replugged.md index 0febfc6..c0c0b47 100644 --- a/docs/contributing/replugged.md +++ b/docs/contributing/replugged.md @@ -90,8 +90,8 @@ errors later. ## Questions? -If you have any questions, feel free to ask in our [Discord server](https://discord.gg/HnYFUhv4x4) in -the `#replugged-dev` channel. +If you have any questions, feel free to ask in our [Discord server](https://discord.gg/HnYFUhv4x4) +in the `#replugged-dev` channel. ## Thank you! diff --git a/docs/intro.md b/docs/intro.md index 1d754ff..de26389 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -21,6 +21,6 @@ Want to contribute to Replugged? Take a look at our ## Need Help? -Join our [Discord server](https://discord.gg/HnYFUhv4x4)! Questions about addon development should go -in [#plugin-dev](https://discord.com/channels/1000926524452647132/1000955966520557689) or +Join our [Discord server](https://discord.gg/HnYFUhv4x4)! Questions about addon development should +go in [#plugin-dev](https://discord.com/channels/1000926524452647132/1000955966520557689) or [#theme-dev](https://discord.com/channels/1000926524452647132/1000955967627874424).