2021-06-25 10:59:13 +03:00
|
|
|
// 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',
|
|
|
|
],
|
|
|
|
},
|
2021-08-12 11:09:52 +03:00
|
|
|
{
|
|
|
|
type: 'category',
|
2021-10-12 13:44:42 +03:00
|
|
|
label: 'User Tutorial',
|
2021-08-12 11:09:52 +03:00
|
|
|
collapsed: false,
|
|
|
|
items: [
|
2021-10-12 13:44:42 +03:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Benchmarks',
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
'user-tutorial/benchmarks/micro-benchmarks',
|
|
|
|
'user-tutorial/benchmarks/model-benchmarks',
|
2021-11-09 09:28:42 +03:00
|
|
|
'user-tutorial/benchmarks/docker-benchmarks',
|
2021-10-12 13:44:42 +03:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'user-tutorial/system-config',
|
2021-12-06 05:49:38 +03:00
|
|
|
'user-tutorial/data-diagnosis',
|
2022-04-08 23:44:25 +03:00
|
|
|
'user-tutorial/result-summary',
|
2021-12-13 17:07:28 +03:00
|
|
|
'user-tutorial/monitor',
|
2021-10-12 13:44:42 +03:00
|
|
|
'user-tutorial/container-images',
|
2021-06-30 06:17:31 +03:00
|
|
|
],
|
|
|
|
},
|
2021-06-25 10:59:13 +03:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Developer Guides',
|
|
|
|
items: [
|
|
|
|
'developer-guides/development',
|
2021-08-12 11:09:52 +03:00
|
|
|
'developer-guides/using-docker',
|
2021-06-25 10:59:13 +03:00
|
|
|
'developer-guides/contributing',
|
|
|
|
],
|
|
|
|
},
|
2021-08-02 10:25:25 +03:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Design Docs',
|
|
|
|
items: [
|
|
|
|
'design-docs/overview',
|
|
|
|
'design-docs/benchmarks',
|
|
|
|
],
|
|
|
|
},
|
2021-06-25 10:59:13 +03:00
|
|
|
],
|
|
|
|
api: [
|
|
|
|
'cli',
|
2021-08-30 10:34:24 +03:00
|
|
|
'superbench-config',
|
2021-06-25 10:59:13 +03:00
|
|
|
],
|
|
|
|
};
|