mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-07-15 14:04:34 +08:00
Add API documentation
This commit is contained in:
parent
f44a3361b0
commit
3a2d588142
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -16,6 +16,12 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Checkout submodule
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: openiddict/openiddict-core
|
||||
path: submodules/openiddict-core
|
||||
|
||||
- name: Build documentation
|
||||
uses: nikeee/docfx-action@master
|
||||
with:
|
||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "submodules/openiddict-core"]
|
||||
path = submodules/openiddict-core
|
||||
url = https://github.com/openiddict/openiddict-core
|
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/**"
|
||||
]
|
||||
|
1
submodules/openiddict-core
Submodule
1
submodules/openiddict-core
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5a6417f756ca3421a90827dbab9011ca6015ef7a
|
Loading…
Reference in New Issue
Block a user