From 21c5bc617dc64e3ec6738134799715dab292101a Mon Sep 17 00:00:00 2001 From: Michael Currin Date: Sat, 2 May 2020 22:24:06 +0200 Subject: [PATCH] feat: Update tutorial.md --- docs/tutorial.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index 5fee6b3..f616fa2 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -24,3 +24,8 @@ This is a summary of the tutorial on [mkdocs.org](https://www.mkdocs.org/). ``` 3. Create a favicon. - It will be picked up this path: `docs/img/favicon.ico`. + + +### Further configuration + +See [Configuration](https://www.mkdocs.org/user-guide/configuration/) page on MkDocs site for options.