From feb53ff6796c2ddd7080514423c24688795c7f15 Mon Sep 17 00:00:00 2001 From: Arista Indrajaya Date: Tue, 19 Mar 2024 16:32:01 +0700 Subject: [PATCH] docs: Updated the providers title to engines and sidebar title to engines --- docs/docs/guides/local-providers/README.mdx | 2 +- docs/docs/guides/remote-providers/README.mdx | 2 +- docs/sidebars.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/guides/local-providers/README.mdx b/docs/docs/guides/local-providers/README.mdx index 5c83648e3..914e2af38 100644 --- a/docs/docs/guides/local-providers/README.mdx +++ b/docs/docs/guides/local-providers/README.mdx @@ -1,5 +1,5 @@ --- -title: Local Providers +title: Local Engines slug: /guides/engines/local sidebar_position: 13 description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server. diff --git a/docs/docs/guides/remote-providers/README.mdx b/docs/docs/guides/remote-providers/README.mdx index 46a126882..7523be940 100644 --- a/docs/docs/guides/remote-providers/README.mdx +++ b/docs/docs/guides/remote-providers/README.mdx @@ -1,5 +1,5 @@ --- -title: Remote Providers +title: Remote Engines slug: /guides/engines/remote sidebar_position: 14 description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server. diff --git a/docs/sidebars.js b/docs/sidebars.js index 228a49d06..2ee54a5c2 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -226,7 +226,7 @@ const sidebars = { "guides/inference/overview-inference", { type: "category", - label: "Local Providers", + label: "Local Engines", className: "head_SubMenu", link: { type: 'doc', @@ -241,7 +241,7 @@ const sidebars = { }, { type: "category", - label: "Remote Providers", + label: "Remote Engines", className: "head_SubMenu", link: { type: 'doc',