Skip to content

Commit 6c3a7ad

Browse files
chore: label 'pre-release' latest unreleased docs (ExpediaGroup#1619)
* chore: label 'pre-release' latest unreleased docs * chore: use right configuration for algolia docSearch
1 parent cab3ccd commit 6c3a7ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
sidebarPath: require.resolve('./sidebars.js'),
2929
versions: {
3030
current: {
31-
label: '7.x.x',
31+
label: 'pre-release',
3232
path: '7.x.x'
3333
}
3434
}
@@ -74,9 +74,9 @@ module.exports = {
7474
}
7575
},
7676
algolia: {
77-
appId: 'B2J35I9RRE',
78-
apiKey: 'f040c6941342dc872146a008495313a2',
79-
indexName: 'expediagroup-graphql-kotlin'
77+
appId: 'ZXPXG95H16',
78+
apiKey: '0a653b3212bc40fd51d4ead119b67bd3',
79+
indexName: 'graphql-kotlin'
8080
}
8181
}
8282
}

0 commit comments

Comments
 (0)