From 4e6090917184d63a59e6771af569d10ecb60df8a Mon Sep 17 00:00:00 2001 From: Piotr Miazga Date: Mon, 29 May 2017 18:49:01 +0200 Subject: [PATCH] Generate docs inside doc folder Currently we have two docs folders: * doc which contains human-made documentation * docs which contains autogenerated documentation To clean-up I moved the jsdoc target to doc/autogenerated so we have only one documentation folder Bug: T158236 Change-Id: I33166a84a4856e506e574e4194fa0c596b630b34 --- .gitignore | 2 +- jsdoc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5345eb0de..2e6b55c5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/docs/ +/doc/autogenerated/ /coverage/ /node_modules/ /vendor/ diff --git a/jsdoc.json b/jsdoc.json index caf71c0c9..890002e4b 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -5,7 +5,7 @@ ] }, "opts": { - "destination": "docs/", + "destination": "doc/autogenerated/", "recurse": true }, "plugins": [