From b61b93bd139e04767cace2dfb98034e243e55b7b Mon Sep 17 00:00:00 2001 From: Max Hoffmann Date: Mon, 15 Jan 2018 19:21:00 -0500 Subject: [PATCH] Change esdoc config --- esdoc.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/esdoc.json b/esdoc.json index 347aa8c2..9344f5ea 100644 --- a/esdoc.json +++ b/esdoc.json @@ -2,17 +2,7 @@ "source": "./src", "destination": "./docs", "plugins": [ - { - "name": "esdoc-standard-plugin", - "option": { - "manual": { - "files": [ - "./src/Draggable/README.md", - "./src/Sortable/README.md" - ] - } - } - }, + {"name": "esdoc-standard-plugin"}, {"name": "esdoc-ecmascript-proposal-plugin", "option": {"all": true}} ] }