Update documentation for reports, new CLI

This is basically a redraft of the documentation to be more complete and
better cover some of the features added since it was written.
This commit is contained in:
Dustin J. Mitchell
2021-01-01 21:17:42 +00:00
parent b29f75a075
commit 8b4f345387
10 changed files with 189 additions and 85 deletions

View File

@@ -2,7 +2,12 @@
- [Welcome to TaskChampion](./welcome.md)
- [Installation](./installation.md)
- [Usage](./usage.md)
* [Using the Task Command](./using-task-command.md)
* [Configuration](./config-file.md)
* [Reports](./reports.md)
* [Synchronization](./task-sync.md)
* [Running the Sync Server](./running-sync-server.md)
* [Debugging](./debugging.md)
- [Internal Details](./internals.md)
- [Data Model](./data-model.md)
- [Replica Storage](./storage.md)