File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
docs/.vuepress/theme/components Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2424
2525 <span >{{ set.setTitle ? set.setTitle : set.title }}</span >
2626 </RouterLink >
27+
28+ <!-- Special handling for external Cloud docs! -->
29+ <a 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 >
33+
34+ <span >Craft Cloud</span >
35+ </a >
2736 </div >
2837 <div v-if =" $activeSet" class =" doc-set-current" >
2938 <RouterLink :to =" defaultUri($activeSet)" class =" flex items-center" >
3847 <select name class =" doc-set-version" @change =" handleVersionSelect($event)" >
3948 <option
4049 v-for =" version in $activeSet.versions"
50+ :key =" version[0]"
4151 :value =" version[0]"
4252 :selected =" version[0] == $activeVersion"
4353 >{{ version[0] }}</option >
@@ -177,4 +187,4 @@ export default {
177187 },
178188 },
179189};
180- </script >
190+ </script >
You can’t perform that action at this time.
0 commit comments