mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-01 06:48:50 +00:00
4 lines
155 B
JavaScript
4 lines
155 B
JavaScript
module.exports = {
|
|
// let Docusaurus generates a sidebar from the docs folder structure
|
|
tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }],
|
|
};
|