site: drop release notes from nav bar

This commit is contained in:
Simon Michael 2014-11-11 07:13:03 -08:00
parent 97a0c76dca
commit deb6c74807
3 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# Download
hledger is shipped as two executables: `hledger` (the command-line
tool) and `hledger-web` (the web interface). If you install
`hledger-web`, `hledger` is also installed automatically (except on Windows).
hledger is shipped as two executables: `hledger` (the command-line tool) and `hledger-web` (the web interface).
Generally (except on Windows), installing `hledger-web` automatically installs `hledger` as well.
[Release Notes](release-notes.html)
## I want to download and run
<!-- <sub>(If the download is out of date or doesn't run on my system, I might troubleshoot or donate to fund improvements)</sub> -->

View File

@ -2,7 +2,8 @@
# More docs...
[Screenshots](old-screenshots.html) (old)
- [Release Notes](release-notes.html)
- [Screenshots](old-screenshots.html) (old)
## How-tos

View File

@ -33,7 +33,6 @@
<li><a href="manual.html">Manual</a>
<li><a href="developer-guide.html">Developer Guide</a>
<li><a href="faq.html">FAQ</a>
<li><a href="release-notes.html">Release Notes</a>
<li><a href="more-docs.html">More docs</a>
</ul>
</div><!-- /.navbar-collapse -->