From 0413a305d296d020f2911bd5b73d9226eb919a2b Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Mon, 17 Aug 2020 23:09:31 -0600 Subject: [PATCH] Comment that docs Algolia key is safe to publish --- docs/docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 6f12013ce..a5f25c26d 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -53,6 +53,7 @@ module.exports = { ], }, algolia: { + // This API key is "search-only" and safe to be published apiKey: "d58e0d68c875346d52645d68b13f3ac0", indexName: "solana", },