Skip to content

Commit

Permalink
generate sitemap injecting ALGOLIA_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb committed Oct 25, 2023
1 parent a8ddf3c commit 341a038
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ module.exports = {
],
],
themeConfig: {
metadata: [{ name: "robots", content: "noindex, nofollow" }],
navbar: {
title: "Weave GitOps",
logo: {
Expand Down Expand Up @@ -162,7 +161,7 @@ module.exports = {
},
algolia: {
appId: "Z1KEXCDHZE",
apiKey: "c90c5ade2802df8213d6ac50cf3632f4",
apiKey: process.env.ALGOLIA_API_KEY,
indexName: "weave",
// Needed to handle the different versions of docs
contextualSearch: true,
Expand Down

0 comments on commit 341a038

Please sign in to comment.