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 410c23b commit a52e7a7Copy full SHA for a52e7a7
packages/cli/src/utils/commands2md.ts
@@ -10,7 +10,7 @@ import path from 'path'
10
* @returns A string containing the entire markdown documentation for all commands.
11
*/
12
export function commands2md(commands: Command[]): void {
13
- const outputDir = 'api_ref'
+ const outputDir = 'sdk_ref'
14
if (!fs.existsSync(outputDir)) {
15
fs.mkdirSync(outputDir, { recursive: true })
16
}
0 commit comments