Merge 25f72554bc3efad5f293a56c0ec1a9f3de936691 into 4c6b0e9c3b33c0315becb94272841468f71a8f37

This commit is contained in:
v1beta1 2024-12-24 15:35:34 -05:00 committed by GitHub
commit dc91a8ba71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

48
why Normal file
View File

@ -0,0 +1,48 @@
{
"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": []
}
}