Skip to content

Commit 341ec4f

Browse files
authored
Merge pull request Azure#302 from rloutlaw/normalize-repo-config
update publishing config to get through build warnings
2 parents c9b2e77 + 3fd6b48 commit 341ec4f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.openpublishing.publish.config.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@
1010
"build_output_subfolder": "azureps-azuread",
1111
"locale": "en-us",
1212
"monikers": [],
13+
"xref_query_tags": [
14+
"/dotnet"
15+
],
1316
"open_to_public_contributors": true,
1417
"git_repository_branch_open_to_public_contributors": "master",
1518
"type_mapping": {
1619
"Conceptual": "Content",
1720
"ManagedReference": "Content",
1821
"RestApi": "Content",
19-
"AzurePSModulePage": "Content"
22+
"AzurePSModulePage": "Content",
23+
"Tutorial": "Content"
2024
},
2125
"build_entry_point": "docs",
2226
"template_folder": "_themes",
@@ -40,6 +44,18 @@
4044
"url": "https://github.com/Microsoft/templates.docs.msft",
4145
"branch": "master",
4246
"branch_mapping": {}
47+
},
48+
{
49+
"path_to_root": "dotnet-xref",
50+
"url": "https://github.com/MicrosoftDocs/dotnet-xref",
51+
"branch": "live",
52+
"branch_mapping": {}
53+
},
54+
{
55+
"path_to_root": "_themes.pdf",
56+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
57+
"branch": "master",
58+
"branch_mapping": {}
4359
}
4460
],
4561
"dependent_packages": [

0 commit comments

Comments
 (0)