Skip to content

Commit 75410e6

Browse files
authored
Remove links to the blog and docs from the navigation (#1602)
1 parent 22e8e38 commit 75410e6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/website/docusaurus.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ const config = {
8484
},
8585
items: [
8686
{ label: 'dlt ' + (process.env.IS_MASTER_BRANCH ? "stable ": "devel ") + (process.env.DOCUSAURUS_DLT_VERSION || "0.0.1"), position: 'left', href: 'https://github.com/dlt-hub/dlt', className: 'version-navbar' },
87-
{
88-
type: 'doc',
89-
docId: 'intro',
90-
position: 'left',
91-
label: 'Docs',
92-
},
93-
{ to: 'blog', label: 'Blog', position: 'left' },
9487
{
9588
href: 'https://dlthub.com/community',
9689
label: 'Join community',

0 commit comments

Comments
 (0)