Skip to content

Commit

Permalink
Userguide, installation via npm: correct themes directory (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Oct 4, 2022
1 parent 07ff9a5 commit c937bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"bootstrap": "4.6.2"
},
"devDependencies": {
"hugo-extended": "0.102.2"
"hugo-extended": "0.102.3"
}
}
4 changes: 2 additions & 2 deletions userguide/content/en/docs/get-started/other-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit c937bcd

Please sign in to comment.