This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Coerce docfx into building API documentation
Temporary fix while waiting on
dotnet/docfx#1254
pull/603/head
Christopher F
8 years ago
parent
51464c0a4e
commit
df673e02e5
4 changed files
with
9 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
.gitignore
+0
-1
docs/api/.manifest
+2
-2
docs/docfx.json
+3
-1
docs/filterConfig.yml
+ 4
- 1
.gitignore
View File
@@ -202,4 +202,7 @@ project.lock.json
/docs/_build
/docs/_build
*.pyc
*.pyc
/.editorconfig
/.editorconfig
.vscode/
.vscode/
docs/api/\.manifest
\.idea/
+ 0
- 1
docs/api/.manifest
File diff suppressed because it is too large
View File
+ 2
- 2
docs/docfx.json
View File
@@ -5,7 +5,7 @@
{
{
"src": "..",
"src": "..",
"files": [
"files": [
"src/**
project.json
"
"src/**
/*.cs
"
],
],
"exclude": [
"exclude": [
"**/obj/**",
"**/obj/**",
@@ -66,7 +66,7 @@
"default"
"default"
],
],
"globalMetadata": {
"globalMetadata": {
"_appFooter": "Discord.Net (c) 2015-201
6
"
"_appFooter": "Discord.Net (c) 2015-201
7
"
},
},
"noLangKeyword": false
"noLangKeyword": false
}
}
+ 3
- 1
docs/filterConfig.yml
View File
@@ -6,4 +6,6 @@ apiRules:
- exclude:
- exclude:
uidRegex: ^Discord\.Net\.Converters$
uidRegex: ^Discord\.Net\.Converters$
- exclude:
- exclude:
uidRegex: ^Discord\.Net.*$
uidRegex: ^Discord\.Net.*$
- exclude:
uidRegex: ^RegexAnalyzer$
Write
Preview
Loading…
Cancel
Save