https://github.com/mongodb/docs
Raw File
Tip revision: 919c5832e44f2a32ad6e5c946bc7cd07715a3bf4 authored by Kenneth P. J. Dyer on 16 August 2024, 21:12:46 UTC
DOCSP-42594 Missing Values from replSetGetStatus (#8943)
Tip revision: 919c583
build.sh
# ensures that we always use the latest version of the script
if [ -f build-site.sh ]; then
  rm build-site.sh
fi 


curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh 
sh build-site.sh
back to top