From a731579dd001928f12b5ad6222e5d7b99fa5ecf7 Mon Sep 17 00:00:00 2001 From: Parham FH <1158754+parhamfh@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:41:36 +0100 Subject: [PATCH] Update contributing.md with valid command for serving docs --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index a2d1b39d87..a3ec77ae9d 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -108,7 +108,7 @@ If you've made any changes to the documentation (including changes to function s # Build documentation make docs # If you have changed the documentation, make sure it builds successfully. -# You can also use `make docs-serve` to serve the documentation at localhost:8000 +# You can also use `pdm run mkdocs serve` to serve the documentation at localhost:8000 ``` ### Commit and push your changes