diff --git a/deploy-versions.json b/deploy-versions.json index d3ba5e88..17f21a3e 100644 --- a/deploy-versions.json +++ b/deploy-versions.json @@ -1 +1 @@ -[{"text":"Latest","icon":"fas fa-home","key":"latest","tag":"v2.1.11"}] +[{"text":"Latest","icon":"fas fa-home","key":"latest","tag":"v2.1.12"}] diff --git a/package.json b/package.json index 77a6aba6..c998334e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zilla-docs", "type": "module", - "version": "2.1.11", + "version": "2.1.12", "description": "The official documentation for the aklivity/zilla open-source project", "keywords": [], "author": "aklivity.io", diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index d6539bd4..07c5f5e6 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -66,7 +66,7 @@ export default hopeTheme({ disableUserPersonalization: true, appId: "H6RNUBSB6E", indexName: "aklivity", - apiKey: "bae72797404a23ba5466230146919cae", + apiKey: "aaad765b377ba149769753806b181909", indexBase: `/${base}/`, searchParameters: { facetFilters: [`version:${versionKey}`, `product:${siteBase}`],