summaryrefslogtreecommitdiff
path: root/docusaurus.config.js
diff options
context:
space:
mode:
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,