docs: also link to 0.19 and 0.18 manual
This commit is contained in:
parent
caa48b35c2
commit
e99af9b539
12
site/DOCS.md
12
site/DOCS.md
@ -4,11 +4,19 @@ title: hledger docs
|
|||||||
|
|
||||||
# Docs
|
# Docs
|
||||||
|
|
||||||
[Release Notes](NEWS.html)
|
Docs for the latest developer version:
|
||||||
|
|
||||||
[User Manual](MANUAL.html)
|
[User Manual](MANUAL.html)
|
||||||
|
|
||||||
[Developer How-tos](DEVELOPMENT.html)
|
[Release Notes](NEWS.html)
|
||||||
|
|
||||||
|
[Contributor Guide](DEVELOPMENT.html)
|
||||||
|
|
||||||
[FAQ](FAQ.html)
|
[FAQ](FAQ.html)
|
||||||
|
|
||||||
|
Docs for past releases:
|
||||||
|
|
||||||
|
[0.19 User Manual](0.19/MANUAL.html)
|
||||||
|
|
||||||
|
[0.18 User Manual](0.18/MANUAL.html)
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@ main = do
|
|||||||
route idRoute
|
route idRoute
|
||||||
compile compressCssCompiler
|
compile compressCssCompiler
|
||||||
match "templates/*" $ compile templateCompiler
|
match "templates/*" $ compile templateCompiler
|
||||||
match "*.md" $ do
|
match ("*.md" .||. "0.19/*.md" .||. "0.18/*.md") $ do
|
||||||
route $ setExtension "html"
|
route $ setExtension "html"
|
||||||
compile $
|
compile $
|
||||||
pandocCompilerWith
|
pandocCompilerWith
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user