diff --git a/docs/intro.md b/docs/how.md similarity index 99% rename from docs/intro.md rename to docs/how.md index b9b3ab4..bb020ed 100644 --- a/docs/intro.md +++ b/docs/how.md @@ -1,5 +1,5 @@ --- -sidebar_position: 1 +sidebar_position: 2 --- # How to use Codex diff --git a/docs/home.mdx b/docs/index.mdx similarity index 99% rename from docs/home.mdx rename to docs/index.mdx index a65bbfd..de74631 100644 --- a/docs/home.mdx +++ b/docs/index.mdx @@ -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'; diff --git a/docusaurus.config.js b/docusaurus.config.js index 3c997ee..4fa8aeb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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',