Coerce docfx into building API documentation
Temporary fix while waiting on dotnet/docfx#1254
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -203,3 +203,6 @@ project.lock.json
|
||||
*.pyc
|
||||
/.editorconfig
|
||||
.vscode/
|
||||
docs/api/\.manifest
|
||||
|
||||
\.idea/
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"src": "..",
|
||||
"files": [
|
||||
"src/**project.json"
|
||||
"src/**/*.cs"
|
||||
],
|
||||
"exclude": [
|
||||
"**/obj/**",
|
||||
@@ -66,7 +66,7 @@
|
||||
"default"
|
||||
],
|
||||
"globalMetadata": {
|
||||
"_appFooter": "Discord.Net (c) 2015-2016"
|
||||
"_appFooter": "Discord.Net (c) 2015-2017"
|
||||
},
|
||||
"noLangKeyword": false
|
||||
}
|
||||
|
||||
@@ -7,3 +7,5 @@ apiRules:
|
||||
uidRegex: ^Discord\.Net\.Converters$
|
||||
- exclude:
|
||||
uidRegex: ^Discord\.Net.*$
|
||||
- exclude:
|
||||
uidRegex: ^RegexAnalyzer$
|
||||
Reference in New Issue
Block a user