Files
bree/config.js
T
2022-02-22 15:27:14 -06:00

23 lines
476 B
JavaScript

// eslint-disable-next-line no-undef
docute.init({
debug: true,
title: 'Bree',
repo: 'breejs/bree',
'edit-link': 'https://github.com/breejs/bree/tree/master/',
twitter: 'niftylettuce',
nav: {
default: [
{
title: 'The best job scheduler for Node.js and JavaScript',
path: '/'
},
{
title: 'Upgrading',
path: '/UPGRADING'
}
]
},
// eslint-disable-next-line no-undef
plugins: [docuteEmojify()]
});