We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a147cf commit c298a78Copy full SHA for c298a78
baseai/memory/docs/index.ts
@@ -5,6 +5,7 @@ const memoryDocs = (): MemoryI => ({
5
name: 'docs',
6
description: 'Docs folder of sourcegraph docs repository as an auto-synced memory',
7
config: {
8
+ deployedCommitHash: '7a147cfb18f19d5584ffb3805b678db47191960a',
9
useGitRepo: true,
10
dirToTrack: path.posix.join('.', 'docs'),
11
extToTrack: [".md",".mdx"]
0 commit comments