mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-10-31 22:38:49 +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: '.' }],
|
|
};
|