diff --git a/src/commands/generate/fromTemplate.ts b/src/commands/generate/fromTemplate.ts index 81624dc5cb3..e53ea665cb2 100644 --- a/src/commands/generate/fromTemplate.ts +++ b/src/commands/generate/fromTemplate.ts @@ -32,7 +32,6 @@ interface ParsedFlags { const templatesNotSupportingV3: Record = { '@asyncapi/minimaltemplate': 'some link', // For testing purpose - '@asyncapi/html-template': 'https://github.com/asyncapi/html-template/issues/430', '@asyncapi/dotnet-nats-template': 'https://github.com/asyncapi/dotnet-nats-template/issues/384', '@asyncapi/ts-nats-template': 'https://github.com/asyncapi/ts-nats-template/issues/545', '@asyncapi/python-paho-template': 'https://github.com/asyncapi/python-paho-template/issues/189', @@ -40,7 +39,6 @@ const templatesNotSupportingV3: Record = { '@asyncapi/java-spring-cloud-stream-template': 'https://github.com/asyncapi/java-spring-cloud-stream-template/issues/336', '@asyncapi/go-watermill-template': 'https://github.com/asyncapi/go-watermill-template/issues/243', '@asyncapi/java-spring-template': 'https://github.com/asyncapi/java-spring-template/issues/308', - '@asyncapi/markdown-template': 'https://github.com/asyncapi/markdown-template/issues/341', '@asyncapi/nodejs-template': 'https://github.com/asyncapi/nodejs-template/issues/215', '@asyncapi/java-template': 'https://github.com/asyncapi/java-template/issues/118', '@asyncapi/php-template': 'https://github.com/asyncapi/php-template/issues/191'