From b146083102b8a26a19510ac38adee7405358851c Mon Sep 17 00:00:00 2001 From: yurvon-screamo <109030262+yurvon-screamo@users.noreply.github.com> Date: Sun, 19 Nov 2023 00:35:02 +0300 Subject: [PATCH] Add AsyncApi.Net.Generator --- config/tools-manual.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/tools-manual.json b/config/tools-manual.json index 071818f1c46..3eec3dff953 100644 --- a/config/tools-manual.json +++ b/config/tools-manual.json @@ -45,6 +45,18 @@ "categories": ["code-first"] } }, + { + "title": "AsyncApi.Net.Generator", + "description": "Code-first AsyncAPI documentation generator and ui", + "links": { + "repoUrl": "https://github.com/yurvon-screamo/asyncapi.net" + }, + "filters": { + "language": "C#", + "technology": [".NET", "ASP.NET"], + "categories": ["code-first"] + } + }, { "title": "Saunter", "description": "Saunter is an AsyncAPI documentation generator for dotnet. Generates (and hosts) an AsyncAPI schema document from your code.",