2020-05-13 17:25:42 +01:00
|
|
|
module.exports = {
|
2020-05-19 16:33:29 +01:00
|
|
|
docs: {
|
2020-06-04 14:43:25 +01:00
|
|
|
'SpotifyAPI-NET': [
|
2020-05-19 16:33:29 +01:00
|
|
|
'introduction',
|
2020-05-20 19:59:11 +01:00
|
|
|
'getting_started',
|
2020-05-19 16:33:29 +01:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Guides',
|
|
|
|
items: [
|
2020-06-03 16:44:13 +01:00
|
|
|
'error_handling',
|
|
|
|
'configuration',
|
|
|
|
'logging',
|
|
|
|
'proxy',
|
2020-05-19 16:33:29 +01:00
|
|
|
'pagination',
|
2020-06-03 18:12:12 +01:00
|
|
|
'retry_handling',
|
2020-06-06 16:43:49 +01:00
|
|
|
'iplayableitem',
|
2020-11-14 12:19:20 +00:00
|
|
|
'unit_testing',
|
|
|
|
],
|
2020-05-19 16:33:29 +01:00
|
|
|
},
|
2020-06-03 16:44:13 +01:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Authentication Guides',
|
|
|
|
items: [
|
|
|
|
'auth_introduction',
|
2020-06-03 22:57:28 +01:00
|
|
|
'client_credentials',
|
|
|
|
'implicit_grant',
|
2020-06-04 13:42:16 +01:00
|
|
|
'authorization_code',
|
2020-08-06 19:48:49 +01:00
|
|
|
'pkce',
|
2020-11-14 12:19:20 +00:00
|
|
|
'token_swap',
|
|
|
|
],
|
2020-06-03 16:44:13 +01:00
|
|
|
},
|
2020-06-04 13:42:16 +01:00
|
|
|
'showcase',
|
2020-05-20 19:59:11 +01:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Examples',
|
2020-06-04 13:42:16 +01:00
|
|
|
items: [
|
|
|
|
'example_asp',
|
2020-06-04 14:24:13 +01:00
|
|
|
'example_blazor_wasm',
|
2020-06-04 13:42:16 +01:00
|
|
|
'example_blazor',
|
|
|
|
'example_cli_custom_html',
|
|
|
|
'example_cli_persistent_config',
|
|
|
|
'example_token_swap',
|
2020-11-14 12:19:20 +00:00
|
|
|
'example_uwp',
|
|
|
|
],
|
2020-05-20 19:59:11 +01:00
|
|
|
},
|
2020-11-14 12:19:20 +00:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Migration Guides',
|
|
|
|
items: ['5_to_6'],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2020-05-13 17:25:42 +01:00
|
|
|
};
|