From 4bf14bee395ee31cfcd70ed5381af4845ded4625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Wielu=C5=84ski?= Date: Mon, 6 Nov 2023 20:44:36 +0100 Subject: [PATCH] move cache documentation to a subsection --- docs/docs/guide/configuration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/guide/configuration.md b/docs/docs/guide/configuration.md index 5930abe..6421442 100644 --- a/docs/docs/guide/configuration.md +++ b/docs/docs/guide/configuration.md @@ -23,6 +23,10 @@ plugins: If an option is not specified, default value (seen above) will be used. +Run `d2 --help` for more information about the options. + +### Cache + Caching is enabled by default. It is recommended to keep it enabled to speed up the build process. By default, cache is stored in `.cache` directory, similar to other MkDocs plugins. For this reason it's recommended @@ -31,8 +35,6 @@ to add `.cache` to `.gitignore` file. If you want to pregenerate cache and use it on a different machine, make sure both systems use the same [backend](https://docs.python.org/3/library/dbm.html). -Run `d2 --help` for more information about the options. - ## Local config You can override locally everything except: