From 3b074c185c6f6d5a2f32c10bbece8dfec434a671 Mon Sep 17 00:00:00 2001 From: Matt Riggott Date: Thu, 7 Jan 2021 09:49:17 +0000 Subject: [PATCH] Include "markdown" in list of config.toml sections (#1290) --- .../documentation/getting-started/configuration.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/content/documentation/getting-started/configuration.md b/docs/content/documentation/getting-started/configuration.md index b97fd5b6..71c1de2a 100644 --- a/docs/content/documentation/getting-started/configuration.md +++ b/docs/content/documentation/getting-started/configuration.md @@ -13,11 +13,12 @@ If you are not familiar with TOML, have a look at [the TOML spec](https://github Here are the current `config.toml` sections: 1. main (unnamed) -2. link_checker -3. slugify -4. search -5. translations -6. extra +2. markdown +3. link_checker +4. slugify +5. search +6. translations +7. extra **Only the `base_url` variable is mandatory**. Everything else is optional. All configuration variables used by Zola as well as their default values are listed below: