From 02702ed38f18397b9d19d172ee0ecf48e110c79b Mon Sep 17 00:00:00 2001 From: Lyssa Date: Tue, 30 Dec 2025 11:45:34 +0400 Subject: Remove Discord button from navbar, update troubleshoot page --- docs/contactus.md | 2 +- docs/troubleshoot.md | 22 ++++++---------------- docusaurus.config.js | 7 ------- src/css/custom.css | 19 +++---------------- static/img/discord.svg | 1 - 5 files changed, 10 insertions(+), 41 deletions(-) delete mode 100644 static/img/discord.svg diff --git a/docs/contactus.md b/docs/contactus.md index 1887d99..2b9d787 100644 --- a/docs/contactus.md +++ b/docs/contactus.md @@ -2,7 +2,7 @@ Please feel free to share feedback regarding bug reports, documentation errors, troubleshooting, etc. using the links below. -- [Discord](https://discord.gg/j2yFsV5ZVC) ❤️ (no signup required) - Discussion +- [Discord](https://discord.gg/j2yFsV5ZVC) ❤️ - Discussion - [Reddit](https://www.reddit.com/r/MAS_Activator/) - [Bluesky](https://bsky.app/profile/massgrave.dev) - [Twitter](https://twitter.com/massgravel) diff --git a/docs/troubleshoot.md b/docs/troubleshoot.md index 2fcc809..7fe80a9 100644 --- a/docs/troubleshoot.md +++ b/docs/troubleshoot.md @@ -1,20 +1,10 @@ # Troubleshoot -## Activation / Change Edition Issues +:::danger[‍] -- Ensure you are using the [latest MAS version](intro.md#how-to-activate-windows--office--extended-updates-esu) for activation. -- If the MAS script displays any **blue-colored lines**, follow the instructions shown there. -- If the issue persists even after following the blue-line instructions, reach out to us with an error screenshot using one of the links below. - -:::tip - -**Read and follow the blue lines in the script.** - ---- - -**阅读并遵循脚本中的蓝色行指示。** -**Читайте и следуйте синим линиям в сценарии.** -**Leia e siga as linhas azuis no script.** +- **If the MAS script displays any blue-colored lines, follow the instructions shown there.** +- If the issue persists after following the blue-line instructions, **reach out to us with an error screenshot** using one of the links below. +- Ensure you are using the [latest MAS version](intro.md#how-to-activate-windows--office--extended-updates-esu). ::: @@ -22,5 +12,5 @@ ## Support Links -- [Discord](https://discord.gg/j2yFsV5ZVC) ❤️ (signup not required) -- [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/issues) +- [Discord](https://discord.gg/j2yFsV5ZVC) ❤️ +- [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/issues) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3829aa6..b442fec 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -179,13 +179,6 @@ const config = { position: 'right', label: 'Contact Us', }, - { - href: 'https://discord.gg/j2yFsV5ZVC', - className: 'discord-button', - position: 'right', - label: 'Discord', - "title": 'Chat with us on Discord', - }, { href: 'https://github.com/massgravel/Microsoft-Activation-Scripts', className: 'github-button', diff --git a/src/css/custom.css b/src/css/custom.css index a0d9c18..041ad57 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -74,8 +74,7 @@ backdrop-filter: blur(1rem); } -.navbar__inner .github-button, -.navbar__inner .discord-button { +.navbar__inner .github-button { width: 32px; height: 32px; font-size: 0; @@ -84,24 +83,17 @@ padding: var(--ifm-navbar-item-padding-vertical) var(--ifm-navbar-item-padding-horizontal); } -.navbar__inner .github-button *, -.navbar__inner .discord-button * { +.navbar__inner .github-button * { display: none; } -.navbar__inner .github-button:before, -.navbar__inner .discord-button:before { +.navbar__inner .github-button:before { content: ''; width: 22px; height: 22px; display: block; } -.navbar__inner .discord-button:before { - background: url('/img/discord.svg') no-repeat; - margin: 3px 0 0 -7px; -} - .navbar__inner .github-button:before { background: url('/img/github.svg') no-repeat; margin: 1px 0 0 -7px; @@ -128,7 +120,6 @@ display: none !important; } - .navbar__item.discord-button, .navbar__item.github-button { display: flex !important; padding: 5px; @@ -136,10 +127,6 @@ justify-content: center; } - .navbar__item.discord-button::before { - margin: 3px 0 0 0 !important; - } - .navbar__item.github-button::before { margin: 0 !important; } diff --git a/static/img/discord.svg b/static/img/discord.svg deleted file mode 100644 index c46b0ab..0000000 --- a/static/img/discord.svg +++ /dev/null @@ -1 +0,0 @@ - -- cgit v1.2.3