Skip to content

Commit 5d39c87

Browse files
Merge pull request #2474 from dotty-staging/fix-doc-arrow-down
Fix scroll-down-arrow href and add it on each page
2 parents 3e414ed + 05fe159 commit 5d39c87

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

docs/_includes/features.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,22 +73,26 @@ <h1 id="so-features">So, features?</h1>
7373
<td>In progress</td>
7474
</tr>
7575
<tr class="odd">
76+
<td>Phantom types</td>
77+
<td>In progress</td>
78+
</tr>
79+
<tr class="even">
7680
<td></td>
7781
<td></td>
7882
</tr>
79-
<tr class="even">
83+
<tr class="odd">
8084
<td>Implicit functions</td>
8185
<td>Considered</td>
8286
</tr>
83-
<tr class="odd">
87+
<tr class="even">
8488
<td>Effects</td>
8589
<td>Considered</td>
8690
</tr>
87-
<tr class="even">
91+
<tr class="odd">
8892
<td>Auto-completion in repl</td>
8993
<td>Considered</td>
9094
</tr>
91-
<tr class="odd">
95+
<tr class="even">
9296
<td>Spec Option-less pattern matching</td>
9397
<td>Considered</td>
9498
</tr>
@@ -105,5 +109,12 @@ <h1 id="i-have-more-questions">I have more questions!</h1>
105109
<p>That’s great! We have more details on the <a href="{{ site.baseurl }}/docs">docs</a> and please join our <a href="https://gitter.im/lampepfl/dotty">Gitter channel</a>!</p>
106110
</div>
107111
</div>
112+
<div class="centered-subtitle">
113+
<a href="#why-dotty">
114+
<i id="scroll-down-arrow" class="animated infinite pulse material-icons">
115+
expand_more
116+
</i>
117+
</a>
118+
</div>
108119
</div>
109120

docs/_includes/getting-started.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ <h1 id="getting-started-with-a-project">Create a Dotty Project</h1>
1515
<pre class="sourceCode bright"><code>sbt new <a href="https://github.com/lampepfl/dotty-cross.g8">lampepfl/dotty-cross.g8</a></code></pre>
1616

1717
<p>For documentation see the <a href="https://github.com/lampepfl/dotty-example-project">Dotty Example Project</a>.</p>
18-
18+
</div>
19+
<div class="centered-subtitle">
20+
<a href="#so-features">
21+
<i id="scroll-down-arrow" class="animated infinite pulse material-icons">
22+
expand_more
23+
</i>
24+
</a>
1925
</div>
2026
</div>

docs/_includes/logo-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<div class="centered-subtitle">
8484
<h1 id="dotty">Dotty</h1>
8585
<p>A next generation compiler for Scala</p>
86-
<a href="#why-dotty">
86+
<a href="#getting-started">
8787
<i id="scroll-down-arrow" class="animated infinite pulse material-icons">
8888
expand_more
8989
</i>

0 commit comments

Comments
 (0)