From 47d2a2f17eb1f423c91cfcb3c95a8f570f052feb Mon Sep 17 00:00:00 2001 From: "iulianOnofrei (U-lee-aan)" <5748627+revolter@users.noreply.github.com> Date: Sun, 21 Jul 2024 10:23:21 +0300 Subject: [PATCH] Remove obsolete troubleshooting section from the README --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index fe2169687..3f231abff 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,3 @@ pipenv shell ## Adding a Python dependency Likely, to add a [Markdown extension](https://pythonhosted.org/Markdown/extensions/), install it with `pipenv install ` after making sure the virtualenv is loaded (`pipenv shell`). - -## Troubleshooting local docs server - -Running a local server with `mkdocs serve`, it may take several minutes to start. This delay is because `mkdocs` needs some time to read the `available-plugins.md` file. It can be confirmed by running `mkdocs serve --verbose` as `mkdocs` is stuck at reading this file. - -For testing changes on pages other than the list of available plugins, it is convenient to edit `docs/generated/available-plugins.md`, removing all of its content and saving the file before running `mkdocs serve`.