From 796196b81aa34d0222835c361f151e284af68970 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Tue, 22 May 2018 16:33:33 +0530 Subject: [PATCH] Update docs config --- vuepress/.vuepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vuepress/.vuepress/config.js b/vuepress/.vuepress/config.js index 52489d9..b5bbe63 100644 --- a/vuepress/.vuepress/config.js +++ b/vuepress/.vuepress/config.js @@ -1,8 +1,12 @@ const path = require('path'); +const outputPath = path.resolve('./static/docs/datatable') + module.exports = { title: 'Frappe DataTable', description: 'A simple, modern and interactive datatable for the web', + dest: outputPath, + base: '/docs/datatable', themeConfig: { sidebar: [ '/getting-started',