diff --git a/.gitignore b/.gitignore index 9cd39d4e6..b7864c735 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ _themes*/ .vs/ common/ .vscode/ +*.ini -.openpublishing.buildcore.ps1 +.openpublishing.buildcore.ps1 \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS index 5e3d80729..98026e76d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,12 +1,4 @@ -# Lines starting with '#' are comments. -# Each line is a file pattern followed by one or more owners. - -# These owners will be the default owners for everything in the repo. -# You can also use email addresses if you prefer. docfx.json @microsoftdocs/officedocs-admin .openpublishing.build.ps1 @microsoftdocs/officedocs-admin .openpublishing.publish.config.json @microsoftdocs/officedocs-admin -CODEOWNERS @microsoftdocs/officedocs-admin -/Office365-Admin/ @SuPotter @AndreaBarr -/Office365-Kaizala/ @Sirkkuw @AndreaBarr -/yammer/ @JoanneHendrickson @AndreaBarr +CODEOWNERS @microsoftdocs/officedocs-admin \ No newline at end of file diff --git a/ContentOwners.txt b/ContentOwners.txt index 6ff28c2b1..fc6b90545 100644 --- a/ContentOwners.txt +++ b/ContentOwners.txt @@ -7,3 +7,4 @@ /Office365-Admin/ @SuPotter @AndreaBarr /Office365-Kaizala/ @Sirkkuw @AndreaBarr /yammer/ @JoanneHendrickson @AndreaBarr +/Office365-MileIQ/ @kwekuako @AndreaBarr diff --git a/Office365-MileIQ/breadcrumb/toc.yml b/Office365-MileIQ/breadcrumb/toc.yml index 61d8fca61..70086167f 100644 --- a/Office365-MileIQ/breadcrumb/toc.yml +++ b/Office365-MileIQ/breadcrumb/toc.yml @@ -1,3 +1,3 @@ -- name: Docs +- name: Office 365 tocHref: / - topicHref: / \ No newline at end of file + topicHref: /Office365/index diff --git a/Office365-MileIQ/docfx.json b/Office365-MileIQ/docfx.json index 527b26abf..f6a30c3ed 100644 --- a/Office365-MileIQ/docfx.json +++ b/Office365-MileIQ/docfx.json @@ -23,7 +23,10 @@ { "files": [ "**/*.png", - "**/*.jpg" + "**/*.jpg", + "**/*.gif", + "**/*.svg", + "**/*.pdf" ], "exclude": [ "**/obj/**", @@ -39,7 +42,10 @@ "globalMetadata": { "breadcrumb_path": "/mileiq/breadcrumb/toc.json", "extendBreadcrumb": true, - "feedback_system": "None" + "feedback_system": "GitHub", + "feedback_github_repo": "MicrosoftDocs/OfficeDocs-O365ITPro", + "feedback_product_url": "https://support.mileiq.com/hc/", + "searchScope": ["MileIQ"] }, "fileMetadata": {}, "template": [],