Skip to content
Snippets Groups Projects
Commit 8dfef62f authored by Jakub Pelka's avatar Jakub Pelka :cat2:
Browse files

Fix broken links

parent 46240ebf
No related branches found
No related tags found
1 merge request!2Bring master up to date, merge updated CI
......@@ -67,15 +67,15 @@ const config = {
footer: {
style: 'dark',
links: [
{
title: 'Docs',
items: [
{
label: 'Tutorial',
to: '/docs/intro',
},
],
},
// {
// title: 'Docs',
// items: [
// {
// label: 'Tutorial',
// to: '/docs/intro',
// },
// ],
// },
{
title: 'Community',
items: [
......@@ -96,10 +96,10 @@ const config = {
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
},
//{
// label: 'Blog',
// to: '/blog',
//},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment