mirror of
https://github.com/massgravel/massgrave.dev.git
synced 2026-07-16 00:40:56 +00:00
Change up troubleshoot page more + disable "Edit This Page"
This commit is contained in:
@@ -1,16 +1,14 @@
|
|||||||
# Troubleshoot
|
# Troubleshoot
|
||||||
|
|
||||||
:::danger[]
|
:::danger[Instructions]
|
||||||
|
|
||||||
- **If the MAS script displays any blue-colored lines, follow the instructions shown there.**
|
- **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).
|
- Ensure you are using the [latest MAS version](intro.md#how-to-activate-windows--office--extended-updates-esu).
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Support Links
|
## Support Links
|
||||||
|
|
||||||
|
If the issue persists after following the instructions above, **reach out to us with a screenshot of the error**:
|
||||||
- [Discord](https://discord.gg/j2yFsV5ZVC) ❤️
|
- [Discord](https://discord.gg/j2yFsV5ZVC) ❤️
|
||||||
- [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/issues)
|
- [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/issues)
|
||||||
|
|||||||
@@ -43,10 +43,6 @@ const config = {
|
|||||||
docs: {
|
docs: {
|
||||||
routeBasePath: '/', // Serve the docs at the site's root
|
routeBasePath: '/', // Serve the docs at the site's root
|
||||||
sidebarPath: './sidebars.js',
|
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: {
|
blog: {
|
||||||
showReadingTime: true,
|
showReadingTime: true,
|
||||||
@@ -54,10 +50,6 @@ const config = {
|
|||||||
type: ['rss', 'atom'],
|
type: ['rss', 'atom'],
|
||||||
xslt: true,
|
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
|
// Useful options to enforce blogging best practices
|
||||||
onInlineTags: 'warn',
|
onInlineTags: 'warn',
|
||||||
onInlineAuthors: 'warn',
|
onInlineAuthors: 'warn',
|
||||||
|
|||||||
Reference in New Issue
Block a user