Skip to content

Commit 0053b27

Browse files
fix: move import statement after frontmatter in codebase-indexing.mdx (#256)
Co-authored-by: Hannes Rudolph <[email protected]>
1 parent 21a5188 commit 0053b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/codebase-indexing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import Codicon from '@site/src/components/Codicon';
2-
31
---
42
description: Learn how Codebase Indexing helps Roo Code understand large projects using AI embeddings and semantic search. Setup guide for OpenAI and Qdrant integration.
53
keywords:
@@ -13,6 +11,8 @@ keywords:
1311
image: /img/social-share.jpg
1412
---
1513

14+
import Codicon from '@site/src/components/Codicon';
15+
1616
# Codebase Indexing
1717

1818
Codebase Indexing transforms how Roo Code understands your project by creating a semantic search index using AI embeddings. Instead of searching for exact text matches, it understands the *meaning* of your queries, helping Roo find relevant code even when you don't know specific function names or file locations.

0 commit comments

Comments
 (0)