summaryrefslogtreecommitdiff
path: root/docusaurus.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'docusaurus.config.js')
-rw-r--r--docusaurus.config.js23
1 files changed, 7 insertions, 16 deletions
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',