Commit f2c34442 authored by Kelvin Fichter's avatar Kelvin Fichter

fix(docs): update algolia search key

Updates the Algolia search key for the OP Stack docs.
parent c6521ff4
...@@ -38,8 +38,8 @@ module.exports = { ...@@ -38,8 +38,8 @@ module.exports = {
offset: -200, offset: -200,
}, },
algolia: { algolia: {
appId: '7Q6XITDI0Z', appId: 'O9WKE9RMCV',
apiKey: '9d55a31a04b210cd26f97deabd161705', apiKey: '00cf17cba30b374d08d7f7afead974be',
indexName: 'optimism' indexName: 'optimism'
}, },
nav: [ nav: [
...@@ -117,7 +117,7 @@ module.exports = { ...@@ -117,7 +117,7 @@ module.exports = {
{ {
title: "OP Stack", title: "OP Stack",
collapsable: false, collapsable: false,
children: [ children: [
'/', '/',
[ [
'/docs/understand/design-principles.md', '/docs/understand/design-principles.md',
...@@ -126,7 +126,7 @@ module.exports = { ...@@ -126,7 +126,7 @@ module.exports = {
'/docs/understand/landscape.md', '/docs/understand/landscape.md',
'/docs/understand/explainer.md' '/docs/understand/explainer.md'
] ]
}, },
{ {
title: "Releases", title: "Releases",
collapsable: false, collapsable: false,
...@@ -164,10 +164,10 @@ module.exports = { ...@@ -164,10 +164,10 @@ module.exports = {
title: "Sample Hacks", title: "Sample Hacks",
children: [ children: [
"/docs/build/tutorials/add-attr.md", "/docs/build/tutorials/add-attr.md",
"/docs/build/tutorials/new-precomp.md", "/docs/build/tutorials/new-precomp.md",
] ]
} // End of tutorials } // End of tutorials
], ],
}, // End of OP Stack hacks }, // End of OP Stack hacks
], ],
}, // End of Building OP Stack Rollups }, // End of Building OP Stack Rollups
...@@ -185,7 +185,7 @@ module.exports = { ...@@ -185,7 +185,7 @@ module.exports = {
'/docs/security/faq.md', '/docs/security/faq.md',
'/docs/security/policy.md', '/docs/security/policy.md',
] ]
}, },
], // end of sidebar ], // end of sidebar
plugins: [ plugins: [
"@vuepress/pwa", "@vuepress/pwa",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment