mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-01-02 12:27:12 +08:00
Add API documentation
This commit is contained in:
19
docfx.json
19
docfx.json
@@ -1,4 +1,22 @@
|
||||
{
|
||||
"metadata": [
|
||||
{
|
||||
"src": [
|
||||
{
|
||||
"src": "submodules/openiddict-core",
|
||||
"files": [
|
||||
"src/**/*.cs"
|
||||
],
|
||||
"exclude": [
|
||||
"**/bin/**",
|
||||
"**/obj/**",
|
||||
"_site/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "api"
|
||||
}
|
||||
],
|
||||
"build": {
|
||||
"content": [
|
||||
{
|
||||
@@ -10,6 +28,7 @@
|
||||
"appveyor.yml",
|
||||
"README.md",
|
||||
"SECURITY.md",
|
||||
"submodules/**",
|
||||
"obj/**",
|
||||
"_site/**"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user