Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
cremarco committed Jul 24, 2024
1 parent 94435f9 commit d6fe786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/advanced-guides/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Contributing to MantisTable",
"label": "Advanced Guides",
"position": 3,
"link": {
"type": "generated-index"
Expand Down
22 changes: 1 addition & 21 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
to="/docs/introduction">
Docusaurus Tutorial - 5min ⏱️
</Link>
</div>
Expand Down

0 comments on commit d6fe786

Please sign in to comment.