Skip to content

Commit cd6f149

Browse files
committed
Add Postgres docs reference
Add the @fedify/botkit-postgres API reference to the VitePress configuration so the documentation links to its JSR docs alongside the other BotKit packages. The change also keeps the markdown language list formatted consistently with the updated config style. [ci skip]
1 parent 31007f0 commit cd6f149

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ const references = {
5757
text: "References",
5858
items: [
5959
{ text: "@fedify/botkit", link: "https://jsr.io/@fedify/botkit/doc" },
60+
{
61+
text: "@fedify/botkit-postgres",
62+
link: "https://jsr.io/@fedify/botkit-postgres/doc",
63+
},
6064
{
6165
text: "@fedify/botkit-sqlite",
6266
link: "https://jsr.io/@fedify/botkit-sqlite/doc",
@@ -168,7 +172,19 @@ export default defineConfig({
168172
ignoreDeadLinks: true,
169173

170174
markdown: {
171-
languages: ["js", "jsx", "ts", "tsx", "typescript", "bash", "sh", "shell", "json", "text", "html"],
175+
languages: [
176+
"js",
177+
"jsx",
178+
"ts",
179+
"tsx",
180+
"typescript",
181+
"bash",
182+
"sh",
183+
"shell",
184+
"json",
185+
"text",
186+
"html",
187+
],
172188
codeTransformers: [
173189
transformerTwoslash({
174190
twoslashOptions: {

0 commit comments

Comments
 (0)