Spotify.NET/SpotifyAPI.Docs/sidebars.js

33 lines
584 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-03 16:44:13 +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',
2020-05-19 16:33:29 +01:00
]
},
2020-06-03 16:44:13 +01:00
{
type: 'category',
label: 'Authentication Guides',
items: [
'auth_introduction',
]
},
{
type: 'category',
label: 'Examples',
items: []
},
2020-05-19 16:33:29 +01:00
]
}
2020-05-13 17:25:42 +01:00
};