Skip to content

Commit

Permalink
fix config bork
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Dec 22, 2023
1 parent 5146231 commit 30cafb2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,15 @@ const config = {
style: 'dark',
links: [
{
title: 'Documentation',
title: '3DStreet',
items: [
{
label: 'Overview',
to: '/docs/',
label: 'About 3DStreet',
to: '/docs/category/about-3dstreet/',
},
{
label: 'Contact Sales',
href: 'https://us6.list-manage.com/contact-form?u=01ce9902276fa6ad96be57ac6&form_id=3f024b297f2177befa87b5ca5e9d45cc',
},
],
},
Expand All @@ -118,10 +122,7 @@ const config = {
{
label: 'Mastadon',
href: 'https://urbanists.social/@3dstreet',
},
label: 'Contact Sales',
href: 'https://us6.list-manage.com/contact-form?u=01ce9902276fa6ad96be57ac6&form_id=3f024b297f2177befa87b5ca5e9d45cc'
},
}
],
},
{
Expand Down

0 comments on commit 30cafb2

Please sign in to comment.