Skip to content

Commit

Permalink
docs(learn): migrate 'Working with Different Filesystems' to learn se…
Browse files Browse the repository at this point in the history
…ction (#6267)

* migrate 'Working with Different Filesystems' to learn section (#6227)

* docs(learn): migrate 'Working with Different Filesystems' to manipulating-files/learn section

* refactor(docs): matching navigation and page title (#6267)

* Update pages/en/guides/index.md

Signed-off-by: Brian Muenzenmeyer <[email protected]>

---------

Signed-off-by: Mwelwa Nkuta <[email protected]>
Signed-off-by: Brian Muenzenmeyer <[email protected]>
Co-authored-by: Brian Muenzenmeyer <[email protected]>
  • Loading branch information
mwelwankuta and bmuenzenmeyer authored Feb 4, 2024
1 parent 889f746 commit 1f8d3c3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"workingWithFileDescriptorsInNodejs": "Working with file descriptors in Node.js",
"readingFilesWithNodejs": "Reading files with Node.js",
"writingFilesWithNodejs": "Writing files with Node.js",
"workingWithFoldersInNodejs": "Working with folders in Node.js"
"workingWithFoldersInNodejs": "Working with folders in Node.js",
"howToWorkWithFileSystems": "How to work with Different Filesystems"
}
},
"commandLine": {
Expand Down
4 changes: 4 additions & 0 deletions navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@
"workingWithFoldersInNodejs": {
"link": "/learn/manipulating-files/working-with-folders-in-nodejs",
"label": "components.navigation.learn.manipulatingFiles.links.workingWithFoldersInNodejs"
},
"howToWorkWithFileSystems": {
"link": "/learn/manipulating-files/working-with-different-filesystems",
"label": "components.navigation.learn.manipulatingFiles.links.howToWorkWithFileSystems"
}
}
},
Expand Down
3 changes: 1 addition & 2 deletions pages/en/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ layout: docs.hbs

## Module-related guides

- [Working with Different Filesystems](/guides/working-with-different-filesystems/)
- [Backpressuring in Streams](/guides/backpressuring-in-streams/)
- [ABI Stability](/guides/abi-stability/)
- [ABI Stability](/guides/abi-stability/)
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Working with Different Filesystems
layout: docs.hbs
title: How to work with Different Filesystems
layout: learn.hbs
---

# Working with Different Filesystems
# How to Work with Different Filesystems

Node.js exposes many features of the filesystem. But not all filesystems are alike.
The following are suggested best practices to keep your code simple and safe
Expand Down

0 comments on commit 1f8d3c3

Please sign in to comment.