Skip to content

Commit 2908347

Browse files
committed
fix: remove duplicate blog entry from portal navbar
The blog entry was defined twice: - Once in navbar.ts (left side) - Once in docusaurus.config.ts (right side) Removed the duplicate from config to keep the properly positioned left-side entry.
1 parent 5013547 commit 2908347

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

portal/docusaurus.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ const config: Config = {
100100
items: [
101101
...navbarItems,
102102
standardsDropdown(currentEnv),
103-
{ to: '/blog', label: 'Blog', position: 'right' as const },
104103
{
105104
type: 'docsVersionDropdown',
106105
position: 'right' as const,

0 commit comments

Comments
 (0)