diff --git a/docusaurus.config.js b/docusaurus.config.js index 34a07318..3cbd4a17 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -83,7 +83,7 @@ const config = { }, items: [ { - to: 'docs/', + to: 'docs/next/', label: 'Documentation', position: 'left', }, @@ -132,23 +132,23 @@ const config = { items: [ { label: 'Getting Started', - to: '/docs/', + to: '/docs/next/', }, { label: 'Setup', - to: '/docs/setup/install/helm-charts', + to: '/docs/next/setup/install/helm-charts', }, { label: 'Reference', - to: '/docs/reference/cli/dfdaemon', + to: '/docs/next/reference/cli/dfdaemon', }, { label: 'Contribute', - to: '/docs/contribute/development-guide/development', + to: '/docs/next/contribute/development-guide/development', }, { label: 'Others', - to: '/docs/others/faqs', + to: '/docs/next/others/faqs', }, ], }, diff --git a/src/pages/index.js b/src/pages/index.js index 59062fca..42a6e339 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -344,7 +344,7 @@ export default function Home() {
-
-