diff options
Diffstat (limited to 'views/about.tt')
| -rw-r--r-- | views/about.tt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/views/about.tt b/views/about.tt index 3e589b6..89c4f70 100644 --- a/views/about.tt +++ b/views/about.tt @@ -5,6 +5,7 @@ <ul> <li><a href="#whatisstargit">What is StarGit</a></li> <li><a href="#howtoread">How to read the graph</a></li> + <li><a href="#howtonavigate">How to navigate in the graph</a></li> </ul> <h3 id="whatisstargit">What is StarGit</h3> @@ -16,6 +17,16 @@ <h3 id="howtoread">How to read the graph</h3> When you look for a profile, if the user has ever received some contributions on one of his projets, you'll get his graph with the people who had contributed. + + <h3 id="howtonavigate">How to navigate in the graph</h3> + + In a graph, you can: + + <ul> + <li>zoom (while scrolling with your mouse)</li> + <li>move your cursor over a node to display informations about a node</li> + <li>click on a node, to navigate to the graph of this user</li> + </ul> </div> </div> |
