mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +00:00
22 lines
339 B
JavaScript
22 lines
339 B
JavaScript
module.exports = {
|
|
docs: {
|
|
'Spotify-API': [
|
|
'introduction',
|
|
'installation',
|
|
'getting_started',
|
|
{
|
|
type: 'category',
|
|
label: 'Guides',
|
|
items: [
|
|
'pagination',
|
|
]
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Examples',
|
|
items: []
|
|
},
|
|
]
|
|
}
|
|
};
|