fix routing

This commit is contained in:
amirhouieh
2022-10-09 11:26:53 +02:00
parent 88f222fcf3
commit 77c3992789
3 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---
# How to use Codex
+1
View File
@@ -1,5 +1,6 @@
---
sidebar_position: 1
title: Home
---
import {Hero} from '@site/src/components/mdx/Hero';
import {FeatureList} from '@site/src/components/mdx/FeatureList';
+1 -7
View File
@@ -70,17 +70,11 @@ const config = {
items: [
{
type: 'doc',
docId: 'intro',
docId: 'index',
position: 'left',
href: 'https://blog.codex.storage/',
label: 'Blog',
},
// {
// href: 'https://github.com/facebook/docusaurus',
// position: 'right',
// className: 'header-github-link',
// 'aria-label': 'GitHub repository',
// },
{
type: 'localeDropdown',
position: 'right',