fix dest path
This commit is contained in:
parent
7895887a63
commit
a1a87c9515
@ -1,11 +1,7 @@
|
|||||||
const path = require('path');
|
|
||||||
|
|
||||||
const outputPath = path.resolve('./static/docs/datatable')
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'Frappe DataTable',
|
title: 'Frappe DataTable',
|
||||||
description: 'A simple, modern and interactive datatable for the web',
|
description: 'A simple, modern and interactive datatable for the web',
|
||||||
dest: outputPath,
|
dest: './static/docs/datatable',
|
||||||
base: '/docs/datatable/',
|
base: '/docs/datatable/',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
sidebar: [
|
sidebar: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user