File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1414 {param style: 'topbar-light topbar-docs' /}
1515 {param logo: [
1616 'text' : $site.title ,
17+ 'href' : '/script-apex' ,
1718 'icon' : 'icon-16-hammer'
1819 ] /}
1920 {/call }
Original file line number Diff line number Diff line change 1414 {param style: 'topbar-light' /}
1515 {param logo: [
1616 'text' : $site.title ,
17+ 'href' : '/script-apex' ,
1718 'icon' : 'icon-16-hammer'
1819 ] /}
1920 {/call }
Original file line number Diff line number Diff line change 3939 {param style: 'topbar-light' /}
4040 {param logo: [
4141 'text' : $site.title ,
42+ 'href' : '/script-apex' ,
4243 'icon' : 'icon-16-hammer'
4344 ] /}
4445 {/call }
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ description: "Everything you need to know to get started."
1818 {param style: 'topbar-light topbar-docs' /}
1919 {param logo: [
2020 'text' : $site.title ,
21+ 'href' : '/script-apex' ,
2122 'icon' : 'icon-16-hammer'
2223 ] /}
2324 {/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
3131 <div class =" container" >
3232 <h1 class =" header-title" >{$site.title }</h1 >
3333 <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 >
3638 </div >
3739 </div >
3840 </header >
You can’t perform that action at this time.
0 commit comments