diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 1971d23f..4f10c306 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -218,7 +218,6 @@ directory path. If you're using another source code control tool, you'll want to check its documentation on how to ignore specific directories. - ### extra_css Set a list of CSS files in your `docs_dir` to be included by the theme. For diff --git a/docs/user-guide/custom-themes.md b/docs/user-guide/custom-themes.md index 10df837a..8e045ae7 100644 --- a/docs/user-guide/custom-themes.md +++ b/docs/user-guide/custom-themes.md @@ -10,7 +10,6 @@ A guide to creating and distributing custom themes. [community wiki](https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes). If you want to share a theme you create, you should list it on the Wiki. - When creating a new theme, you can either follow the steps in this guide to create one from scratch or you can download the `mkdocs-basic-theme` as a basic, yet complete, theme with all the boilerplate required. **You can find