Update docusaurus.config.js

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-17 00:59:06 +05:30
committed by GitHub
parent 096ea4a6fe
commit 178c07f1d8

View File

@@ -75,13 +75,6 @@ const config = {
src: 'img/Doc.svg', src: 'img/Doc.svg',
}, },
items: [ items: [
// {
// type: 'docSidebar',
// sidebarId: 'tutorialSidebar',
// position: 'left',
// label: 'Tutorial',
// },
// {to: '/blog', label: 'Blog', position: 'left'},
{ {
type: 'search', type: 'search',
position: 'right', position: 'right',
@@ -101,6 +94,11 @@ const config = {
label: 'Forum', label: 'Forum',
position: 'right', position: 'right',
}, },
{
href: 'https://uptime.snigdhaos.org/',
label: 'Uptime',
position: 'right',
},
{ {
href: 'https://tools.snigdhaos.org/', href: 'https://tools.snigdhaos.org/',
label: 'Tools', label: 'Tools',