Skip to content

Commit a123382

Browse files
committed
Hide Cloud link when within docsets
1 parent 5b8a449 commit a123382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/.vuepress/theme/components/DocSetPanel.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</RouterLink>
2727

2828
<!-- Special handling for external Cloud docs! -->
29-
<a class="doc-set" href="https://craftcms.com/knowledge-base/cloud" target="_blank">
29+
<a v-if="$page.frontmatter.home" class="doc-set" href="https://craftcms.com/knowledge-base/cloud" target="_blank">
3030
<span class="mr-2 inline-block relative set-icon">
3131
<img src="/docs/icons/icon-cloud.svg" width="16" height="16" alt="Craft Cloud" />
3232
</span>

0 commit comments

Comments
 (0)