Skip to content

Commit e982cfd

Browse files
authored
Add search (#29)
1 parent 2c6c158 commit e982cfd

File tree

4 files changed

+502
-2
lines changed

4 files changed

+502
-2
lines changed

docs/faq.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ Roo Code supports a wide range of API providers, including:
6969
* Requesty
7070
* VS Code Language Model API
7171

72-
See [Configuring Your AI Provider and Model](#configuring-your-ai-provider-and-model) for details on setting up each provider.
73-
7472
### How do I get an API key?
7573

7674
Each API provider has its own process for obtaining an API key. See the [Setting Up Your First AI Provider](getting-started/connecting-api-provider) for links to the relevant documentation for each provider.

docusaurus.config.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,19 @@ const config: Config = {
4747
],
4848
],
4949

50+
themes: [
51+
[
52+
require.resolve("@easyops-cn/docusaurus-search-local"),
53+
{
54+
hashed: true,
55+
language: ["en"],
56+
highlightSearchTermsOnTargetPage: true,
57+
explicitSearchResultPath: true,
58+
docsRouteBasePath: "/",
59+
},
60+
],
61+
],
62+
5063
themeConfig: {
5164
image: 'img/roo-code-logo-white.png',
5265
navbar: {

0 commit comments

Comments
 (0)