// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. module.exports = { docs: [ 'introduction', { type: 'category', label: 'Getting Started', collapsed: false, items: [ 'getting-started/installation', 'getting-started/configuration', 'getting-started/run-superbench', ], }, // { // type: 'category', // label: 'Benchmarks', // items: [ // 'benchmarks/micro-benchmarks', // 'benchmarks/model-benchmarks', // ], // }, { type: 'category', label: 'Developer Guides', items: [ 'developer-guides/development', 'developer-guides/contributing', ], }, ], api: [ 'cli', ], };