xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=26e55458ad1b97e7527e2ef156ebd120912e765d
commit 26e55458ad1b97e7527e2ef156ebd120912e765d Author: Xavi Artigas <[email protected]> Date: Thu Aug 29 17:44:16 2019 +0200 mono-docs: Update DocFX version and use online symbol lookup Version 2.45 of DocFX seems much much faster than previous 2.40, but could just be a matter of stale caches. Anyway, no breakages have been detected. Using an online symbol resolution server (https://xref.docs.microsoft.com) adds some more links for .NET symbols (and no noticeable slowdown). --- doc/docfx/docfx.json | 1 + doc/docfx/setup.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/docfx/docfx.json b/doc/docfx/docfx.json index b5354679eb..309d3d1d8e 100644 --- a/doc/docfx/docfx.json +++ b/doc/docfx/docfx.json @@ -16,6 +16,7 @@ } ], "build": { + "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ], "content": [ { "files": [ diff --git a/doc/docfx/setup.sh b/doc/docfx/setup.sh index b166516fd5..77484f2c10 100755 --- a/doc/docfx/setup.sh +++ b/doc/docfx/setup.sh @@ -25,7 +25,7 @@ fi; # if [ ! -d "bin" ]; then rm -rf docfx.zip bin - wget https://github.com/dotnet/docfx/releases/download/v2.40.4/docfx.zip + wget https://github.com/dotnet/docfx/releases/download/v2.45/docfx.zip unzip -q docfx.zip -d bin rm docfx.zip else --
