mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 17:53:23 +02: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: '.'}],
|
||
|
};
|