Skip to content

Commit

Permalink
Update blog link in the docs' menu (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Sep 11, 2024
1 parent 5115a99 commit 555a918
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions docs/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');

// create versions config
const versions = {"current": {
label: 'devel',
label: 'devel',
path: 'devel',
noIndex: true
}}
Expand Down Expand Up @@ -84,9 +84,6 @@ const config = {
showLastUpdateAuthor: true,
showLastUpdateTime: true,
},
blog: {
showReadingTime: true
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
Expand Down Expand Up @@ -117,7 +114,7 @@ const config = {
position: 'left',
label: 'Docs',
},
{ to: 'blog', label: 'Blog', position: 'left' },
{ to: 'https://dlthub.com/blog', label: 'Blog', position: 'left' },
{
href: 'https://dlthub.com/community',
label: 'Join community',
Expand All @@ -141,21 +138,6 @@ const config = {
footer: {
style: 'dark',
links: [
{
title: 'Docs',
items: [
{
label: 'Docs',
to: '/intro',
className: 'footer-link'
},
{
label: 'Blog',
to: '/blog',
className: 'footer-link'
}
],
},
{
title: 'Community',
items: [
Expand Down

0 comments on commit 555a918

Please sign in to comment.