From b1c140c6ca7ffa16903a4ff61d7129d8dde3089a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Fri, 19 Aug 2022 23:19:52 +0200 Subject: [PATCH] Add a link to best-of-mkdocs in the readme (#2824) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f64a991..e63d11e6 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Make sure to stick around to answer some questions as well! - [Official Documentation][mkdocs] - [Latest Release Notes][release-notes] - [MkDocs Wiki][wiki] (Third-party themes, recipes, plugins and more) +- [Best-of-MkDocs][best-of] (Curated list of themes, plugins and more) ## Contributing to MkDocs @@ -73,6 +74,7 @@ discussion forums is expected to follow the [PyPA Code of Conduct]. [wiki]: https://github.com/mkdocs/mkdocs/wiki [Contributing Guide]: https://www.mkdocs.org/about/contributing/ [PyPA Code of Conduct]: https://www.pypa.io/en/latest/code-of-conduct/ +[best-of]: https://github.com/pawamoy/best-of-mkdocs ## License