Skip to content

Commit 6aeff2b

Browse files
committed
feat: fully enable algolia
1 parent d87dc2d commit 6aeff2b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

dotnet/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ export default {
190190
},
191191
algolia: {
192192
indexName: 'playwright-dotnet',
193-
appId: 'K09ICMCV6X',
194-
apiKey: 'a5b64422711c37ab6a0ce4d86d16cdd9',
193+
appId: 'CULHF9H6SY',
194+
apiKey: 'a80ce53f4162ad05607078eb2930b18f',
195195
},
196196
image: '/img/playwright-cover.jpg',
197197
},

java/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ module.exports = {
190190
},
191191
algolia: {
192192
indexName: 'playwright-java',
193-
appId: 'K09ICMCV6X',
194-
apiKey: 'a5b64422711c37ab6a0ce4d86d16cdd9',
193+
appId: 'CULHF9H6SY',
194+
apiKey: 'a80ce53f4162ad05607078eb2930b18f',
195195
},
196196
image: '/img/playwright-cover.jpg',
197197
},

python/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ export default {
190190
},
191191
algolia: {
192192
indexName: 'playwright-python',
193-
appId: 'K09ICMCV6X',
194-
apiKey: 'a5b64422711c37ab6a0ce4d86d16cdd9',
193+
appId: 'CULHF9H6SY',
194+
apiKey: 'a80ce53f4162ad05607078eb2930b18f',
195195
},
196196
image: '/img/playwright-cover.jpg',
197197
},

0 commit comments

Comments
 (0)