Spotify.NET/SpotifyAPI.Docs/sidebars.js

49 lines
1018 B
JavaScript
Raw Normal View History

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',
'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',
'iplayableitem',
2020-06-03 22:57:28 +01: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',
'pkce',
2020-06-04 13:42:16 +01:00
'token_swap'
2020-06-03 16:44:13 +01:00
]
},
2020-06-04 13:42:16 +01:00
'showcase',
{
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',
'example_uwp'
]
},
2020-05-19 16:33:29 +01:00
]
}
2020-05-13 17:25:42 +01:00
};