Skip to content

Commit

Permalink
Link to the local build of the documentation in the Sidebar and Landing
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Feb 3, 2019
1 parent ab5a0ab commit 4c36c79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<v-btn flat large color="primary" to="program">
<v-icon left dark>flip_to_front</v-icon>Programma
</v-btn> <br>
<v-btn flat large color="primary" target="_blank" href="/docs">
<v-icon left dark>help</v-icon>Documentazione
</v-btn> <br>
<v-btn flat large color="primary" to="control">
<v-icon left dark>games</v-icon>Controlla
</v-btn> <br>
Expand Down
8 changes: 8 additions & 0 deletions src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
<v-list-tile-title class="navEntry">Home</v-list-tile-title>
</v-list-tile-content>
</v-list-tile>
<v-list-tile href="/docs" target="_blank">
<v-list-tile-action>
<v-icon large>help</v-icon>
</v-list-tile-action>
<v-list-tile-content>
<v-list-tile-title class="navEntry">Documentazione</v-list-tile-title>
</v-list-tile-content>
</v-list-tile>
<!--
<v-list-tile to="/help">
<v-list-tile-action>
Expand Down

0 comments on commit 4c36c79

Please sign in to comment.