mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-17 08:13:57 +00: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;
|