2018-05-22 14:09:57 +05:30

18 lines
486 B
JavaScript

const path = require('path');
module.exports = {
title: 'Frappe DataTable',
description: 'A simple, modern and interactive datatable for the web',
themeConfig: {
sidebar: [
'/getting-started',
'/download',
'/configuration',
'/events'
],
nav: [
{ text: 'Documentation', link: '/getting-started'},
{ text: 'GitHub', link: 'https://github.com/frappe/datatable'},
]
}
}