Skip to content

Commit

Permalink
fixup! doc: remove non-working example
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev committed Nov 16, 2024
1 parent b097a98 commit 4906ffb
Show file tree
Hide file tree
Showing 2 changed files with 1,149 additions and 11 deletions.
6 changes: 3 additions & 3 deletions tools/lint-md/man-page.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { generators, createParser } from '@node-core/api-docs-tooling';
import { read } from 'to-vfile';

export default async function generateManPage(path) {
const { parseApiDocs } = createParser();
const parsedApiDocs = await parseApiDocs([read(path)]);
return generators['man-page'].generate(parsedApiDocs, {});
const { parseApiDocs } = createParser();
const parsedApiDocs = await parseApiDocs([read(path)]);
return generators['man-page'].generate(parsedApiDocs, {});
}
Loading

0 comments on commit 4906ffb

Please sign in to comment.