Skip to content

Commit 3778a97

Browse files
authored
Merge pull request #2092 from Lwiel/new-docs_all_versions
RDoc-3361 Updated config to use production domain
2 parents a770627 + 058e6fa commit 3778a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config: Config = {
1616
experimental_faster: true
1717
},
1818

19-
url: "https://test.docs.ravendb.net/",
19+
url: "https://docs.ravendb.net/",
2020
baseUrl: "/",
2121

2222
onBrokenLinks: "ignore",
@@ -206,7 +206,7 @@ const config: Config = {
206206
// Public API key: it is safe to commit it
207207
apiKey: "a97a73adcd8ac27ce741f4f663e9f554",
208208

209-
indexName: "TestDocsCrawler",
209+
indexName: "ProductionDocsCrawler",
210210

211211
contextualSearch: true,
212212

0 commit comments

Comments
 (0)