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 ```