-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Expand file tree
/
Copy pathdocfx.json
More file actions
128 lines (128 loc) · 4.4 KB
/
docfx.json
File metadata and controls
128 lines (128 loc) · 4.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"build": {
"content": [
{
"group": "gr-azure-sql",
"src": "./",
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices.md"
]
}
],
"resource": [
{
"group": "gr-azure-sql",
"src": "./",
"files": [
"**/*.gif",
"**/*.jpeg",
"**/*.jpg",
"**/*.png",
"**/*.svg"
],
"exclude": [
"**/obj/**",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/azure-docs",
"feedback_product_url": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4",
"extendBreadcrumb": true,
"layout": "Conceptual",
"uhfHeaderId": "Azure",
"contributors_to_exclude": [
"hexiaokai",
"openpublishingbuild",
"sudeepku",
"saldana",
"iRaindrop"
],
"searchScope": [
"azure sql"
],
"brand": "azure",
"toc_preview": true,
"titleSuffix": "Azure SQL",
"recommendations": true,
"_op_documentIdPathDepotMapping": {
"./": {
"depot_name": "Azure.azure-documents",
"folder_relative_path_in_docset": "articles/azure-sql/"
}
}
},
"fileMetadata": {
"breadcrumb_path": {
"**/*.md": "/azure/azure-sql/breadcrumb/toc.json"
},
"feedback_product_url": {
"articles/azure-sql/*.md": "https://feedback.azure.com/d365community/forum/04fe6ee0-3b25-ec11-b6e6-000d3a4f0da0",
"articles/azure-sql/database/**/*.md": "https://feedback.azure.com/d365community/forum/04fe6ee0-3b25-ec11-b6e6-000d3a4f0da0",
"articles/azure-sql/virtual-machines/**/*.md": "https://feedback.azure.com/d365community/forum/04fe6ee0-3b25-ec11-b6e6-000d3a4f0da0",
"articles/azure-sql/managed-instance/**/*.md": "https://feedback.azure.com/d365community/forum/a99f7006-3425-ec11-b6e6-000d3a4f0f84"
},
"titleSuffix": {
"migration-guides/database/**/*.md": "Azure SQL Database",
"migration-guides/managed-instance/**/*.md": "Azure SQL Managed Instance",
"migration-guides/virtual-machines/**/*.md": "SQL Server on Azure VMs",
"database/**/*.md": "Azure SQL Database",
"managed-instance/**/*.md": "Azure SQL Managed Instance",
"virtual-machines/**/*.md": "SQL Server on Azure VMs",
".": "Azure SQL"
},
"monikerRange": {
"./*.md": "= azuresql || = azuresql-db || = azuresql-mi || = azuresql-vm",
"./*.yml": "= azuresql || = azuresql-db || = azuresql-mi || = azuresql-vm",
"migration-guides/database/**/*.md": "= azuresql || = azuresql-db ",
"migration-guides/database/**/*.yml": "= azuresql || = azuresql-db ",
"migration-guides/managed-instance/**/*.md": "= azuresql || = azuresql-mi ",
"migration-guides/managed-instance/**/*.yml": "= azuresql || = azuresql-mi ",
"migration-guides/virtual-machines/**/*.md": "= azuresql || = azuresql-vm",
"migration-guides/virtual-machines/**/*.yml": "= azuresql || = azuresql-vm",
"database/**/*.md": "= azuresql || = azuresql-db ",
"database/**/*.yml": "= azuresql || = azuresql-db ",
"managed-instance/**/*.md": "= azuresql || = azuresql-mi ",
"managed-instance/**/*.yml": "= azuresql || = azuresql-mi ",
"virtual-machines/**/*.md": "= azuresql || = azuresql-vm",
"virtual-machines/**/*.yml": "= azuresql || = azuresql-vm"
}
},
"template": [],
"dest": "azure-sql",
"groups": {
"gr-azure-sql": {
"moniker_range": "= azuresql|| azuresql-db || azuresql-mi || azuresql-vm ",
"dest": "azure-sql"
}
},
"rules": {
"sensitive-language-sl": {
"exclude": [
"virtual-machines/linux/rhel-high-availability-stonith-tutorial.md",
"virtual-machines/linux/rhel-high-availability-listener-tutorial.md"
]
}
}
}
}