Spotify.NET/SpotifyAPI.Docs/sidebars.js

22 lines
339 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: {
'Spotify-API': [
'introduction',
'installation',
'getting_started',
2020-05-19 16:33:29 +01:00
{
type: 'category',
label: 'Guides',
items: [
'pagination',
]
},
{
type: 'category',
label: 'Examples',
items: []
},
2020-05-19 16:33:29 +01:00
]
}
2020-05-13 17:25:42 +01:00
};