From ac62da10426aa66eb4b5103e39cfb6575a9173a3 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 21 Feb 2017 14:26:35 -0500 Subject: [PATCH] More docs --- configuration.md | 11 ++++++++++- home.md | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/configuration.md b/configuration.md index 48eb508..6ddbc77 100644 --- a/configuration.md +++ b/configuration.md @@ -2,4 +2,13 @@ All user config lives in the `app/config` folder, using [TOML](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md) files. -## Files \ No newline at end of file +## Files + +### cache.toml + +### config.toml + +### database.toml + +### mal.toml +Settings for using the MyAnimeList.net API \ No newline at end of file diff --git a/home.md b/home.md index 8dd0686..822a7b2 100644 --- a/home.md +++ b/home.md @@ -1,7 +1,7 @@ # Hummingbird Anime Client Wiki -Here is some more in-depth information about setting up Hummingbird.Here +Here is some more in-depth information about setting up Hummingbird. ## Pages -* [Configuration](./confirguration.md) \ No newline at end of file +* [Configuration](./configuration.md) \ No newline at end of file