You can add custom links to content such as web pages, project files, and so on in the left navigation pane. Anyone who has permission to access the project repository can add their own links. Project owners may find it particularly useful to add links to custom topics or to relevant web sites, and to add links to coding procedures, custom documentation, internal process documentation, and Help topics for internal libraries and DLLs.
Note: You can also add links to project content from various places in a project, such as in an announcement, a discussions message, or an HTML file added to the Documents & Files component. See the help on adding links to an announcement for details.
To add a custom links to the left navigation pane:
<li> tags to
customize the left navigation pane.
<li><a href="url">link 1</a></li>
<li><a href="url">link 2</a>
<ul>
<li><a href="url">indented sub link of link 2</a></li>
<li><a href="url">second indented sub link of link 2</a></li>
</ul>
</li>
See also Using command-line CVS, Using WinCVS, Using Command-line SVN, and Using Subversion.