Skip to content

Commit 9b99f04

Browse files
authored
Improve LB docs memory (#814)
<!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent a81957d commit 9b99f04

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

baseai/memory/docs/index.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ const memoryDocs = (): MemoryI => ({
55
name: 'docs',
66
description: 'Docs folder of sourcegraph docs repository as an auto-synced memory',
77
config: {
8-
deployedCommitHash: '7a147cfb18f19d5584ffb3805b678db47191960a',
9-
useGitRepo: true,
10-
dirToTrack: path.posix.join('.', 'docs'),
11-
extToTrack: [".md",".mdx"]
8+
useGitRepo: true,
9+
dirToTrack: path.posix.join('.', 'docs'),
10+
extToTrack: [".md", ".mdx"]
1211
}
1312
});
1413

0 commit comments

Comments
 (0)