From 0defe3951bde4396bc94df6d10a7b0f25873d5c6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 8 Jan 2017 11:00:26 -0800 Subject: [PATCH] site: docs page tweaks --- site/docs.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/docs.md b/site/docs.md index 9ec77dc2c..71321e896 100644 --- a/site/docs.md +++ b/site/docs.md @@ -29,14 +29,14 @@ Small, guided exercises introducing data entry, reporting, and accounting.
-## Manuals +## Reference #### [Big Manual](manual.html) All manuals combined on one page.
-**Tools:** +**Tool manuals** #### [`hledger`](hledger.html) The main command-line UI. @@ -54,16 +54,16 @@ A web UI A basic web API , for building client-side apps. -**File formats:** +**File format manuals** #### [Journal](journal.html) -hledger's native data format, representing an accounting journal. +hledger's native data format, representing an accounting journal. #### [CSV](csv.html) -Comma Separated Values, used for import/export. +Comma Separated Values, used for import/export. #### [Timeclock](timeclock.html) -For time logging, with clock-in/clock-out records. +For time logging, with clock-in/clock-out records. #### [Timedot](timedot.html) A more human-friendly time logging format.