Skip to content

Commit 5040358

Browse files
authored
Update nav (#40)
1 parent 23073f6 commit 5040358

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

index.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,16 @@ <h1>The Dafny Programming and Verification Language</h1>
2727
</header>
2828

2929
<nav>
30-
<h2>Quick Links</h2>
3130
<ul>
32-
<li><a href="https://github.com/dafny-lang/dafny/wiki/INSTALL"><b>Installation</b></a>
33-
(or a <a href="https://marketplace.visualstudio.com/items?itemName=dafny-lang.ide-vscode">VSCode plugin for Dafny</a>)</li>
34-
<li><a href="./latest/DafnyRef/DafnyRef">Dafny Reference Manual and User Guide</a></li>
35-
<li><a href="./latest/toc">Dafny Resources for Users</a></li>
36-
<li><a href="https://github.com/dafny-lang/dafny">Dafny GitHub project (for developers of the Dafny tools themselves)</a></li>
37-
<li><a href="Snapshots">Other documentation snapshots</a></li>
38-
<li><a href="https://mitpress.mit.edu/9780262546232/program-proofs"><i><b note="We can deemphasize this announcement on March 2024 or later">Book on Program Proofs using Dafny!:</b></i> <I>Program Proofs</i>, by Rustan Leino, MIT Press</a></li>
31+
<li><a href="./latest/Installation">Install</a>
32+
(or just use the VS Code <a href="https://marketplace.visualstudio.com/items?itemName=dafny-lang.ide-vscode">extension</a>)</li>
33+
<li><a href="./latest/DafnyRef/DafnyRef">Reference Manual and User Guide</a></li>
34+
<li><a href="./latest/toc">Resources for Users</a></li>
35+
<li><a href="./blog">Blog</a></li>
36+
<li><a href="https://github.com/dafny-lang/dafny">Contribute on GitHub</a></li>
37+
<li><a href="./Snapshots">Documentation snapshots</a></li>
38+
<li><a href="https://mitpress.mit.edu/9780262546232/program-proofs"><i>Program Proofs</i>, by Rustan Leino, MIT Press</a></li>
3939
</ul>
40-
<h2><a href="https://dafny.org/blog"><b>Blog</b></a><iframe src="/blog/" style="display:none"></iframe></h2>
4140
</nav>
4241

4342
<main>
@@ -88,11 +87,5 @@ <h2><a href="https://dafny.org/blog"><b>Blog</b></a><iframe src="/blog/" style="
8887
<figcaption>Dafny running in Visual Studio Code</figcaption>
8988
</figure>
9089
</main>
91-
<script>
92-
var frame = document.querySelector("iframe");
93-
frame.addEventListener( "load", function(e) {
94-
frame.outerHTML = x.contentWindow.document.querySelector("ul.post-list").outerHTML
95-
} );
96-
</script>
9790
</body>
9891
</html>

0 commit comments

Comments
 (0)