Skip to content

Commit 981d3b4

Browse files
committed
update docs
1 parent 64274ca commit 981d3b4

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

Diff for: doc/script-apex/src/layouts/guide.soy

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
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}

Diff for: doc/script-apex/src/layouts/main.soy

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
{param style: 'topbar-light' /}
1515
{param logo: [
1616
'text': $site.title,
17+
'href': '/script-apex',
1718
'icon': 'icon-16-hammer'
1819
] /}
1920
{/call}

Diff for: doc/script-apex/src/layouts/tutorial.soy

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
{param style: 'topbar-light' /}
4040
{param logo: [
4141
'text': $site.title,
42+
'href': '/script-apex',
4243
'icon': 'icon-16-hammer'
4344
] /}
4445
{/call}

Diff for: doc/script-apex/src/pages/docs/index.soy

+1
Original file line numberDiff line numberDiff 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}

Diff for: doc/script-apex/src/pages/index.soy

+4-2
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)