diff --git a/src/apps.json b/src/apps.json index 3318cc9d4..f0512e8bd 100644 --- a/src/apps.json +++ b/src/apps.json @@ -2258,6 +2258,20 @@ ], "website": "http://dnnsoftware.com" }, + "Docusaurus": { + "cats": [ + 4 + ], + "meta": { + "generator": "^Docusaurus$" + }, + "icon": "docusaurus.svg", + "implies": [ + "React", + "webpack" + ], + "website": "https://docusaurus.io/" + }, "DTG": { "cats": [ 1 diff --git a/src/icons/docusaurus.svg b/src/icons/docusaurus.svg new file mode 100644 index 000000000..81b7405ed --- /dev/null +++ b/src/icons/docusaurus.svg @@ -0,0 +1,35 @@ + + + + docusaurus + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file