Skip to content

Commit bf4e669

Browse files
authored
Merge pull request MicrosoftDocs#67 from herohua/fix-breadcrumb
add breadcrumb (copy and migrate from old repo)
2 parents 34c62fb + 2600a37 commit bf4e669

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

bread/toc.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
- name: SAP on Azure
2+
href: /azure/sap
3+
homepage: /azure/sap/index
4+
- name: Linux Virtual Machines
5+
href: /azure/virtual-machines/
6+
homepage: /azure/vm-landing
7+
- name: Storage
8+
href: /azure/storage/
9+
homepage: /azure/storage/storage-azure-cli
10+
items:
11+
- name: How to use Azure File Storage with Linux
12+
href: /azure/storage/storage-how-to-use-files-linux
13+
homepage: /azure/storage/storage-how-to-use-files-linux
14+
- name: Virtual Network
15+
href: /azure/virtual-network/
16+
homepage: /azure/virtual-network/virtual-network-overview
17+
- name: Guidance
18+
href: /azure/guidance/
19+
homepage: /azure/guidance/guidance-compute-single-vm-linux

docfx.json

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
],
1414
"src": "articles",
1515
"dest": "."
16+
},
17+
{
18+
"files": [
19+
"bread/toc.yml"
20+
],
21+
"src": null,
22+
"dest": null
1623
}
1724
],
1825
"resource": [

0 commit comments

Comments
 (0)