Add API documentation

This commit is contained in:
Kévin Chalet 2021-01-17 17:53:08 +01:00
parent f44a3361b0
commit 3a2d588142
5 changed files with 33 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
[submodule "submodules/openiddict-core"]
path = submodules/openiddict-core
url = https://github.com/openiddict/openiddict-core

View File

@ -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/**"
] ]

@ -0,0 +1 @@
Subproject commit 5a6417f756ca3421a90827dbab9011ca6015ef7a

View File

@ -5,4 +5,7 @@
href: configuration/index.md href: configuration/index.md
- name: Samples - name: Samples
href: https://github.com/openiddict/openiddict-samples href: https://github.com/openiddict/openiddict-samples
- name: API documentation
href: api/