This commit is contained in:
Brian Lich
2018-03-16 16:31:35 +00:00
parent 213d7d2332
commit e4b4043753
5 changed files with 69 additions and 2 deletions

1
windows/privacy/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,46 @@
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"breadcrumb_path": "/windows/privacy/breadcrumb/toc.json",
"extendBreadcrumb": true
},
"fileMetadata": {},
"template": [],
"dest": "privacy",
"markdownEngineName": "markdig"
}
}

View File

@ -1 +1 @@
# Placeholder
# Welcome to privacy!