diff --git a/docs/index.md b/docs/index.md index 5d5752c7..b13952c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,6 @@ title: Introduction - [License](/license) - [Packaging Advice](/packaging) - [Security Advisories](/security) -- [Social Media](/social) - [Support](/support) - [Tutorials](/tutorials) diff --git a/docs/release-procedure.md b/docs/release-procedure.md index 29b14f93..cf16e9ba 100644 --- a/docs/release-procedure.md +++ b/docs/release-procedure.md @@ -33,4 +33,4 @@ Name | Description 0. If the release fixes a security vulnerability then create an advisory on the documentation site. 0. Update `INSP_VERSION` in the [Docker container build script](https://github.com/inspircd/docker/blob/master/.github/workflows/build-container.yml). 0. Update the topic in the InspIRCd IRC channels. -0. Post a link to the news post on the [InspIRCd social media accounts](/social). +0. Post a link to the news post on the [InspIRCd social media accounts](/support). diff --git a/docs/social.md b/docs/social.md deleted file mode 100644 index 96b1b3a9..00000000 --- a/docs/social.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: InspIRCd on Social Media -disable_toc: true ---- - -## InspIRCd on Social Media - -In addition to [our news feed](https://www.inspircd.org/atom.xml) the InspIRCd team publishes updates on the following social media platforms: - -- 🐘 Mastodon — [@inspircd@fosstodon.org](https://fosstodon.org/@inspircd) -- ☁️ Bluesky — [@inspircd.bsky.social](https://bsky.app/profile/inspircd.bsky.social) - -If you would like news to be posted to any other platform then please ask in our support channel. diff --git a/docs/support.md b/docs/support.md index abe7e08c..65de0a6d 100644 --- a/docs/support.md +++ b/docs/support.md @@ -12,3 +12,8 @@ If you need support you can use any of the following ways to reach people who wa - **Forum** — [GitHub Discussions](https://github.com/orgs/inspircd/discussions) Non-security bugs and feature requests can be reported on our [issue tracker](https://github.com/inspircd/inspircd/issues). For security vulnerabilities [please refer to our security policy](https://github.com/inspircd/inspircd/security/policy). + +If you don't need immediate support but want to be notified about releases you can keep up to date with InspIRCd news via [our news feed](https://www.inspircd.org/atom.xml) or via our social media accounts: + +- 🐘 Mastodon — [@inspircd@fosstodon.org](https://fosstodon.org/@inspircd) +- ☁️ Bluesky — [@inspircd.bsky.social](https://bsky.app/profile/inspircd.bsky.social) diff --git a/mkdocs.yml b/mkdocs.yml index dbba2037..f050e2a7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -174,3 +174,4 @@ plugins: 3/modes.md: 3/channel-modes.md 4/index.md: index.md faq/windows.md: faq.md + social.md: support.md