Skip to content

Commit 73741af

Browse files
authored
docs: index Chat SDK types with Vellum (#129)
1 parent b20664b commit 73741af

3 files changed

Lines changed: 135 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@vellum-docs/engine-nunjucks": "^0.2.4",
2626
"@vellum-docs/extractor-typescript": "^0.2.4",
2727
"@vellum-docs/profile-mintlify": "^0.2.4",
28+
"chat": "4.34.0",
2829
"eslint": "^9.39.4",
2930
"eslint-plugin-format": "^2.0.1",
3031
"husky": "^9.1.7",

pnpm-lock.yaml

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

vellum.config.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ import { MintlifyProfile } from '@vellum-docs/profile-mintlify'
66
const config: VellumConfig = {
77
root: new URL('.', import.meta.url).pathname,
88
sources: {
9-
ts: { include: [], packages: ['@photon-ai/advanced-imessage', '@photon-ai/imessage-kit', '@photon-ai/whatsapp-business', 'spectrum-ts'] },
9+
ts: {
10+
include: [],
11+
packages: [
12+
'@photon-ai/advanced-imessage',
13+
'@photon-ai/imessage-kit',
14+
'@photon-ai/whatsapp-business',
15+
'chat',
16+
'spectrum-ts',
17+
],
18+
},
1019
},
1120
templates: '.vellum-src',
1221
outDir: '.',

0 commit comments

Comments
 (0)