Skip to content

Commit

Permalink
doc: refactor fs docs structure
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
jasnell committed Feb 12, 2021
1 parent f2c2615 commit f9820cf
Show file tree
Hide file tree
Showing 2 changed files with 3,296 additions and 3,017 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -54,6 +54,7 @@ module.exports = {
{
files: [
'doc/api/esm.md',
'doc/api/fs.md',
'doc/api/module.md',
'doc/api/modules.md',
'doc/api/packages.md',
Expand Down

0 comments on commit f9820cf

Please sign in to comment.