mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
Fixed broken links, updated nav and footer bar
This commit is contained in:
parent
cce9a82acb
commit
2c48c1b09a
1 changed files with 4 additions and 35 deletions
|
@ -57,52 +57,21 @@ const config = {
|
|||
// Replace with your project's social card
|
||||
image: 'img/docusaurus-social-card.jpg',
|
||||
navbar: {
|
||||
title: 'My Site',
|
||||
title: 'DOCS.JONASJONES.DEV',
|
||||
logo: {
|
||||
alt: 'My Site Logo',
|
||||
src: 'img/logo.svg',
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: 'docSidebar',
|
||||
sidebarId: 'tutorialSidebar',
|
||||
position: 'left',
|
||||
label: 'Tutorial',
|
||||
},
|
||||
{to: '/blog', label: 'Blog', position: 'left'},
|
||||
{
|
||||
href: 'https://github.com/JonasunderscoreJones/docs.jonasjones.dev',
|
||||
label: 'GitHub',
|
||||
href: 'https://jonasjones.dev',
|
||||
label: 'Homepage',
|
||||
position: 'right',
|
||||
},
|
||||
}
|
||||
],
|
||||
},
|
||||
footer: {
|
||||
style: 'dark',
|
||||
links: [
|
||||
{
|
||||
title: 'Docs',
|
||||
items: [
|
||||
{
|
||||
label: 'Tutorial',
|
||||
to: '/docs/intro',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'More',
|
||||
items: [
|
||||
{
|
||||
label: 'Homepage',
|
||||
href: 'https://jonasjones.dev',
|
||||
},
|
||||
{
|
||||
label: 'GitHub',
|
||||
href: 'https://github.com/facebook/docusaurus',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
copyright: `Website by Jonas_Jones 2021 - ${new Date().getFullYear()}`,
|
||||
},
|
||||
prism: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue