mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-07-03 11:13:50 +00:00
Adding breadcrumbs (#656)
This commit is contained in:
7
devices/hololens/breadcrumb/toc.yml
Normal file
7
devices/hololens/breadcrumb/toc.yml
Normal file
@ -0,0 +1,7 @@
|
||||
- name: Docs
|
||||
tocHref: /
|
||||
topicHref: /
|
||||
items:
|
||||
- name: Hololens
|
||||
tocHref: /hololens
|
||||
topicHref: /hololens/index
|
@ -3,7 +3,8 @@
|
||||
"content": [
|
||||
{
|
||||
"files": [
|
||||
"**/*.md"
|
||||
"**/*.md",
|
||||
"**/**.yml"
|
||||
],
|
||||
"exclude": [
|
||||
"**/obj/**",
|
||||
@ -28,6 +29,8 @@
|
||||
"overwrite": [],
|
||||
"externalReference": [],
|
||||
"globalMetadata": {
|
||||
"uhfHeaderId": "MSDocsHeader-WindowsIT",
|
||||
"breadcrumb_path": "/hololens/breadcrumb/toc.json",
|
||||
"ms.technology": "windows",
|
||||
"ms.topic": "article",
|
||||
"ms.author": "jdecker"
|
||||
|
7
devices/surface-hub/breadcrumb/toc.yml
Normal file
7
devices/surface-hub/breadcrumb/toc.yml
Normal file
@ -0,0 +1,7 @@
|
||||
- name: Docs
|
||||
tocHref: /
|
||||
topicHref: /
|
||||
items:
|
||||
- name: Surface Hub
|
||||
tocHref: /surface-hub
|
||||
topicHref: /surface-hub/index
|
@ -3,7 +3,7 @@
|
||||
"content":
|
||||
[
|
||||
{
|
||||
"files": ["**/**.md"],
|
||||
"files": ["**/**.md", "**/**.yml"],
|
||||
"exclude": ["**/obj/**"]
|
||||
}
|
||||
],
|
||||
@ -13,8 +13,10 @@
|
||||
"exclude": ["**/obj/**"]
|
||||
}
|
||||
],
|
||||
"globalMetadata": {
|
||||
"ROBOTS": "INDEX, FOLLOW",
|
||||
"globalMetadata": {
|
||||
"uhfHeaderId": "MSDocsHeader-WindowsIT",
|
||||
"breadcrumb_path": "/surface-hub/breadcrumb/toc.json",
|
||||
"ROBOTS": "INDEX, FOLLOW",
|
||||
"ms.technology": "windows",
|
||||
"ms.topic": "article",
|
||||
"ms.mktglfcycl": "manage",
|
||||
|
7
devices/surface/breadcrumb/toc.yml
Normal file
7
devices/surface/breadcrumb/toc.yml
Normal file
@ -0,0 +1,7 @@
|
||||
- name: Docs
|
||||
tocHref: /
|
||||
topicHref: /
|
||||
items:
|
||||
- name: Surface
|
||||
tocHref: /surface
|
||||
topicHref: /surface/index
|
@ -3,7 +3,7 @@
|
||||
"content":
|
||||
[
|
||||
{
|
||||
"files": ["**/**.md"],
|
||||
"files": ["**/**.md", "**/**.yml"],
|
||||
"exclude": ["**/obj/**"]
|
||||
}
|
||||
],
|
||||
@ -14,6 +14,8 @@
|
||||
}
|
||||
],
|
||||
"globalMetadata": {
|
||||
"uhfHeaderId": "MSDocsHeader-WindowsIT",
|
||||
"breadcrumb_path": "/surface/breadcrumb/toc.json",
|
||||
"ROBOTS": "INDEX, FOLLOW",
|
||||
"ms.technology": "windows",
|
||||
"ms.topic": "article",
|
||||
|
Reference in New Issue
Block a user