Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cahyosubroto authored Mar 22, 2024
1 parent c3616df commit 67d34b4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const config = {
},
{
from: '/install/',
to: '/guides/install/',
to: '/guides/quickstart/',
},
{
from: '/guides/using-models/',
Expand All @@ -119,7 +119,7 @@ const config = {
},
{
from: '/install/mac/',
to: '/guides/install/mac/',
to: '/guides/quickstart/',
},
{
from: '/guides/using-models/integrate-with-remote-server/',
Expand Down Expand Up @@ -151,19 +151,19 @@ const config = {
},
{
from: '/install/windows/',
to: '/guides/install/windows/',
to: '/guides/quickstart/',
},
{
from: '/api/overview/',
to: '/api-reference/',
},
{
from: '/install/linux/',
to: '/guides/install/linux/',
to: '/guides/quickstart/',
},
{
from: '/install/from-source/',
to: '/guides/install/#install-server-side',
to: '/guides/quickstart',
},
{
from: '/troubleshooting/gpu-not-used/',
Expand Down Expand Up @@ -195,7 +195,7 @@ const config = {
},
{
from: '/guides/install/hardware/',
to: '/guides/hardware/',
to: '/guides/quickstart/',
},
{
from: '/docs/engineering/files/',
Expand All @@ -219,7 +219,7 @@ const config = {
},
{
from: '/install/docker/',
to: '/guides/install/server/',
to: '/guides/quickstart',
},
{
from: '/guides/using-models/import-manually/',
Expand All @@ -235,7 +235,7 @@ const config = {
},
{
from: '/guides/installation/hardware/',
to: '/guides/hardware/',
to: '/guides/quickstart',
},
{
from: '/guides/chatting/start-thread/',
Expand Down Expand Up @@ -263,7 +263,7 @@ const config = {
},
{
from: '/getting-started/install/linux/',
to: '/guides/install/linux/',
to: '/guides/quickstart/',
},
{
from: '/features/extensions',
Expand Down Expand Up @@ -291,7 +291,7 @@ const config = {
},
{
from: '/guides/windows/',
to: '/guides/install/windows/',
to: '/guides/quickstart/',
},
{
from: '/specs/',
Expand All @@ -311,7 +311,7 @@ const config = {
},
{
from: '/install/overview/',
to: '/guides/install/',
to: '/guides/quickstart/',
},
{
from: '/docs/get-started/extension-anatomy/',
Expand All @@ -323,7 +323,7 @@ const config = {
},
{
from: '/guides/mac/',
to: '/guides/install/mac/',
to: '/guides/quickstart/',
},
{
from: '/specs/fine-tuning/',
Expand Down Expand Up @@ -355,15 +355,15 @@ const config = {
},
{
from: '/getting-started/install/mac',
to: '/guides/install/mac/',
to: '/guides/quickstart/',
},
{
from: '/guides/fine-tuning/what-models-can-be-fine-tuned',
to: '/developer/framework/engineering/fine-tuning/',
},
{
from: '/guides/linux/',
to: '/guides/install/linux/',
to: '/guides/quickstart/',
},
{
from: '/docs/specs/threads',
Expand All @@ -383,7 +383,7 @@ const config = {
},
{
from: '/getting-started/install/windows',
to: '/guides/install/windows/',
to: '/guides/quickstart/',
},
{
from: '/docs/api-reference/messages',
Expand Down

0 comments on commit 67d34b4

Please sign in to comment.