From b569302d4ae276eb79b24c16fba465903291162c Mon Sep 17 00:00:00 2001 From: Tobias Wittwer Date: Wed, 6 May 2020 18:39:55 +0200 Subject: [PATCH] chore(core): nx plugin submission @twittwer/compodoc (#2949) Co-authored-by: Jonathan Cammisuli --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 4965726cf9..1977076542 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -43,5 +43,10 @@ "name": "@nx-plus/docusaurus", "description": "Nx plugin adding first class support for Docusaurus in your Nx workspace.", "url": "https://github.com/ZachJW34/nx-plus/tree/master/libs/docusaurus" + }, + { + "name": "@twittwer/compodoc", + "description": "Nx Plugin to integrate the generation of documentation with Compodoc in the Nx workflow", + "url": "https://github.com/twittwer/nx-tools/tree/master/libs/compodoc#readme" } ]