From 8a94dc6d7fc08bf1b7b5e2f1d4ecdda8af5958d7 Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Wed, 5 Jun 2024 18:14:43 +0900 Subject: [PATCH] Update docs --- README.md | 2 +- docs/usage/index.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d4b718..ce90a8b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![static coverage badge](https://img.shields.io/badge/Coverage-92%25-blue) [![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/) -[Beancount Multitool](https://github.com/rlan/beancount-multitool/) is a command-line-interface (CLI) tool that converts financial data from financial institutions to Beancount files. +[Beancount Multitool](https://github.com/rlan/beancount-multitool/) is a command-line-interface (CLI) tool that converts financial data from financial institutions to [Beancount](https://github.com/beancount/beancount) files. The following financial institutions are supported: diff --git a/docs/usage/index.md b/docs/usage/index.md index 17f6947..a8de374 100644 --- a/docs/usage/index.md +++ b/docs/usage/index.md @@ -12,5 +12,6 @@ A typical workflow using the CLI tool with a Beancount ledger: * For quick start, choose [one](../institutions/index.md) of the financial institutions. Then modify the label-all-as-default example to match your Beacount ledger accounts. * For a simple example of using regular expression to label accounts, see the regular expression example for [JA Bank](../institutions/ja_bank.md). +* For developers, see [here](../reference/development.md). * Learn about [configurations](configs.md) of `bean-mt` CLI tool. * Here are some [examples](examples.md) of common usage.