Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#1 from MicrosoftDocs/master
Browse files Browse the repository at this point in the history
Merging upstream to local fork
  • Loading branch information
kevcadieux committed Feb 11, 2020
2 parents 929e0b4 + f9d8e17 commit d9fd0e6
Show file tree
Hide file tree
Showing 3,820 changed files with 37,855 additions and 32,965 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
12 changes: 12 additions & 0 deletions .markdownlint.json
@@ -0,0 +1,12 @@
{
"default": true,
"MD002": false,
"DOCSMD006": false,
"MD013": false,
"MD024": { "siblings_only": true },
"MD025": { "front_matter_title": "" },
"MD026": false,
"MD028": false,
"MD038": false,
"MD033": { "allowed_elements": ["a", "br", "em", "strong", "sub", "sup"] }
}
12 changes: 9 additions & 3 deletions .openpublishing.publish.config.json
Expand Up @@ -7,7 +7,10 @@
"build_output_subfolder": "vcppdocs",
"locale": "en-us",
"monikers": [],
"moniker_ranges": [">= vs-2015"],
"moniker_ranges": [
">= vs-2015"
],
"xref_query_tags": ["/dotnet", "/uwp/api"],
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content",
Expand Down Expand Up @@ -56,5 +59,8 @@
}
},
"need_generate_pdf": false,
"need_generate_intellisense": false
}
"need_generate_intellisense": false,
"docs_build_engine": {
"name": "docfx_v3"
}
}

0 comments on commit d9fd0e6

Please sign in to comment.