We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8a449 commit a123382Copy full SHA for a123382
docs/.vuepress/theme/components/DocSetPanel.vue
@@ -26,7 +26,7 @@
26
</RouterLink>
27
28
<!-- Special handling for external Cloud docs! -->
29
- <a class="doc-set" href="https://craftcms.com/knowledge-base/cloud" target="_blank">
+ <a v-if="$page.frontmatter.home" class="doc-set" href="https://craftcms.com/knowledge-base/cloud" target="_blank">
30
<span class="mr-2 inline-block relative set-icon">
31
<img src="/docs/icons/icon-cloud.svg" width="16" height="16" alt="Craft Cloud" />
32
</span>
0 commit comments