48 lines
946 B
Plaintext
48 lines
946 B
Plaintext
{
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.md",
|
|
"**/*.yml"
|
|
],
|
|
"exclude": [
|
|
"**/obj/**",
|
|
"**/includes/**",
|
|
"_themes/**",
|
|
"**/docfx.json",
|
|
"_repo.en-us/**",
|
|
"README.md",
|
|
"LICENSE",
|
|
"LICENSE-CODE",
|
|
"ThirdPartyNotices.md",
|
|
"SECURITY.md"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"**/*.png",
|
|
"**/*.jpg"
|
|
],
|
|
"exclude": [
|
|
"**/obj/**",
|
|
"**/includes/**",
|
|
"_themes/**",
|
|
"**/docfx.json",
|
|
"_repo.en-us/**"
|
|
]
|
|
}
|
|
],
|
|
"overwrite": [],
|
|
"externalReference": [],
|
|
"globalMetadata": {
|
|
"breadcrumb_path": "~/breadcrumb/ssms/toc.yml",
|
|
"feedback_system": "Standard",
|
|
"permissioned-type": "secret"
|
|
},
|
|
"fileMetadata": {},
|
|
"template": []
|
|
}
|
|
} |