Spotify.NET/SpotifyAPI.Docs/sidebars.js
2020-06-03 17:44:13 +02:00

32 lines
556 B
JavaScript

module.exports = {
docs: {
'SpotifyAPI.NET': [
'introduction',
'getting_started',
{
type: 'category',
label: 'Guides',
items: [
'error_handling',
'configuration',
'logging',
'proxy',
'pagination',
]
},
{
type: 'category',
label: 'Authentication Guides',
items: [
'auth_introduction',
]
},
{
type: 'category',
label: 'Examples',
items: []
},
]
}
};