Skip to content
Open
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
1 change: 0 additions & 1 deletion doc/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<!--introduced_in=v0.10.0-->

* [About this documentation](documentation.md)
* [Usage and example](synopsis.md)

<hr class="line"/>

Expand Down
87 changes: 0 additions & 87 deletions doc/api/synopsis.md

This file was deleted.

1 change: 0 additions & 1 deletion test/doctool/test-doc-api-json.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ for await (const dirent of await fs.opendir(new URL('../../out/doc/api/', import
'packages.md': ['introduced_in', 'meta', 'miscs'],
'process.md': ['globals'],
'report.md': ['introduced_in', 'meta', 'stability', 'stabilityText', 'miscs'],
'synopsis.md': ['introduced_in', 'miscs'],
}[dirent.name] ?? ['modules'])]);

assert.partialDeepStrictEqual(allExpectedKeys, findAllKeys(json));
Expand Down
Loading