Skip to content

Commit 18ae4d6

Browse files
committed
docs: update reference emojis
1 parent dd3b543 commit 18ae4d6

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

docs/docs/reference/config.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Configuration Options
3+
description: Learn about the configuration options available for Continue and how to set them using config.json or .continuerc.json files.
4+
sidebar_label: ⚙️ Configuration
5+
---
6+
17
import Schema from "@site/static/schemas/config.json";
28
import JSONSchemaViewer from "@theme/JSONSchemaViewer";
39

docs/docs/reference/embedding-providers.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Embeddings Providers
3+
sidebar_label: 🔤 Embeddings Providers
34
description: Learn about the different embeddings providers supported by Continue, including Cohere, DeepInfra, Free Trial, Gemini, Hugging Face TEI, Ollama, OpenAI, Transformers.js, and Voyage AI.
45
toc_max_heading_level: 2
56
---

docs/docs/reference/reranking-providers.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Reranking Providers
3+
sidebar_label: 🏆 Reranking Providers
34
description: Overview of different reranking options available in Continue, including Cohere, Voyage AI, LLM, Hugging Face TEI, and free trial options.
45
---
56

docs/sidebars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const sidebars = {
9393
"reference/config",
9494
{
9595
type: "category",
96-
label: "LLM Providers",
96+
label: "🤖 LLM Providers",
9797
collapsible: true,
9898
collapsed: true,
9999
items: [

0 commit comments

Comments
 (0)