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.",