mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-01 15:14:28 +02:00
10 lines
252 B
JavaScript
10 lines
252 B
JavaScript
// @ts-check
|
|
|
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
|
const sidebars = {
|
|
// docs: [{ type: 'autogenerated', dirName: '.' }],
|
|
tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }],
|
|
};
|
|
|
|
module.exports = sidebars;
|