hledger/site/content.yaml
Simon Michael 9bf447184b docs: move most docs to the wiki
I've moved the installation and developer guides, FAQ and how-tos from
hledger.org (yst & git) to hledger.org/wiki (dokuwiki) and tried to
integrate their navigation bars two as best I can. Using just one
or the other would be nice, but I don't think I can quite do that;
it seems the manual at least should be revision controlled along with the code.
2014-01-26 11:41:28 -08:00

57 lines
1.0 KiB
YAML

- title : Home
url : index.html
source : README.md
data:
home: true
# - title : Downloads
# url : DOWNLOAD.html
# source : DOWNLOAD.md
- title : Release notes
url : NEWS.html
source : NEWS.md
- User Manual:
- title : Latest Manual
url : MANUAL.html
source : MANUAL.md
- title : 0.22 Manual
url : 0.22/MANUAL.html
source : 0.22/MANUAL.md
- title : 0.21 Manual
url : 0.21/MANUAL.html
source : 0.21/MANUAL.md
- Wiki:
- title : Installing
url : wiki/installing
template : null.st
- title : FAQ
url : wiki/faq
template : null.st
# - How-tos:
- title : How to read CSV files
url : wiki/how_to_read_csv_files
template : null.st
- title : How to use account aliases
url : wiki/how_to_use_account_aliases
template : null.st
- title : Developer Guide
url : wiki/developer_guide
template : null.st
- title : hledger-web demo
url : demo
template : null.st