mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-18 16:01:05 +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: '.'}],
|
||
|
};
|