From 703fd4e8c31fe4f2a68c5cea550bc11211361bd4 Mon Sep 17 00:00:00 2001
From: Theodor Rohde
Date: Mon, 10 Jun 2024 21:31:08 +0200
Subject: [PATCH] fix config
---
docusaurus.config.ts | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index a21e6bbd..ee52a513 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -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
@@ -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',
},
@@ -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',
@@ -105,10 +105,10 @@ const config: Config = {
{
title: 'More',
items: [
- {
+ /* {
label: 'Docs',
to: '/docs',
- },
+ },*/
{
label: 'GitHub',
href: 'https://github.com/lobaro/iot',