Skip to content

Commit

Permalink
Remove links to the blog and docs from the navigation (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Jul 17, 2024
1 parent 22e8e38 commit 75410e6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ const config = {
},
items: [
{ 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' },
{
type: 'doc',
docId: 'intro',
position: 'left',
label: 'Docs',
},
{ to: 'blog', label: 'Blog', position: 'left' },
{
href: 'https://dlthub.com/community',
label: 'Join community',
Expand Down

0 comments on commit 75410e6

Please sign in to comment.