diff --git a/src/templates/modules/documentation/advanced/Deployment.vue b/src/templates/modules/documentation/advanced/Deployment.vue index 902e164..e74966f 100644 --- a/src/templates/modules/documentation/advanced/Deployment.vue +++ b/src/templates/modules/documentation/advanced/Deployment.vue @@ -1,151 +1,20 @@ +const data = ref('') +onMounted(async () => { + data.value = await useDocumentation(markdownEndpoint.DEPLOYMENT) +}) + \ No newline at end of file