mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-14 09:24:23 +01:00
♻️ Write documentation
This commit is contained in:
@@ -15,6 +15,6 @@ import { onMounted, ref } from 'vue'
|
||||
|
||||
const data = ref('')
|
||||
onMounted(async () => {
|
||||
data.value = await useDocumentation(markdownEndpoint.DEPLOYMENT)
|
||||
data.value = await useDocumentation(markdownEndpoint.ADDON)
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user