From b58a2c9512701e1b4fae2f84c1beb3be97a1a983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 25 Aug 2021 15:56:04 +0200 Subject: [PATCH] Temporarily remove the API documentation to unlock the build --- docfx.json | 18 ------------------ toc.yml | 5 +---- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/docfx.json b/docfx.json index e4f47fd..c98ca43 100644 --- a/docfx.json +++ b/docfx.json @@ -1,22 +1,4 @@ { - "metadata": [ - { - "src": [ - { - "src": "submodules/openiddict-core", - "files": [ - "src/**/*.cs" - ], - "exclude": [ - "**/bin/**", - "**/obj/**", - "_site/**" - ] - } - ], - "dest": "api" - } - ], "build": { "content": [ { diff --git a/toc.yml b/toc.yml index c79453d..bbfca29 100644 --- a/toc.yml +++ b/toc.yml @@ -11,7 +11,4 @@ href: https://github.com/openiddict/openiddict-conformance - name: Changelog - href: https://github.com/openiddict/openiddict-core/releases - -- name: API documentation - href: api/ \ No newline at end of file + href: https://github.com/openiddict/openiddict-core/releases \ No newline at end of file