From 682721150c9b2b82579fc3289b71c3c3a15c2af2 Mon Sep 17 00:00:00 2001 From: yurvon-screamo <109030262+yurvon-screamo@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:56:57 +0300 Subject: [PATCH] chore: add AsyncApi.Net.Generator library (#2332) Co-authored-by: Akshat Nema <76521428+akshatnema@users.noreply.github.com>%0ACo-authored-by: Ansh Goyal --- 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.",