add markdown file to the website

Signed-off-by: Riccardo Iaconelli <riccardo.iaconelli@qredo.com>
diff --git a/docs/mpc-api-1.0.md b/docs/mpc-api-1.0.md
new file mode 100644
index 0000000..d9fc0a0
--- /dev/null
+++ b/docs/mpc-api-1.0.md
@@ -0,0 +1,14 @@
+---
+id: mpc-api-1.0
+title: Multi-Party Computation Library 1.0
+sidebar_label: MPC Library 1.0
+---
+
+Doxygen support is available for Apache Milagro Multi-Party Computation (MPC) Library.
+
+An online version of the Doxygen output is available for viewing in a web browser <a href="/mpcdocs/index.html" target="_blank">here</a>.
+
+
+<!--
+Supported admonition types are: caution, note, important, tip, warning.
+-->
diff --git a/website/sidebars.json b/website/sidebars.json
index 719adcd..c4f61f9 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -65,6 +65,9 @@
 		"dta-details/plugins-overview",
 		"dta-details/authentication"
     ],  
+	"Multi-Party Computation Library": [
+		"mpc-api-1.0"
+	],
     "ZKP-MFA Clients/Servers": [
       "zkp-mfa-overview",
       "zkp-mfa-api"