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