Update docs config
This commit is contained in:
parent
a3785eff50
commit
796196b81a
@ -1,8 +1,12 @@
|
|||||||
const path = require('path');
|
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,
|
||||||
|
base: '/docs/datatable',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
sidebar: [
|
sidebar: [
|
||||||
'/getting-started',
|
'/getting-started',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user