From a9755603c3a2c0b3afe809f77a63824c77c6419e Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 12 Sep 2023 13:27:47 -0700 Subject: fix: :bug: a number of small fixes + disable summaries --- docs/docs/reference/Models/openai.md | 3 +-- docs/docs/reference/config.md | 2 +- docs/docusaurus.config.js | 5 +++++ 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/docs/reference/Models/openai.md b/docs/docs/reference/Models/openai.md index 4eb4906f..0ade1a8f 100644 --- a/docs/docs/reference/Models/openai.md +++ b/docs/docs/reference/Models/openai.md @@ -23,7 +23,6 @@ config = ContinueConfig( Options for serving models locally with an OpenAI-compatible server include: -- [LM Studio](https://lmstudio.ai/) - [text-gen-webui](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/openai#setup--installation) - [FastChat](https://github.com/lm-sys/FastChat/blob/main/docs/openai_api.md) - [LocalAI](https://localai.io/basics/getting_started/) @@ -37,4 +36,4 @@ Options for serving models locally with an OpenAI-compatible server include: ### Inherited Properties - + \ No newline at end of file diff --git a/docs/docs/reference/config.md b/docs/docs/reference/config.md index 27612924..b26d8cde 100644 --- a/docs/docs/reference/config.md +++ b/docs/docs/reference/config.md @@ -8,7 +8,7 @@ Continue can be deeply customized by editing the `ContinueConfig` object in `~/. ## Properties - + ### Inherited Properties diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index e6f8a646..b28a0ade 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -146,10 +146,15 @@ const config = { "@docusaurus/plugin-client-redirects", { redirects: [ + // Redirects from old docs { from: "/customization", to: "/customization/overview", }, + { + from: "/getting-started", + to: "/quickstart", + }, ], }, ], -- cgit v1.2.3-70-g09d2