mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-09-18 09:44:27 +08:00
Add API documentation
This commit is contained in:
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
Submodule submodules/openiddict-core added at 5a6417f756
Reference in New Issue
Block a user