Merge pull request #12 from apache/fixes

Fixes
diff --git a/docs/amcl-javascript-api.md b/docs/amcl-javascript-api.md
new file mode 100644
index 0000000..f8a48f9
--- /dev/null
+++ b/docs/amcl-javascript-api.md
@@ -0,0 +1,18 @@
+---
+id: amcl-javascript-api
+title: AMCL JavaScript API
+sidebar_label: AMCL JavaScript API
+---
+
+*MCJS - Milagro Crypto JavaScript*
+
+* MCJS is a standards compliant JavaScript cryptographic library with no
+external dependencies except for the random seed source.
+
+* MCJS supports the standards for RSA, ECDH, ECIES, ECDSA and M-PIN, AES-GCM
+encryption/decryption, SHA256, SHA384, SHA512 and SHA3 hash functions and a
+cryptographically secure random number generator. Furthermore we recently
+added New Hope, a post-quantum key exchange.
+
+* MCJS is [Node.js](https://nodejs.org/en/) compatible and browser compatible
+(see some examples by going to the next page).
\ No newline at end of file
diff --git a/website/sidebars.json b/website/sidebars.json
index e54eb1b..4b2ed98 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -15,9 +15,8 @@
 		
 				{
 		"type": "subcategory",
-		"label": "AMCL JavaScript API",
+		"label": "",
 		"ids": [
-				"cryptojs/amcl-javascript-api",
 				"cryptojs/aes",
 				"cryptojs/big",
 				"cryptojs/bls",
@@ -56,15 +55,6 @@
 		}
 		
       ],
-    "D-TA Node": 
-      [
-      "d-ta-overview",
-      "d-ta-api"
-    ],
-    "ZKP-MFA Clients/Servers": [
-      "zkp-mfa-overview",
-      "zkp-mfa-api"
-    ],
     "Project Info": [
       "contributor-guide",
       "../help",