Skip to content

Commit 4c36c79

Browse files
committed
Link to the local build of the documentation in the Sidebar and Landing
1 parent ab5a0ab commit 4c36c79

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/components/Landing.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
<v-btn flat large color="primary" to="program">
2525
<v-icon left dark>flip_to_front</v-icon>Programma
2626
</v-btn> <br>
27+
<v-btn flat large color="primary" target="_blank" href="/docs">
28+
<v-icon left dark>help</v-icon>Documentazione
29+
</v-btn> <br>
2730
<v-btn flat large color="primary" to="control">
2831
<v-icon left dark>games</v-icon>Controlla
2932
</v-btn> <br>

src/components/Sidebar.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
<v-list-tile-title class="navEntry">Home</v-list-tile-title>
1212
</v-list-tile-content>
1313
</v-list-tile>
14+
<v-list-tile href="/docs" target="_blank">
15+
<v-list-tile-action>
16+
<v-icon large>help</v-icon>
17+
</v-list-tile-action>
18+
<v-list-tile-content>
19+
<v-list-tile-title class="navEntry">Documentazione</v-list-tile-title>
20+
</v-list-tile-content>
21+
</v-list-tile>
1422
<!--
1523
<v-list-tile to="/help">
1624
<v-list-tile-action>

0 commit comments

Comments
 (0)