Skip to content

Commit c04057e

Browse files
committed
fix: remove stale 'build semantic search index' text from SyncSection
1 parent 5dc256a commit c04057e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/site/src/pages/docs/SyncSection.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ const SyncSection = () => {
5757
<code className="text-primary bg-primary/10 px-1.5 py-0.5 rounded">
5858
/sync
5959
</code>{" "}
60-
to explore your project structure, build a semantic search index,
61-
discover your conventions and undocumented patterns, update project
62-
documentation, and create new custom skills. This is how Pilot adapts
60+
to explore your project structure, discover your conventions and
61+
undocumented patterns, update project documentation, and create new
62+
custom skills. This is how Pilot adapts
6363
to your project — not the other way around. Run it once initially,
6464
then any time your codebase changes significantly.
6565
</p>

0 commit comments

Comments
 (0)