diff --git a/docs/advanced-guides/_category_.json b/docs/advanced-guides/_category_.json index 436ffdf..78dd49a 100644 --- a/docs/advanced-guides/_category_.json +++ b/docs/advanced-guides/_category_.json @@ -1,5 +1,5 @@ { - "label": "Contributing to MantisTable", + "label": "Advanced Guides", "position": 3, "link": { "type": "generated-index" diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 6ce6649..ece1834 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -54,7 +54,7 @@ const config: Config = { navbar: { title: 'MantisTable UI', logo: { - alt: 'My Site Logo', + alt: 'MantisTable UI Logo', src: 'img/logo.svg', }, items: [ @@ -73,26 +73,6 @@ const config: Config = { }, footer: { style: 'dark', - links: [ - { - title: 'Docs', - items: [ - { - label: 'introduction', - to: '/docs/introduction', - }, - ], - }, - { - title: 'More', - items: [ - { - label: 'GitHub', - href: 'https://github.com/UNIMIBInside/mantistable', - }, - ], - }, - ], copyright: `Copyright © ${new Date().getFullYear()} DatAI lab. Built with Docusaurus.`, }, prism: { diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 400a3e1..99e4720 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -19,7 +19,7 @@ function HomepageHeader() {
+ to="/docs/introduction"> Docusaurus Tutorial - 5min ⏱️