mirror of
https://github.com/Mintplex-Labs/bree.git
synced 2026-07-01 20:04:39 -04:00
23 lines
476 B
JavaScript
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()]
|
|
});
|