Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ Roo Code supports a wide range of API providers, including:
* Requesty
* VS Code Language Model API

See [Configuring Your AI Provider and Model](#configuring-your-ai-provider-and-model) for details on setting up each provider.

### How do I get an API key?

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.
Expand Down
13 changes: 13 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,19 @@ const config: Config = {
],
],

themes: [
[
require.resolve("@easyops-cn/docusaurus-search-local"),
{
hashed: true,
language: ["en"],
highlightSearchTermsOnTargetPage: true,
explicitSearchResultPath: true,
docsRouteBasePath: "/",
},
],
],

themeConfig: {
image: 'img/roo-code-logo-white.png',
navbar: {
Expand Down
Loading