-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v14.x backport] doc: refactor fs docs structure #39706
Conversation
targos
commented
Aug 8, 2021
- squash: make fs.md identical to master
- squash: restore lost changes entry in dgram.md
- doc: refactor fs docs structure
- squash: revert bad changes from d963269
- doc: change lang info string in fs JS snippets
The first 4 commits are supposed to be squashed together.
|
@nodejs/documentation @nodejs/fs |
78bb65e
to
73e6781
Compare
e5744a3
to
fd0d821
Compare
Anyone? Trying @nodejs/backporters |
Maybe @nodejs/lts ? |
/cc @nodejs/collaborators See the explanation in #39706 (comment) |
Did you mean to link to the comment in #39706 (comment)? |
@Trott no |
b3f51ee
to
327838d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've only reviewed fs.md
, found a few inconsistencies:
@aduh95 okay, thank you. do these changes only apply to v14.x or should they also land on master? |
* 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: nodejs#37170 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Refs: nodejs/remark-preset-lint-node#176 PR-URL: nodejs#37605 Refs: nodejs#37162 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
fd0d821
to
e912108
Compare
These are the changes that are already on master and should be in this PR IMHO (either because those were part of #37170, or because they happened in a PR that has already been backported to |
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* 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 Backport-PR-URL: #39706 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>