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 c022da1 commit 3fc4b33Copy full SHA for 3fc4b33
tools/zod2md-jsdocs/README.md
@@ -37,7 +37,7 @@ Create a `zod2md.config.ts` in your project, and you'll automatically get a `gen
37
{
38
"transform": "./tools/zod2md-jsdocs/dist/src",
39
"afterDeclarations": true,
40
- "baseUrl": "https://example.com/docs/api-reference.md"
+ "baseUrl": "https://github.com/code-pushup/cli/blob/main/packages/<PROJECT-NAME>/docs/models-reference.md"
41
}
42
]
43
0 commit comments