Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion konfik
21 changes: 11 additions & 10 deletions liminal-util/vocs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Changelog, McpSource, type Config } from "vocs/config"
import { Changelog, type Config } from "vocs/config"

export const VocsConfig = ({ title, repo }: { readonly title: string; readonly repo: string }) => {
return {
Expand All @@ -7,7 +7,7 @@ export const VocsConfig = ({ title, repo }: { readonly title: string; readonly r
accentColor: "light-dark(#6D5BD0, #A99BFF)",
codeHighlight: {
themes: {
light: "nord",
light: "github-light",
dark: "tokyo-night",
},
},
Expand All @@ -21,13 +21,14 @@ export const VocsConfig = ({ title, repo }: { readonly title: string; readonly r
text: "Edit on GitHub",
},
renderStrategy: "full-static",
mcp: {
enabled: true,
sources: [
McpSource.github({
repo: `crosshatch/${repo}`,
}),
],
},
mcp: { enabled: false },
// mcp: {
// enabled: true,
// sources: [
// McpSource.github({
// repo: `crosshatch/${repo}`,
// }),
// ],
// },
} satisfies Partial<Config>
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading