Skip to content

Commit aa63a92

Browse files
committed
Adds user manual link to dashboard sidebar and header
1 parent af477b7 commit aa63a92

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields)](http://makeapullrequest.com)
44

5-
DashVis is an open-source Dashboard built with Rails for all users in general. DashVis can be used to organize your resources via `Tables` (For exampe, Notepad, Contacts, Playlist, etc.)and `Folders` (For example, Entertainment, Studies, etc.). Feel free to use the [live website](http://dashvis.herokuapp.com).
5+
DashVis is an open-source Dashboard built with Rails for all users in general. DashVis can be used to organize your resources via `Tables` (For exampe, Notepad, Contacts, Playlist, etc.)and `Folders` (For example, Entertainment, Studies, etc.). Feel free to use the [live website](http://dashvis.herokuapp.com) and take the help of the [User's manual](https://github.com/athityakumar/DashVis/wiki).
66

77
![image](https://raw.githubusercontent.com/athityakumar/DashVis/master/app/assets/images/dv-fb.png?token=AQUQRPr9-DOdAG_taggB3AIFXLzUfEHaks5aUSUswA%3D%3D)
88

app/views/pages/sign_in.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</div>
3333

3434
<p style="text-align: center;">
35-
Everyone has their own set of resources to organize - Wallet, To-Dos, Bookmarks, Passwords, Notepad, Books, etc. If you're one of them, say hello to <b>DashVis : A one-place open-source Dashboard</b> built for users. Manage your resources by organizing them into Tables and Folders. Have a look at <a href="https://github.com/athityakumar/DashVis/blob/master/README.md">this guide</a> for more details.</p>
35+
Everyone has their own set of resources to organize - Wallet, To-Dos, Bookmarks, Passwords, Notepad, Books, etc. If you're one of them, say hello to <b>DashVis : A one-place open-source Dashboard</b> built for users. Manage your resources by organizing them into Tables and Folders. Have a look at <a href="https://github.com/athityakumar/DashVis/wiki">the User's Manual</a> for more details.</p>
3636

3737
<p style="text-align: center;">
3838
Like this project? Feel free to star and contribute to the

app/views/shared_partials/_header.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
</li>
7575
--> <!-- #END# Tasks -->
7676
<li class="pull-right"><a href="javascript:void(0);" class="js-right-sidebar" data-close="true"><i class="material-icons">invert_colors</i></a></li>
77+
<li class="pull-right"><a href="https://github.com/athityakumar/DashVis/wiki" target="_blank"><i class="material-icons">book</i></a></li>
7778
</ul>
7879
</div>
7980
</div>

app/views/shared_partials/_sidebar_left.html.erb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="menu">
2222
<ul class="list">
2323
<li class="active"></li>
24-
<li class="header">Add New Entities</li>
24+
<li class="header">Add new entities</li>
2525
<li>
2626
<a href="/tables/new">
2727
<i class="material-icons">add</i>
@@ -55,6 +55,12 @@
5555
<span>Settings</span>
5656
</a>
5757
</li>
58+
<li>
59+
<a href="https://github.com/athityakumar/DashVis/wiki">
60+
<i class="material-icons">book</i>
61+
<span>User Manual</span>
62+
</a>
63+
</li>
5864
<li>
5965
<a href="/logout">
6066
<i class="material-icons">input</i>

0 commit comments

Comments
 (0)