fix build errors

Signed-off-by: Riccardo Iaconelli <riccardo.iaconelli@qredo.com>
diff --git a/asf-site-build.sh b/asf-site-build.sh
index b008880..ac6b4ab 100755
--- a/asf-site-build.sh
+++ b/asf-site-build.sh
@@ -20,27 +20,6 @@
   git commit -m "update website"
   git checkout master
 
-  # cd website # change to website dir
-  # printf "\nThis directory should end in ../website: %s\n" $PWD # echo website directory just to be safe
-  # printf "\nThe script is going to build the website now, this make take a few minutes.\n"
-  # npm install
-  # npm run build # build website
-
-  # TEMPDIR=$(mktemp -d)
-  # # mv ./build/incubator-milagro/* $TEMPDIR # copy contents of directory
-  # cd $location
-  # BRANCHNAME="asf-build-$(date +%s)"
-  # # [[ $TREEDIRTY -eq 1 ]] && git stash
-  #   # git checkout -b $BRANCHNAME origin/asf-site && \
-  #   rm -rf * && \
-  #   cp -r $TEMPDIR/* . && \
-  #   echo '.DS_Store' > .gitignore && \
-  #   git add . && \
-  #   git commit -m "update website" && \
-  #   git checkout master
-  # # [[ $TREEDIRTY -eq 1 ]] && git stash pop
-  # rm -rf $TEMPDIR
-
   echo
   echo "> site built in" $BRANCHNAME
   echo "> please inspect and potentially push the result"
diff --git a/docs/mpc-api-0.1.md b/docs/mpc-api-0.1.md
index b5ecd45..1bab041 100644
--- a/docs/mpc-api-0.1.md
+++ b/docs/mpc-api-0.1.md
@@ -3,7 +3,7 @@
 title: Multi-Party Computation (MPC) Library 0.1 (libmpc)
 sidebar_label: Multi-Party Computation Library 0.1
 ---
-Apache Milagro's Multi-Party Computation library (libmpc) is the latest addition to the project (as of June 2022), and uses the [Apache Milagro C Library](amcl-c-api-2.0.0) to implement Multi-Party Computation. It offers and API to allow for customs computations to be perfomed.
+Apache Milagro's Multi-Party Computation library (libmpc) is the latest addition to the project (as of June 2022), and uses the [Apache Milagro C Library](./amcl-c-api-2.0.0) to implement Multi-Party Computation. It offers and API to allow for customs computations to be perfomed.
 
 ## Building and running libmpc
 
diff --git a/website/siteConfig.js b/website/siteConfig.js
index c09ad4d..0c5f109 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -21,7 +21,7 @@
 ];
 
 const siteConfig = {
-  separateCss: ['/cdocs', '/swagger'],
+  separateCss: ['/cdocs', '/swagger', '/mpcdocs'],
   title: 'Apache Milagro', // Title for your website.
   tagline: 'Core security infrastructure for decentralized networks',
   url: 'https://milagro.apache.org', // Your website URL