Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1000 #1000

Merged
merged 1 commit into from
Aug 23, 2015
Merged

1000 #1000

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions docs/tools/templates/template.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,27 @@
<ul class="nav nav-list" id="menu" style="margin-top: 20px;">
<li class="nav-header">@Properties["project-name"]</li>
<li><a href="@Root/index.html">Home page</a></li>
<li class="divider"></li>
<li><a href="https://github.com/fsprojects/Paket/releases/latest">Download</a></li>
<li><a href="@Properties["project-github"]">Source Code on GitHub</a></li>
<li><a href="@Properties["project-nuget"]">Get Library via NuGet</a></li>
<li><a href="@Properties["project-github"]/issues">Report an issue</a></li>
<li><a href="@Root/license.html">License</a></li>
<li><a href="@Root/getting-started.html">Getting started</a></li>
<li><a href="@Root/faq.html">FAQ</a></li>
<li><a href="@Root/release-notes.html">Release Notes</a></li>
<li><a href="@Root/testimonials.html">Testimonials</a></li>
<li><a href="@Root/license.html">License</a></li>

<li class="nav-header">Download Paket</li>
<li><a href="@Properties["project-nuget"]" target="_blank">From NuGet</a></li>
<li><a href="https://github.com/fsprojects/Paket/releases/latest" target="_blank">From GitHub</a></li>

<li class="nav-header">GitHub</li>
<li><a href="@Properties["project-github"]" target="_blank">Source Code on GitHub</a></li>
<li><a href="@Properties["project-github"]/issues" target="_blank">Report an issue</a></li>

<li class="nav-header">Documentation</li>
<li><a href="@Root/getting-started.html">Getting started</a></li>
<li><a href="@Root/faq.html">FAQ</a></li>
<li><a href="@Root/dependencies-file.html">paket.dependencies</a></li>
<li><a href="@Root/lock-file.html">paket.lock</a></li>
<li><a href="@Root/references-files.html">paket.references</a></li>
<li><a href="@Root/template-files.html">paket.template</a></li>
<li><a href="@Root/paket-folder.html">.paket folder</a></li>
<li><a href="@Root/bootstrapper.html">paket.bootstrapper.exe</a></li>
<li class="divider"></li>
<li><a href="@Root/resolver.html">Package resolution algorithm</a></li>
<li><a href="@Root/nuget-dependencies.html">NuGet dependencies</a></li>
Expand Down Expand Up @@ -106,9 +111,6 @@
<li><a href="@Root/paket-simplify.html">paket simplify</a></li>
<li><a href="@Root/paket-show-installed-packages.html">paket show-installed-packages</a></li>
<li><a href="@Root/paket-update.html">paket update</a></li>
<li class="divider"></li>
<li><a href="@Root/paket-folder.html">.paket folder</a></li>
<li><a href="@Root/bootstrapper.html">paket.bootstrapper.exe</a></li>
</ul>
</div>
</div>
Expand Down