diff --git a/build-docs.sh b/build-docs.sh index 5a38d2a2..35ba923a 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -3,7 +3,7 @@ set -ex branch=$(git branch --show-current) -export NVM_DIR="/home/minio/.nvm" +export NVM_DIR="${HOME}/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm nvm use stable diff --git a/source/_templates/content-navigation.html b/source/_templates/content-navigation.html index 51e1d3a7..546cf05c 100644 --- a/source/_templates/content-navigation.html +++ b/source/_templates/content-navigation.html @@ -1,31 +1,31 @@