Skip to content

Commit

Permalink
disable blog
Browse files Browse the repository at this point in the history
  • Loading branch information
ladddder committed Dec 7, 2023
1 parent eaa5d61 commit 291386c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ const config: Config = {
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
},
/*
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
},
*/
theme: {
customCss: './src/css/custom.css',
},
Expand All @@ -62,16 +64,16 @@ const config: Config = {
title: 'Ladder',
logo: {
alt: 'Ladder Logo',
src: 'img/logo.svg',
src: 'img/pigeon.svg',
},
items: [
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Tutorial',
label: 'Docs',
},
{to: '/blog', label: 'Blog', position: 'left'},
//{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
label: 'GitHub',
Expand All @@ -98,10 +100,6 @@ const config: Config = {
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
],
},
{
Expand Down

0 comments on commit 291386c

Please sign in to comment.