From de2a7370deb8fac74b86daa13a27d1c5e19f1cea Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 23 Aug 2016 20:55:43 -0400 Subject: [PATCH] Fix a couple markdown lint errors.?? --- docs/user-guide/configuration.md | 1 - docs/user-guide/custom-themes.md | 1 - 2 files changed, 2 deletions(-) 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