mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
0aa6c5eae8
Closes #1169
14 lines
221 B
JavaScript
14 lines
221 B
JavaScript
// @ts-check
|
|
|
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
|
const sidebars = {
|
|
tutorialSidebar: [
|
|
{
|
|
type: 'autogenerated',
|
|
dirName: '.'
|
|
}
|
|
]
|
|
};
|
|
|
|
module.exports = sidebars;
|