From 4c5228d55cb2aa052eac707be62d0a2fbfff9462 Mon Sep 17 00:00:00 2001 From: DanielHabenicht Date: Wed, 3 Jan 2024 16:01:24 +0100 Subject: [PATCH 1/2] Update creating-your-site.md make it clear that this command is aimed only aimed at Wind ows CommandLine users and generally windows users. --- docs/creating-your-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index 1168109b0..3c773c594 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -16,7 +16,7 @@ Alternatively, if you're running Material for MkDocs from within Docker, use: docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material new . ``` -=== "Windows" +=== "Windows Commandline" ``` docker run --rm -it -v "%cd%":/docs squidfunk/mkdocs-material new . From d6e1abb078a35937fca4b9e315144dab84696449 Mon Sep 17 00:00:00 2001 From: DanielHabenicht Date: Wed, 3 Jan 2024 21:51:27 +0100 Subject: [PATCH 2/2] Update creating-your-site.md use cmd instead of "Commandline" --- docs/creating-your-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index 3c773c594..1f2e2ef63 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -16,7 +16,7 @@ Alternatively, if you're running Material for MkDocs from within Docker, use: docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material new . ``` -=== "Windows Commandline" +=== "Windows (cmd)" ``` docker run --rm -it -v "%cd%":/docs squidfunk/mkdocs-material new .