mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 14:34:26 +00:00
5 lines
153 B
JavaScript
5 lines
153 B
JavaScript
|
module.exports = {
|
||
|
// let Docusaurus generates a sidebar from the docs folder structure
|
||
|
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
|
||
|
};
|