mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-07-15 23:13: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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Checkout submodule
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
repository: openiddict/openiddict-core
|
||||||
|
path: submodules/openiddict-core
|
||||||
|
|
||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
uses: nikeee/docfx-action@master
|
uses: nikeee/docfx-action@master
|
||||||
with:
|
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": {
|
"build": {
|
||||||
"content": [
|
"content": [
|
||||||
{
|
{
|
||||||
@ -10,6 +28,7 @@
|
|||||||
"appveyor.yml",
|
"appveyor.yml",
|
||||||
"README.md",
|
"README.md",
|
||||||
"SECURITY.md",
|
"SECURITY.md",
|
||||||
|
"submodules/**",
|
||||||
"obj/**",
|
"obj/**",
|
||||||
"_site/**"
|
"_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