From 2c5a517c44bbeef6411c948ea67439511cf07e9a Mon Sep 17 00:00:00 2001 From: Olivier Jacques Date: Thu, 26 Nov 2020 17:11:30 +0100 Subject: [PATCH 1/2] Updated documentation on dev environment (#2069) --- docs/customization.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/customization.md b/docs/customization.md index 0608ef9a3..c52ff781f 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -229,6 +229,7 @@ Next, all dependencies need to be installed, which is done with: cd mkdocs-material pip install -r requirements.txt pip install mkdocs-minify-plugin +pip install mkdocs-redirects npm install ``` From 74e62ccc33879158aa1c3ebc41940c79807981ef Mon Sep 17 00:00:00 2001 From: calmacx <69473770+calmacx@users.noreply.github.com> Date: Fri, 27 Nov 2020 20:01:49 +0000 Subject: [PATCH 2/2] Fixed GitLab documentation (#2070) --- docs/publishing-your-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/publishing-your-site.md b/docs/publishing-your-site.md index 6f63504b0..753b251f4 100644 --- a/docs/publishing-your-site.md +++ b/docs/publishing-your-site.md @@ -101,7 +101,7 @@ following contents: ``` yaml image: python:latest - deploy: + pages: stage: deploy only: - master