Skip to content

Commit dcb61dd

Browse files
authored
Merge pull request #267206 from halkazwini/nw-toc-context
Add a breadcrumb toc file for Network Watcher
2 parents 25f8b70 + 2aa91e8 commit dcb61dd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- name: Azure
2+
tocHref: /azure/
3+
topicHref: /azure/index
4+
items:
5+
- name: Networking
6+
tocHref: /azure/networking/
7+
topicHref: /azure/networking/
8+
items:
9+
- name: Network Watcher
10+
tocHref: /azure/virtual-machines/extensions/
11+
topicHref: /azure/network-watcher/

docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@
349349
"articles/messaging-services/*": true,
350350
"articles/defender-for-cloud/*": true,
351351
"articles/azure-monitor/*": true,
352-
"articles/key-vault/*": true
352+
"articles/key-vault/*": true,
353+
"articles/network-watcher/*": true
353354
},
354355
"archive_url": {
355356
"articles/iot-edge/*": "/previous-versions/azure/iot-edge/"

0 commit comments

Comments
 (0)