From 6e90c75ac984a933b1fe920e50f28f19af612995 Mon Sep 17 00:00:00 2001 From: Nikola Metulev Date: Tue, 29 Aug 2017 09:33:02 -0700 Subject: [PATCH] merge from docs repo --- docs/breadcrumb/toc.yml | 11 +++++++++++ docs/docfx.json | 13 ++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 docs/breadcrumb/toc.yml diff --git a/docs/breadcrumb/toc.yml b/docs/breadcrumb/toc.yml new file mode 100644 index 00000000000..9636813832c --- /dev/null +++ b/docs/breadcrumb/toc.yml @@ -0,0 +1,11 @@ +- name: Docs + tocHref: / + topicHref: / + items: + - name: Windows + tocHref: /windows/ + topicHref: /windows/ + items: + - name: UWP Community Toolkit documentation + tocHref: /windows/uwpcommunitytoolkit/ + topicHref: /windows/uwpcommunitytoolkit \ No newline at end of file diff --git a/docs/docfx.json b/docs/docfx.json index fdedacfb0ee..90c3e636e04 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -3,7 +3,8 @@ "content": [ { "files": [ - "**/*.md" + "**/*.md", + "**/*.yml" ], "exclude": [ "**/obj/**", @@ -32,10 +33,16 @@ "overwrite": [], "externalReference": [], "globalMetadata": { + "titleSuffix": "UWP Community Toolkit", + "searchScope": ["UWPtoolkit"], "ms.topic": "article", "ms.prod": "windows", - "ms.technology": "uwp", - "ms.author": "nikolame" + "ms.technology": "uwp toolkit", + "keywords": "uwp community toolkit", + "ms.author": "nikolame", + "ms.date": "08/30/2017", + "breadcrumb_path": "/windows/uwpcommunitytoolkit/breadcrumb/toc.json", + "extendBreadcrumb": true }, "fileMetadata": {}, "template": [],