-
Notifications
You must be signed in to change notification settings - Fork 588
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
Fix chocolatey docs and some links in footer #1584
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE HTML> | ||
<!DOCTYPE HTML> | ||
@{ | ||
var prefix = string.IsNullOrEmpty(ViewBag.PathPrefix) ? "" : ViewBag.PathPrefix; | ||
bool? hasBanner = ViewBag.HasBanner; | ||
|
@@ -171,9 +171,8 @@ | |
<section> | ||
<h2>Important Links</h2> | ||
<ul class="divided"> | ||
<li><a href="@(prefix)404.html">Quickstart</a></li> | ||
<li><a href="@(prefix)404.html">Installation</a></li> | ||
<li><a href="@(prefix)404.html">Modules</a></li> | ||
<li><a href="https://fake.build/fake-gettingstarted.html">Getting started</a></li> | ||
<li><a href="https://fake.build/fake-fake5-modules.html">Modules</a></li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We need to use No worries I'll update it There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, sorry, I wasn't paying enough attention. |
||
<li><a href="@(prefix)404.html">FAKE Header</a></li> | ||
<li><a href="@(prefix)404.html">Git</a></li> | ||
</ul> | ||
|
@@ -186,12 +185,12 @@ | |
<section> | ||
<h2>Further projects</h2> | ||
<ul class="divided"> | ||
<li><a href="@(prefix)404.html">Paket</a></li> | ||
<li><a href="@(prefix)404.html">FSharp Formatting</a></li> | ||
<li><a href="@(prefix)404.html">F#</a></li> | ||
<li><a href="@(prefix)404.html">Ionide</a></li> | ||
<li><a href="@(prefix)404.html">Forge</a></li> | ||
<li><a href="@(prefix)404.html">FSharp.Compiler.Service</a></li> | ||
<li><a href="https://fsprojects.github.io/Paket/">Paket</a></li> | ||
<li><a href="https://fsprojects.github.io/FSharp.Formatting/">FSharp Formatting</a></li> | ||
<li><a href="http://fsharp.org/">F#</a></li> | ||
<li><a href="http://ionide.io/">Ionide</a></li> | ||
<li><a href="http://forge.run/">Forge</a></li> | ||
<li><a href="https://fsharp.github.io/FSharp.Compiler.Service/">FSharp.Compiler.Service</a></li> | ||
</ul> | ||
</section> | ||
|
||
|
@@ -271,7 +270,7 @@ | |
<!--<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>--> | ||
<script src="@(prefix)assets/js/tips.js" type="text/javascript"></script> | ||
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> | ||
|
||
<script src="@(prefix)assets/js/jquery.min.js"></script> | ||
<script src="@(prefix)assets/js/jquery.dropotron.min.js"></script> | ||
<script src="@(prefix)assets/js/skel.min.js"></script> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo