18 lines
522 B
JavaScript
18 lines
522 B
JavaScript
module.exports = {
|
|
title: 'Frappe DataTable',
|
|
description: 'A simple, modern and interactive datatable for the web',
|
|
dest: './static/docs/datatable',
|
|
base: '/docs/datatable/',
|
|
themeConfig: {
|
|
sidebar: [
|
|
'/getting-started',
|
|
'/download',
|
|
'/configuration',
|
|
'/events'
|
|
],
|
|
nav: [
|
|
{ text: 'Documentation', link: '/getting-started'},
|
|
{ text: 'GitHub', link: 'https://github.com/frappe/datatable'},
|
|
]
|
|
}
|
|
} |