summaryrefslogtreecommitdiff
path: root/docusaurus.config.js
diff options
context:
space:
mode:
authorWindowsAddict2025-10-06 19:48:49 +0000
committerWindowsAddict2025-10-06 19:48:49 +0000
commita95bf7ce742df3189b13cb899d675060b22fd9a4 (patch)
tree8828bc8bf6a2eb429a92db45e06b11e3250449d4 /docusaurus.config.js
parent0c200320c5fa33cee809713379bd97dbc97ed073 (diff)
downloadmassgrave.dev-a95bf7ce742df3189b13cb899d675060b22fd9a4.zip
Update layout. Thanks a lot to asdcorp.
Diffstat (limited to 'docusaurus.config.js')
-rw-r--r--docusaurus.config.js57
1 files changed, 7 insertions, 50 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js
index a43882f..8cbb26c 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -25,7 +25,7 @@ const config = {
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
- trailingSlash: 'false',
+ trailingSlash: false,
// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
@@ -43,10 +43,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,
@@ -88,6 +84,12 @@ const config = {
},
items: [
{
+ to: '/',
+ position: 'left',
+ label: 'Home',
+ activeBaseRegex: "^/$",
+ },
+ {
to: '/genuine-installation-media',
position: 'left',
label: 'Download Windows / Office',
@@ -167,51 +169,6 @@ const config = {
},
],
},
- /* footer: {
- style: 'dark',
- links: [
- {
- title: 'Docs',
- items: [
- {
- label: 'Tutorial',
- to: '/docs/intro',
- },
- ],
- },
- {
- title: 'Community',
- items: [
- {
- label: 'Stack Overflow',
- href: 'https://stackoverflow.com/questions/tagged/docusaurus',
- },
- {
- label: 'Discord',
- href: 'https://discordapp.com/invite/docusaurus',
- },
- {
- label: 'Twitter',
- href: 'https://twitter.com/docusaurus',
- },
- ],
- },
- {
- title: 'More',
- items: [
- {
- label: 'Blog',
- to: '/blog',
- },
- {
- label: 'GitHub',
- href: 'https://github.com/facebook/docusaurus',
- },
- ],
- },
- ],
- copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
- }, */
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,