Skip to content

Commit

Permalink
fix cli sdk autogen with sdk keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Nov 26, 2024
1 parent 410c23b commit a52e7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/utils/commands2md.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import path from 'path'
* @returns A string containing the entire markdown documentation for all commands.
*/
export function commands2md(commands: Command[]): void {
const outputDir = 'api_ref'
const outputDir = 'sdk_ref'
if (!fs.existsSync(outputDir)) {
fs.mkdirSync(outputDir, { recursive: true })
}
Expand Down

0 comments on commit a52e7a7

Please sign in to comment.