docs: Updated the providers title to engines and sidebar title to engines

This commit is contained in:
Arista Indrajaya 2024-03-19 16:32:01 +07:00
parent 0ada351a3f
commit feb53ff679
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- ---
title: Local Providers title: Local Engines
slug: /guides/engines/local slug: /guides/engines/local
sidebar_position: 13 sidebar_position: 13
description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server. description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.

View File

@ -1,5 +1,5 @@
--- ---
title: Remote Providers title: Remote Engines
slug: /guides/engines/remote slug: /guides/engines/remote
sidebar_position: 14 sidebar_position: 14
description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server. description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.

View File

@ -226,7 +226,7 @@ const sidebars = {
"guides/inference/overview-inference", "guides/inference/overview-inference",
{ {
type: "category", type: "category",
label: "Local Providers", label: "Local Engines",
className: "head_SubMenu", className: "head_SubMenu",
link: { link: {
type: 'doc', type: 'doc',
@ -241,7 +241,7 @@ const sidebars = {
}, },
{ {
type: "category", type: "category",
label: "Remote Providers", label: "Remote Engines",
className: "head_SubMenu", className: "head_SubMenu",
link: { link: {
type: 'doc', type: 'doc',