docs: rename UDocs components to UContent

This commit is contained in:
Benjamin Canac
2024-02-22 15:28:44 +01:00
parent f79187825f
commit 87526b9ec5
6 changed files with 14 additions and 14 deletions

View File

@@ -7,11 +7,11 @@
<hr v-if="surround?.length">
<UDocsSurround :surround="surround" />
<UContentSurround :surround="surround" />
</UPageBody>
<template v-if="page?.body?.toc?.links?.length" #right>
<UDocsToc :links="page.body.toc.links">
<UContentToc :links="page.body.toc.links">
<template #bottom>
<div class="hidden lg:block space-y-6 !mt-6">
<UDivider v-if="page.body?.toc?.links?.length" type="dashed" />
@@ -30,7 +30,7 @@
</div>
</div>
</template>
</UDocsToc>
</UContentToc>
</template>
</UPage>
</template>