fix dest path

This commit is contained in:
Faris Ansari 2018-05-23 13:01:18 +05:30
parent 7895887a63
commit a1a87c9515

View File

@ -1,11 +1,7 @@
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,
dest: './static/docs/datatable',
base: '/docs/datatable/',
themeConfig: {
sidebar: [