diff --git a/configuration.md b/configuration.md index 6ddbc77..e005dc9 100644 --- a/configuration.md +++ b/configuration.md @@ -5,6 +5,10 @@ All user config lives in the `app/config` folder, using [TOML](https://github.co ## Files ### cache.toml +Cache setup + +* **driver** - the caching backend, one of: `apcu`, `memcached`, `null` (no-caching), or `redis` + ### config.toml diff --git a/home.md b/home.md index 822a7b2..b9b3331 100644 --- a/home.md +++ b/home.md @@ -4,4 +4,4 @@ Here is some more in-depth information about setting up Hummingbird. ## Pages -* [Configuration](./configuration.md) \ No newline at end of file +* [Configuration](./configuration) \ No newline at end of file