adding Windows breadcrumbs

This commit is contained in:
Brian Lich
2016-08-12 09:19:42 -07:00
parent 1371e53500
commit 336c2b0000
2 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,19 @@
- name: Windows
tocHref: /itpro/windows/
topicHref: /itpro/windows/index
items:
- name: What's new
tocHref: /itpro/windows/whats-new/
topicHref: /itpro/windows/whats-new/index
- name: Plan
tocHref: /itpro/windows/plan/
topicHref: /itpro/windows/plan/index
- name: Deploy
tocHref: /itpro/windows/deploy/
topicHref: /itpro/windows/deploy/index
- name: Keep secure
tocHref: /itpro/windows/keep-secure/
topicHref: /itpro/windows/keep-secure/index
- name: Manage
tocHref: /itpro/windows/manage/
topicHref: /itpro/windows/manage/index

View File

@ -3,7 +3,7 @@
"content":
[
{
"files": ["**/**.md"],
"files": ["**/**.md", "**/**.yml"],
"exclude": ["**/obj/**"]
}
],
@ -14,7 +14,8 @@
}
],
"globalMetadata": {
"ROBOTS": "INDEX, FOLLOW"
"ROBOTS": "INDEX, FOLLOW",
"breadcrumb_path": "/itpro/windows/breadcrumb/toc.json"
},
"externalReference": [
],