Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
tothero committed Jun 10, 2024
1 parent 3d7df3f commit 703fd4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config: Config = {
organizationName: 'lobaro', // Usually your GitHub org/user name.
projectName: 'iot', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',

// Even if you don't use internationalization, you can use this field to set
Expand Down Expand Up @@ -47,7 +47,7 @@ const config: Config = {
// 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 @@ -73,7 +73,7 @@ const config: Config = {
position: 'left',
label: 'Tutorial',
},
{to: '/blog', label: 'Blog', position: 'left'},
/* {to: '/blog', label: 'Blog', position: 'left'},*/
{
href: 'https://github.com/lobaro/iot',
label: 'GitHub',
Expand Down Expand Up @@ -105,10 +105,10 @@ const config: Config = {
{
title: 'More',
items: [
{
/* {
label: 'Docs',
to: '/docs',
},
},*/
{
label: 'GitHub',
href: 'https://github.com/lobaro/iot',
Expand Down

0 comments on commit 703fd4e

Please sign in to comment.