From d16bdf26f8e7456451d43e148c80b890e635abb8 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Thu, 1 Sep 2022 16:26:50 +0200 Subject: [PATCH] Userguide, installation via npm: correct themes directory --- userguide/content/en/docs/get-started/other-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userguide/content/en/docs/get-started/other-options.md b/userguide/content/en/docs/get-started/other-options.md index c53a11cb38..96787091b8 100644 --- a/userguide/content/en/docs/get-started/other-options.md +++ b/userguide/content/en/docs/get-started/other-options.md @@ -266,8 +266,8 @@ instead create a symbolic link to the Docsy theme directory as follows (Linux commands shown, executed from the site root folder): ```sh -mkdir -p theme -pushd theme +mkdir -p themes +pushd themes ln -s ../node_modules/docsy popd ```