From 21d11783e955475fba12324ed07becc00e742633 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 1 Dec 2020 23:14:13 +0600 Subject: [PATCH] Add DocFX/Documentation --- src/drivers/webextension/images/icons/DocFX.svg | 9 +++++++++ src/technologies.json | 14 ++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/drivers/webextension/images/icons/DocFX.svg diff --git a/src/drivers/webextension/images/icons/DocFX.svg b/src/drivers/webextension/images/icons/DocFX.svg new file mode 100644 index 000000000..08e5828f7 --- /dev/null +++ b/src/drivers/webextension/images/icons/DocFX.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 084a6d167..502a69531 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -4198,6 +4198,20 @@ }, "website": "https://djangoproject.com" }, + "DocFX": { + "cats": [ + 4 + ], + "description": "DocFX is a tool for building and publishing API documentation for .NET projects.", + "icon": "DocFX.svg", + "meta": { + "generator": "docfx\\s([\\d\\.]+)\\;version:\\1", + "docfx:navrel": "toc.html", + "docfx:tocrel": "toc.html" + }, + "oss": true, + "website": "https://github.com/dotnet/docfx" + }, "Docker": { "cats": [ 60