From 0aa7a4556e78ffa4d8069c2cd9feaf21c8b94f17 Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Tue, 16 Feb 2021 16:24:39 -0800 Subject: [PATCH] Updating baseURL --- daprdocs/config.toml | 2 +- daprdocs/layouts/partials/hooks/body-end.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 427709d59..814c7177b 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -1,5 +1,5 @@ # Site Configuration -baseURL = "https://v1-0.docs.dapr.io/" +baseURL = "https://docs.dapr.io/" title = "Dapr Docs" theme = "docsy" disableFastRender = true diff --git a/daprdocs/layouts/partials/hooks/body-end.html b/daprdocs/layouts/partials/hooks/body-end.html index 2d5af7014..695cf8638 100644 --- a/daprdocs/layouts/partials/hooks/body-end.html +++ b/daprdocs/layouts/partials/hooks/body-end.html @@ -5,7 +5,7 @@ // Your apiKey and indexName will be given to you once // we create your config apiKey: '54ae43aa28ce8f00c54c8d5f544d29b9', - indexName: 'crawler_dapr-rc3', + indexName: 'crawler_dapr', appId: 'O0QLQGNF38', // Replace inputSelector with a CSS selector // matching your search input