mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix routing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
sidebar_position: 2
|
||||
---
|
||||
# How to use Codex
|
||||
|
||||
@@ -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';
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user