diff --git a/bcs/breadcrumb/toc.yml b/bcs/breadcrumb/toc.yml new file mode 100644 index 0000000000..c90bdbd428 --- /dev/null +++ b/bcs/breadcrumb/toc.yml @@ -0,0 +1,7 @@ +- name: Docs + tocHref: / + topicHref: / + items: + - name: Microsoft 365 Business + tocHref: /bcs/ + topicHref: /microsoft-365-business/index \ No newline at end of file diff --git a/bcs/docfx.json b/bcs/docfx.json index d7667171e5..c1e5a68bab 100644 --- a/bcs/docfx.json +++ b/bcs/docfx.json @@ -3,7 +3,8 @@ "content": [ { "files": [ - "**/*.md" + "**/*.md", + "**/**.yml" ], "exclude": [ "**/obj/**", @@ -31,6 +32,7 @@ "overwrite": [], "externalReference": [], "globalMetadata": { + "breadcrumb_path": "/bcs/breadcrumb/toc.json", "_op_documentIdPathDepotMapping": { "./": { "depot_name": "TechNet.bcs"