Skip to content

Commit 98335ce

Browse files
Remove redundant title, advocate guide link
1 parent b70a549 commit 98335ce

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

docusaurus.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const config: Config = {
6868
// Replace with your project's social card
6969
image: 'img/workflowdocs_logo_wordmark.png',
7070
navbar: {
71-
title: 'Workflow Docs',
71+
title: '',
7272
logo: {
7373
alt: 'Workflow Docs Logo',
7474
src: 'img/workflowdocs_logo_wordmark.svg',
@@ -80,11 +80,6 @@ const config: Config = {
8080
position: 'left',
8181
label: 'Documentation',
8282
},
83-
{
84-
to: '/docs/advocate-guide',
85-
label: 'Advocate Guide',
86-
position: 'left',
87-
},
8883
{to: '/about', label: 'About', position: 'left'},
8984
{to: '/security', label: 'Security', position: 'left'},
9085
{to: '/pricing', label: 'Pricing', position: 'left'},

0 commit comments

Comments
 (0)