Merge pull request #124 from dotnet/update-breadcrumb
Update breadcrumb
This commit is contained in:
Коммит
51738d0ec6
|
@ -1,11 +1,7 @@
|
|||
- name: Docs
|
||||
tocHref: /
|
||||
topicHref: /
|
||||
- name: .NET
|
||||
tocHref: /dotnet/
|
||||
topicHref: /dotnet/index
|
||||
items:
|
||||
- name: .NET
|
||||
tocHref: /dotnet/
|
||||
topicHref: /dotnet/index
|
||||
items:
|
||||
- name: .NET API Browser
|
||||
tocHref: /dotnet/api/
|
||||
topicHref: /dotnet/api/index
|
||||
- name: API browser
|
||||
tocHref: /dotnet/api/
|
||||
topicHref: /dotnet/api/index
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
"files": [
|
||||
"**/toc.yml"
|
||||
],
|
||||
"exclude": [
|
||||
"breadcrumb/**"
|
||||
],
|
||||
"src": ".",
|
||||
"dest": "roslyn_dotnet_toc"
|
||||
},
|
||||
|
@ -29,7 +32,7 @@
|
|||
"toc.yml"
|
||||
],
|
||||
"src": "breadcrumb",
|
||||
"dest": "roslyn_breadcrumb"
|
||||
"dest": "roslyn-dotnet-api-breadcrumb"
|
||||
}
|
||||
],
|
||||
"resource": [
|
||||
|
@ -51,7 +54,7 @@
|
|||
},
|
||||
"externalReference": [],
|
||||
"globalMetadata": {
|
||||
"breadcrumb_path": "/dotnet/roslyn_dotnet_toc/breadcrumb/toc.json",
|
||||
"breadcrumb_path": "/dotnet/roslyn-dotnet-api-breadcrumb/toc.json",
|
||||
"apiPlatform": "dotnet",
|
||||
"author": "dotnet-bot",
|
||||
"ms.author": "dotnetcontent",
|
||||
|
|
Загрузка…
Ссылка в новой задаче