diff options
| -rw-r--r-- | blog/tags.yml | 29 | ||||
| -rw-r--r-- | docs/contactus.md | 2 | ||||
| -rw-r--r-- | docs/troubleshoot.md | 24 | ||||
| -rw-r--r-- | docusaurus.config.js | 23 | ||||
| -rw-r--r-- | src/css/custom.css | 19 | ||||
| -rw-r--r-- | static/img/discord.svg | 1 |
6 files changed, 29 insertions, 69 deletions
diff --git a/blog/tags.yml b/blog/tags.yml index bfaa778..8595f0b 100644 --- a/blog/tags.yml +++ b/blog/tags.yml @@ -1,19 +1,14 @@ -facebook: - label: Facebook - permalink: /facebook - description: Facebook tag description +Windows: + label: Windows + permalink: /windows + description: Windows -hello: - label: Hello - permalink: /hello - description: Hello tag description +Activation: + label: Activation + permalink: /activation + description: Windows Activation -docusaurus: - label: Docusaurus - permalink: /docusaurus - description: Docusaurus tag description - -hola: - label: Hola - permalink: /hola - description: Hola tag description +MAS: + label: MAS + permalink: /mas + description: Microsoft Activation Scripts
\ No newline at end of file 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..d2428a0 100644 --- a/docs/troubleshoot.md +++ b/docs/troubleshoot.md @@ -1,26 +1,14 @@ # Troubleshoot
-## Activation / Change Edition Issues
+:::danger[Instructions]
-- 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.**
+- Ensure you are using the [latest MAS version](intro.md#how-to-activate-windows--office--extended-updates-esu).
:::
----
-
## Support Links
-- [Discord](https://discord.gg/j2yFsV5ZVC) ❤️ (signup not required)
-- [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/issues)
+If the issue persists after following the instructions above, **reach out to us with a screenshot of the error**:
+- [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..d0587ba 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -24,7 +24,6 @@ const config = { projectName: 'massgrave.dev', // Usually your repo name. onBrokenLinks: 'throw', - onBrokenMarkdownLinks: 'warn', trailingSlash: false, // Even if you don't use internationalization, you can use this field to set @@ -43,10 +42,6 @@ const config = { docs: { routeBasePath: '/', // Serve the docs at the site's root sidebarPath: './sidebars.js', - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/massgravel/massgrave.dev/tree/main/', }, blog: { showReadingTime: true, @@ -54,10 +49,6 @@ const config = { type: ['rss', 'atom'], xslt: true, }, - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/massgravel/massgrave.dev/tree/main/', // Useful options to enforce blogging best practices onInlineTags: 'warn', onInlineAuthors: 'warn', @@ -100,6 +91,13 @@ const config = { ], ], + markdown: + ({ + hooks: { + onBrokenMarkdownLinks: 'warn', + } + }), + themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ @@ -180,13 +178,6 @@ const config = { 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', position: 'right', 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 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="#ffffff" d="M524.5 69.8a1.5 1.5 0 0 0 -.8-.7A485.1 485.1 0 0 0 404.1 32a1.8 1.8 0 0 0 -1.9 .9 337.5 337.5 0 0 0 -14.9 30.6 447.8 447.8 0 0 0 -134.4 0 309.5 309.5 0 0 0 -15.1-30.6 1.9 1.9 0 0 0 -1.9-.9A483.7 483.7 0 0 0 116.1 69.1a1.7 1.7 0 0 0 -.8 .7C39.1 183.7 18.2 294.7 28.4 404.4a2 2 0 0 0 .8 1.4A487.7 487.7 0 0 0 176 479.9a1.9 1.9 0 0 0 2.1-.7A348.2 348.2 0 0 0 208.1 430.4a1.9 1.9 0 0 0 -1-2.6 321.2 321.2 0 0 1 -45.9-21.9 1.9 1.9 0 0 1 -.2-3.1c3.1-2.3 6.2-4.7 9.1-7.1a1.8 1.8 0 0 1 1.9-.3c96.2 43.9 200.4 43.9 295.5 0a1.8 1.8 0 0 1 1.9 .2c2.9 2.4 6 4.9 9.1 7.2a1.9 1.9 0 0 1 -.2 3.1 301.4 301.4 0 0 1 -45.9 21.8 1.9 1.9 0 0 0 -1 2.6 391.1 391.1 0 0 0 30 48.8 1.9 1.9 0 0 0 2.1 .7A486 486 0 0 0 610.7 405.7a1.9 1.9 0 0 0 .8-1.4C623.7 277.6 590.9 167.5 524.5 69.8zM222.5 337.6c-29 0-52.8-26.6-52.8-59.2S193.1 219.1 222.5 219.1c29.7 0 53.3 26.8 52.8 59.2C275.3 311 251.9 337.6 222.5 337.6zm195.4 0c-29 0-52.8-26.6-52.8-59.2S388.4 219.1 417.9 219.1c29.7 0 53.3 26.8 52.8 59.2C470.7 311 447.5 337.6 417.9 337.6z"/></svg> |
