From a9680fed900e76be82b1fbe25da9b6faf0a64c73 Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Thu, 24 Aug 2023 22:51:05 +0300 Subject: [PATCH] Mastodon account moved to floss.social Update @serebit's and my Mastodon account URLs. Remove Thomas as he is not a Solus team member anymore. --- docs/organization/getting-involved.md | 2 +- docusaurus.config.js | 4 ++-- i18n/en/docusaurus-theme-classic/footer.json | 2 +- src/data/people.tsx | 24 ++------------------ 4 files changed, 6 insertions(+), 26 deletions(-) diff --git a/docs/organization/getting-involved.md b/docs/organization/getting-involved.md index fea5ca4..092effd 100644 --- a/docs/organization/getting-involved.md +++ b/docs/organization/getting-involved.md @@ -41,5 +41,5 @@ Making software accessible to users around the world, in their native language, To facilitate translations, Buddies of Budgie uses the [Transifex](https://www.transifex.com/buddiesofbudgie/) platform to manage new translations. :::caution Work In Progress -Translation support for our documentation (documents and user elements) is a work in progress. Keep an eye on this document, our [blog](https://buddiesofbudgie.org/blog), or our [Mastodon](https://fosstodon.org/@BuddiesOfBudgie) for news on when documentation translations support is introduced! +Translation support for our documentation (documents and user elements) is a work in progress. Keep an eye on this document, our [blog](https://buddiesofbudgie.org/blog), or our [Mastodon](https://floss.social/@BuddiesOfBudgie) for news on when documentation translations support is introduced! ::: diff --git a/docusaurus.config.js b/docusaurus.config.js index 60827ab..fcfd436 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -119,7 +119,7 @@ const config = { }, { label: "Mastodon", - href: "https://fosstodon.org/@BuddiesOfBudgie", + href: "https://floss.social/@BuddiesOfBudgie", rel: "me", }, { @@ -176,7 +176,7 @@ const config = { items: [ { label: "Mastodon", - href: "https://fosstodon.org/@BuddiesOfBudgie", + href: "https://floss.social/@BuddiesOfBudgie", }, { label: "Matrix", diff --git a/i18n/en/docusaurus-theme-classic/footer.json b/i18n/en/docusaurus-theme-classic/footer.json index 3aa3051..c0fd6ef 100644 --- a/i18n/en/docusaurus-theme-classic/footer.json +++ b/i18n/en/docusaurus-theme-classic/footer.json @@ -25,7 +25,7 @@ }, "link.item.label.Mastodon": { "message": "Mastodon", - "description": "The label of footer link with label=Mastodon linking to https://fosstodon.org/@BuddiesOfBudgie" + "description": "The label of footer link with label=Mastodon linking to https://floss.social/@BuddiesOfBudgie" }, "link.item.label.Matrix": { "message": "Matrix", diff --git a/src/data/people.tsx b/src/data/people.tsx index 3ba5afb..0044d0e 100644 --- a/src/data/people.tsx +++ b/src/data/people.tsx @@ -27,7 +27,7 @@ export const People: Record = { }, { icon: Mastodon, - to: "https://fosstodon.org/@serebit", + to: "https://floss.social/@serebit", type: WebsiteType.MASTODON, }, { @@ -94,7 +94,7 @@ export const People: Record = { }, { icon: Mastodon, - to: "https://fosstodon.org/@JoshStrobl", + to: "https://joshuastrobl.social/@me", type: WebsiteType.MASTODON, }, { @@ -104,24 +104,4 @@ export const People: Record = { }, ], }, - ThomasStaudinger: { - description: () => Solus team member, - matrix: "@staudey@fosstodon.org", - names: { - first: "Thomas", - last: "Staudinger", - }, - websites: [ - { - icon: GitHubIcon, - to: "https://github.com/Staudey", - type: WebsiteType.GITHUB, - }, - { - icon: Mastodon, - to: "https://fosstodon.org/@staudey", - type: WebsiteType.MASTODON, - }, - ], - }, };