We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f745fb commit e0be3c8Copy full SHA for e0be3c8
netlify.toml
@@ -8,7 +8,9 @@ command = "yarn run download-docs && yarn build && yarn install"
8
[context.production.environment]
9
MEILISEARCH_URL = "https://docs-search.gnoteam.com"
10
MEILISEARCH_INDEX_UID = "production"
11
-MEILISEARCH_API_KEY = "22a22f25327d4bff5be707fa7ee90a731e6b6c8c5a6f13c705dafcce642caafd"
+# To generate this token, exec
12
+#curl https://docs-search.gnoteam.com/keys -H "Authorization: Bearer $MEILI_MASTER_KEY"
13
+MEILISEARCH_API_KEY = "6d7b970053413ade30e07212c7d36c7cdea3f47ede2e63e1147317f8718e65e1"
14
15
[[plugins]]
16
package = "@netlify/plugin-lighthouse"
0 commit comments