Skip to content

Commit ab15cb8

Browse files
committed
move enterprise network configuration guide to http
1 parent ea0248f commit ab15cb8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

apps/site/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@
243243
"anatomyOfAnHttpTransaction": {
244244
"link": "/learn/http/anatomy-of-an-http-transaction",
245245
"label": "components.navigation.learn.http.links.anatomyOfAnHttpTransaction"
246+
},
247+
"enterpriseNetworkConfiguration": {
248+
"link": "/learn/http/enterprise-network-configuration",
249+
"label": "components.navigation.learn.http.links.enterpriseNetworkConfiguration"
246250
}
247251
}
248252
},

apps/site/pages/en/learn/enterprise/network-configuration.md renamed to apps/site/pages/en/learn/http/enterprise-network-configuration.md

File renamed without changes.

packages/i18n/src/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"http": {
6666
"links": {
6767
"http": "HTTP",
68-
"anatomyOfAnHttpTransaction": "Anatomy of an HTTP Transaction"
68+
"anatomyOfAnHttpTransaction": "Anatomy of an HTTP Transaction",
69+
"enterpriseNetworkConfiguration": "Enterprise Network Configuration"
6970
}
7071
},
7172
"manipulatingFiles": {

0 commit comments

Comments
 (0)