Skip to content

Commit c65e492

Browse files
committed
doc: refactor fs docs structure
* Convert examples to esm to help promote that pattern with users * Make Promises APIs more prominent to help promite that pattern * Separate callback/sync apis into distinct sections to make those more consistent with the Promises api * Improve other bits and pieces Signed-off-by: James M Snell <[email protected]> PR-URL: #37170 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent aecd5eb commit c65e492

File tree

2 files changed

+3296
-3017
lines changed

2 files changed

+3296
-3017
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ module.exports = {
5454
{
5555
files: [
5656
'doc/api/esm.md',
57+
'doc/api/fs.md',
5758
'doc/api/module.md',
5859
'doc/api/modules.md',
5960
'doc/api/packages.md',

0 commit comments

Comments
 (0)