mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
9 lines
194 B
JavaScript
9 lines
194 B
JavaScript
// @ts-check
|
|
|
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
|
const sidebars = {
|
|
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
|
|
};
|
|
|
|
export default sidebars;
|