File tree 5 files changed +8
-2
lines changed
5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 14
14
{param style: 'topbar-light topbar-docs' /}
15
15
{param logo: [
16
16
'text' : $site.title ,
17
+ 'href' : '/script-apex' ,
17
18
'icon' : 'icon-16-hammer'
18
19
] /}
19
20
{/call }
Original file line number Diff line number Diff line change 14
14
{param style: 'topbar-light' /}
15
15
{param logo: [
16
16
'text' : $site.title ,
17
+ 'href' : '/script-apex' ,
17
18
'icon' : 'icon-16-hammer'
18
19
] /}
19
20
{/call }
Original file line number Diff line number Diff line change 39
39
{param style: 'topbar-light' /}
40
40
{param logo: [
41
41
'text' : $site.title ,
42
+ 'href' : '/script-apex' ,
42
43
'icon' : 'icon-16-hammer'
43
44
] /}
44
45
{/call }
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ description: "Everything you need to know to get started."
18
18
{param style: 'topbar-light topbar-docs' /}
19
19
{param logo: [
20
20
'text' : $site.title ,
21
+ 'href' : '/script-apex' ,
21
22
'icon' : 'icon-16-hammer'
22
23
] /}
23
24
{/call }
Original file line number Diff line number Diff line change @@ -31,8 +31,10 @@ description: "Script.apex is a library that evaluates Javascript expressions in
31
31
<div class =" container" >
32
32
<h1 class =" header-title" >{$site.title }</h1 >
33
33
<h2 class =" header-subtitle" >{$site.index.description }</h2 >
34
- <div class =" header-cta" >
35
- <a href =" /script-apex/tutorials/getting_started/step_1.html" class =" btn btn-accent" >Get Started</a >
34
+ <div class =" btn-group" >
35
+ <a href =" /script-apex/tutorials/getting_started/step_1.html" class =" btn btn-accent btn-sm" >Get Started</a >
36
+ <a href =" https://github.com/Click-to-Cloud/Script.apex/" class =" btn btn-success btn-sm" >GitHub</a >
37
+ <a href =" /" onclick =" location.assign('/')" class =" btn btn-default btn-sm" >Not Interested</a >
36
38
</div >
37
39
</div >
38
40
</header >
You can’t perform that action at this time.
0 commit comments