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 24
24
25
25
<span >{{ set.setTitle ? set.setTitle : set.title }}</span >
26
26
</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 >
27
36
</div >
28
37
<div v-if =" $activeSet" class =" doc-set-current" >
29
38
<RouterLink :to =" defaultUri($activeSet)" class =" flex items-center" >
38
47
<select name class =" doc-set-version" @change =" handleVersionSelect($event)" >
39
48
<option
40
49
v-for =" version in $activeSet.versions"
50
+ :key =" version[0]"
41
51
:value =" version[0]"
42
52
:selected =" version[0] == $activeVersion"
43
53
>{{ version[0] }}</option >
@@ -177,4 +187,4 @@ export default {
177
187
},
178
188
},
179
189
};
180
- </script >
190
+ </script >
You can’t perform that action at this time.
0 commit comments