docs: also link to 0.19 and 0.18 manual

This commit is contained in:
Simon Michael 2013-03-31 14:58:32 +00:00
parent caa48b35c2
commit e99af9b539
2 changed files with 11 additions and 3 deletions

View File

@ -4,11 +4,19 @@ title: hledger docs
# Docs
[Release Notes](NEWS.html)
Docs for the latest developer version:
[User Manual](MANUAL.html)
[Developer How-tos](DEVELOPMENT.html)
[Release Notes](NEWS.html)
[Contributor Guide](DEVELOPMENT.html)
[FAQ](FAQ.html)
Docs for past releases:
[0.19 User Manual](0.19/MANUAL.html)
[0.18 User Manual](0.18/MANUAL.html)

View File

@ -23,7 +23,7 @@ main = do
route idRoute
compile compressCssCompiler
match "templates/*" $ compile templateCompiler
match "*.md" $ do
match ("*.md" .||. "0.19/*.md" .||. "0.18/*.md") $ do
route $ setExtension "html"
compile $
pandocCompilerWith