Skip to content

Commit

Permalink
Adding go live configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
David Strome committed Aug 19, 2019
1 parent 7666540 commit 5eb2461
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ _themes*/
.vs/
common/
.vscode/
*.ini

.openpublishing.buildcore.ps1
.openpublishing.buildcore.ps1
10 changes: 1 addition & 9 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions ContentOwners.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/Office365-Admin/ @SuPotter @AndreaBarr
/Office365-Kaizala/ @Sirkkuw @AndreaBarr
/yammer/ @JoanneHendrickson @AndreaBarr
/Office365-MileIQ/ @kwekuako @AndreaBarr
4 changes: 2 additions & 2 deletions Office365-MileIQ/breadcrumb/toc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- name: Docs
- name: Office 365
tocHref: /
topicHref: /
topicHref: /Office365/index
10 changes: 8 additions & 2 deletions Office365-MileIQ/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
{
"files": [
"**/*.png",
"**/*.jpg"
"**/*.jpg",
"**/*.gif",
"**/*.svg",
"**/*.pdf"
],
"exclude": [
"**/obj/**",
Expand All @@ -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": [],
Expand Down

0 comments on commit 5eb2461

Please sign in to comment.