Skip to content

Commit

Permalink
docs(learn): Migrate 'Anatomy of an http transaction' guide to learn …
Browse files Browse the repository at this point in the history
…section (nodejs#6226)
  • Loading branch information
mwelwankuta committed Jan 19, 2024
1 parent 4bf5147 commit 9c15a33
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"modules": {
"links": {
"modules": "Modules",
"publishingNodeApiModules": "How to publish a Node-API package"
"publishingNodeApiModules": "How to publish a Node-API package",
"anatomyOfAnHttpTransaction": "Anatomy of an HTTP Transaction"
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@
"publishingNodeApiModules": {
"link": "/learn/modules/publishing-node-api-modules",
"label": "components.navigation.learn.modules.links.publishingNodeApiModules"
},
"anatomyOfAnHttpTransaction": {
"link": "/learn/modules/anatomy-of-an-http-transaction",
"label": "components.navigation.learn.modules.links.anatomyOfAnHttpTransaction"
}
}
}
Expand Down
1 change: 0 additions & 1 deletion pages/en/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ layout: docs.hbs

## Module-related guides

- [Anatomy of an HTTP Transaction](/guides/anatomy-of-an-http-transaction/)
- [Working with Different Filesystems](/guides/working-with-different-filesystems/)
- [Backpressuring in Streams](/guides/backpressuring-in-streams/)
- [ABI Stability](/guides/abi-stability/)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Anatomy of an HTTP Transaction
layout: docs.hbs
layout: learn.hbs
---

# Anatomy of an HTTP Transaction
Expand Down

0 comments on commit 9c15a33

Please sign in to comment.