docs: add spotify connection and actions

This commit is contained in:
Zeynep Nur Temel
2023-03-19 23:48:45 +03:00
parent ed87df212f
commit 8acd7b03ed
5 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/spotify.svg
items:
- name: Create playlist
desc: Create a playlist on user's account
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />