From e545ae23322ff8d95d18f4d18dab4f59621913f1 Mon Sep 17 00:00:00 2001 From: irfanpena <137022864+irfanpena@users.noreply.github.com> Date: Wed, 20 Mar 2024 21:52:26 +0700 Subject: [PATCH] Updated docusaurus.config.js Removed the same links with "/" different --- docs/docusaurus.config.js | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 653c8f391..7d551e350 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -237,14 +237,6 @@ const config = { from: '/guides/installation/hardware/', to: '/guides/hardware/', }, - { - from: '/docs/modules/models', - to: '/guides/models/', - }, - { - from: '/getting-started/install/linux', - to: '/guides/install/linux/', - }, { from: '/guides/chatting/start-thread/', to: '/guides/threads/', @@ -357,10 +349,6 @@ const config = { from: '/products/desktop', to: '/desktop/', }, - { - from: '/api', - to: '/api-reference/', - }, { from: '/developers/plugins/azure-openai', to: '/guides/engines/openai/', @@ -449,14 +437,6 @@ const config = { from: '/hardware/examples/3090x1-@dan-jan', to: '/guides/hardware/', }, - { - from: '/guides/linux', - to: '/guides/install/linux/', - }, - { - from: '/guides/mac', - to: '/guides/install/mac/', - }, { from: '/chat', to: '/guides/threads/',