import type {SidebarsConfig} from '@docusaurus/plugin-content-docs'; const sidebars: SidebarsConfig = { docsSidebar: [ { type: 'category', label: 'DGX Spark', items: [ 'dgx-spark-minimax/index', 'dgx-spark-dual/index', ], }, ], }; export default sidebars;