Skip to content

Commit

Permalink
docs: link to ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Apr 30, 2024
1 parent de84e6a commit aae8fc9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,19 @@ const repoLinks = computed(() => [
},
])
const ecosystemLinks = [
{
label: 'Zhead',
to: 'https://zhead.dev',
target: '_blank',
},
{
label: 'Request Indexing',
to: 'https://requestindexing.com',
target: '_blank',
},
]
defineOgImageScreenshot()
</script>

Expand Down Expand Up @@ -98,6 +111,7 @@ defineOgImageScreenshot()
<UDivider v-if="page.body?.toc?.links?.length" dashed />
<UPageLinks title="Community" :links="communityLinks" />
<UDivider dashed />
<UPageLinks title="Ecosystem" :links="ecosystemLinks" />
</div>
</template>
</UDocsToc>
Expand Down

0 comments on commit aae8fc9

Please sign in to comment.