Skip to content
Snippets Groups Projects
Commit 3ac96ee1 authored by Matt Bostock's avatar Matt Bostock Committed by Martin Donath
Browse files

Make it clearer mkdocs.yml should exist

Make it clearer that `mkdocs.yml` should exist already and the `theme` line should be added to it.

Otherwise you might follow the README as a new Mkdocs user and be confused why it complains about a missing mandatory field such as `site_name`.
parent 8ac6712d
Branches
Tags v1.0.20
No related merge requests found
...@@ -26,7 +26,7 @@ Install with `pip`: ...@@ -26,7 +26,7 @@ Install with `pip`:
pip install mkdocs-material pip install mkdocs-material
``` ```
Add the following line to your `mkdocs.yml`: Append the following line to your existing `mkdocs.yml`:
``` yaml ``` yaml
theme: 'material' theme: 'material'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment