From a8e84414812ea37a98d878ff9275d05c5d85fe32 Mon Sep 17 00:00:00 2001 From: Mathis Neumann <mathis@simpletechs.net> Date: Mon, 25 Jul 2016 16:25:35 +0200 Subject: [PATCH] use bootstrap layout for yuidocs --- package.json | 3 ++- yuidoc.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 246c296..27b7bf4 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "dependencies": { "cytoscape": "^2.7.3", "cytoscape-cola": "^1.4.0", - "cytoscape-cose-bilkent": "^1.3.6" + "cytoscape-cose-bilkent": "^1.3.6", + "yuidoc-bootstrap-theme": "^1.0.6" } } diff --git a/yuidoc.json b/yuidoc.json index 296cae9..8400420 100644 --- a/yuidoc.json +++ b/yuidoc.json @@ -11,6 +11,8 @@ "linkNatives": true, "quiet": true, "parseOnly": false, - "lint": false + "lint": true, + "themedir": "node_modules/yuidoc-bootstrap-theme", + "helpers": ["node_modules/yuidoc-bootstrap-theme/helpers/helpers.js"] } } \ No newline at end of file -- GitLab