This commit is contained in:
Brian Lich
2017-12-05 23:11:22 +00:00
parent 51cbc6f891
commit 77084e455a
5 changed files with 64 additions and 1 deletions

1
windows/security/TOC.md Normal file
View File

@ -0,0 +1 @@
# [Index](index.md)

View File

@ -0,0 +1,3 @@
- name: Docs
tocHref: /
topicHref: /

View File

@ -0,0 +1,41 @@
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg"
],
"exclude": [
"**/obj/**",
"**/includes/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"breadcrumb_path": "/windows/security/breadcrumb/toc.json",
"extendBreadcrumb": true
},
"fileMetadata": {},
"template": [],
"dest": "security"
}
}

View File

@ -0,0 +1 @@
# Welcome to security!