This commit is contained in:
Brian Lich
2017-09-21 23:07:09 +00:00
parent c0611c20f4
commit ff9aaa87e4
4 changed files with 400 additions and 344 deletions

1
gdpr/TOC.md Normal file
View File

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

37
gdpr/docfx.json Normal file
View File

@ -0,0 +1,37 @@
{
"build": {
"content": [
{
"files": [
"**/*.md"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg"
],
"exclude": [
"**/obj/**",
"**/includes/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {},
"fileMetadata": {},
"template": [],
"dest": "gdpr"
}
}

1
gdpr/index.md Normal file
View File

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