From 8d4a883d8952f026d4e52f1a296d98a6d58a94ad Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI Date: Fri, 29 Dec 2017 13:35:18 +0100 Subject: [PATCH] change theme_dir to custom_dir --- docs/user-guide/custom-themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/custom-themes.md b/docs/user-guide/custom-themes.md index dce0998a..aa3aa5bc 100644 --- a/docs/user-guide/custom-themes.md +++ b/docs/user-guide/custom-themes.md @@ -20,7 +20,7 @@ and their usage. ## Creating a custom theme The bare minimum required for a custom theme is a `main.html` [Jinja2 template] -file. This should be placed in a directory which will be the `theme_dir` and it +file. This should be placed in a directory which will be the `custom_dir` and it should be created next to the `mkdocs.yml` configuration file. Within `mkdocs.yml`, specify the theme `custom_dir` option and set it to the name of the directory containing `main.html`. For example, given this example project