Skip to content

Commit 7334474

Browse files
authored
Merge pull request #1342 from guardrails-ai/realias
realias docs navbar to guardrailsai.com
2 parents 9f74a57 + 2883a1b commit 7334474

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
// const darkCodeTheme = require("prism-react-renderer/themes/dracula");
77

88

9-
// TODO: Remove "new-docs" after migrating alias
109
const urls = {
11-
"production": "https://new-docs.guardrailsai.com",
12-
"preview": "https://preview.new-docs.guardrailsai.com",
10+
"production": "https://guardrailsai.com",
11+
"preview": "https://preview.guardrailsai.com",
1312
"": "https://docs.localhost",
1413
};
1514

0 commit comments

Comments
 (0)