network/sidebars.js

12 lines
176 B
JavaScript
Raw Permalink Normal View History

2023-07-24 23:46:18 +03:00
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
module.exports = {
Sidebar: [
{
type: "autogenerated",
dirName: ".",
},
],
};