Skip to content

Commit

Permalink
fix(docs): update community links in Pergel page
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Dec 8, 2023
1 parent 402cc90 commit 8e10c3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docs/pages/pergel/[...slug]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ const titleTemplate = computed(() => {
const titleTemplate = navKeyFromPath(route.path, 'titleTemplate', navigation.value)
if (titleTemplate)
return titleTemplate
return '%s · Nuxt'
return '%s · Pergel · Oku'
})
const communityLinks = computed(() => [{
icon: 'i-ph-pen-duotone',
label: 'Edit this page',
to: `https://github.com/nuxt/nuxt/edit/main/docs/${page?.value?._file?.split('/').slice(1).join('/')}`,
to: `https://github.com/oku-ui/pergel/edit/main/.docs/content/pergel/${page?.value?._file?.split('/').slice(1).join('/')}`,
target: '_blank',
}, {
icon: 'i-ph-shooting-star-duotone',
label: 'Star on GitHub',
to: 'https://github.com/nuxt/nuxt',
to: 'https://github.com/oku-ui/pergel',
target: '_blank',
}, {
icon: 'i-ph-chat-centered-text-duotone',
Expand Down

0 comments on commit 8e10c3d

Please sign in to comment.