Skip to content

Commit a48ba2c

Browse files
authored
📦 NEW: memory deployed and llms.txt generator (#967)
<!-- 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 39f2778 commit a48ba2c

File tree

5 files changed

+109811
-4
lines changed

5 files changed

+109811
-4
lines changed

baseai/memory/docs/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const memoryDocs = (): MemoryI => ({
77
enabled: true,
88
include: ['**/*.mdx'],
99
gitignore: true,
10-
deployedAt: '',
11-
embeddedAt: '',
10+
deployedAt: '39f2778ad2dce348bb762a85f765c21453cec4fe',
11+
embeddedAt: ''
1212
},
1313
documents: {
1414
meta: doc => {

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
10-
"baseai": "baseai"
10+
"baseai": "baseai",
11+
"sync": "npx baseai@latest deploy -m docs",
12+
"llmstxt": "node scripts/llms-txt-generator.js"
1113
},
1214
"browserslist": "defaults, not ie <= 11",
1315
"dependencies": {
@@ -68,8 +70,9 @@
6870
"baseai": "^0.9.40",
6971
"eslint": "8.45.0",
7072
"eslint-config-next": "13.4.16",
73+
"glob": "^11.0.1",
7174
"prettier": "^3.0.1",
7275
"prettier-plugin-tailwindcss": "^0.5.2",
7376
"sharp": "^0.32.0"
7477
}
75-
}
78+
}

pnpm-lock.yaml

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)