Skip to content

Commit 7d8fd3f

Browse files
jasnelldanielleadams
authored andcommitted
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 <jasnell@gmail.com> PR-URL: #37170 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent facf3a5 commit 7d8fd3f

File tree

2 files changed

+3279
-2990
lines changed

2 files changed

+3279
-2990
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)