Skip to content

Commit

Permalink
Mastodon account moved to floss.social
Browse files Browse the repository at this point in the history
Update @serebit's and my Mastodon account URLs. Remove Thomas as he is not a Solus team member anymore.
  • Loading branch information
JoshStrobl committed Aug 24, 2023
1 parent 68a2790 commit a9680fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/organization/getting-involved.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
:::
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const config = {
},
{
label: "Mastodon",
href: "https://fosstodon.org/@BuddiesOfBudgie",
href: "https://floss.social/@BuddiesOfBudgie",
rel: "me",
},
{
Expand Down Expand Up @@ -176,7 +176,7 @@ const config = {
items: [
{
label: "Mastodon",
href: "https://fosstodon.org/@BuddiesOfBudgie",
href: "https://floss.social/@BuddiesOfBudgie",
},
{
label: "Matrix",
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.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",
Expand Down
24 changes: 2 additions & 22 deletions src/data/people.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const People: Record<string, Person> = {
},
{
icon: Mastodon,
to: "https://fosstodon.org/@serebit",
to: "https://floss.social/@serebit",
type: WebsiteType.MASTODON,
},
{
Expand Down Expand Up @@ -94,7 +94,7 @@ export const People: Record<string, Person> = {
},
{
icon: Mastodon,
to: "https://fosstodon.org/@JoshStrobl",
to: "https://joshuastrobl.social/@me",
type: WebsiteType.MASTODON,
},
{
Expand All @@ -104,24 +104,4 @@ export const People: Record<string, Person> = {
},
],
},
ThomasStaudinger: {
description: () => <Box>Solus team member</Box>,
matrix: "@[email protected]",
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,
},
],
},
};

0 comments on commit a9680fe

Please sign in to comment.