Compare commits

..

No commits in common. "main" and "v1.17" have entirely different histories.
main ... v1.17

2 changed files with 16 additions and 22 deletions

View file

@ -1 +0,0 @@
Replace the Twitter link in the footer with our BlueSky and Mastodon socials.

View file

@ -70,13 +70,13 @@ copyright = "The Matrix.org Foundation CIC"
[params.version] [params.version]
# must be one of "unstable", "current", "historical" # must be one of "unstable", "current", "historical"
# this is used to decide whether to show a banner pointing to the current release # this is used to decide whether to show a banner pointing to the current release
status = "unstable" status = "stable"
# A URL pointing to the latest, stable release of the spec. To be shown in the unstable version warning banner. # A URL pointing to the latest, stable release of the spec. To be shown in the unstable version warning banner.
current_version_url = "https://spec.matrix.org/latest" current_version_url = "https://spec.matrix.org/latest"
# The following is used when status = "stable", and is displayed in various UI elements on a released version # The following is used when status = "stable", and is displayed in various UI elements on a released version
# of the spec. # of the spec.
#major = "1" major = "1"
#minor = "17" minor = "17"
[[params.versions]] [[params.versions]]
# We must include this parameter to enable docsy's version picker in the navbar. The picker # We must include this parameter to enable docsy's version picker in the navbar. The picker
@ -121,15 +121,10 @@ sidebar_menu_compact = true
icon = "fab fa-youtube" icon = "fab fa-youtube"
desc = "Matrix YouTube channel" desc = "Matrix YouTube channel"
[[params.links.bottom]] [[params.links.bottom]]
name = "Mastodon" name = "Twitter"
url = "https://mastodon.matrix.org/@matrix" url = "https://twitter.com/matrixdotorg"
icon = "fab fa-mastodon" icon = "fab fa-x-twitter"
desc = "Matrix on Mastodon" desc = "Matrix on Twitter"
[[params.links.bottom]]
name = "Bluesky"
url = "https://bsky.app/profile/matrix.org"
icon = "fab fa-bluesky"
desc = "Matrix on Bluesky"
# configuration for the hugo development server # configuration for the hugo development server