We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f74a57 + 2883a1b commit 7334474Copy full SHA for 7334474
docs/docusaurus.config.js
@@ -6,10 +6,9 @@
6
// const darkCodeTheme = require("prism-react-renderer/themes/dracula");
7
8
9
-// TODO: Remove "new-docs" after migrating alias
10
const urls = {
11
- "production": "https://new-docs.guardrailsai.com",
12
- "preview": "https://preview.new-docs.guardrailsai.com",
+ "production": "https://guardrailsai.com",
+ "preview": "https://preview.guardrailsai.com",
13
"": "https://docs.localhost",
14
};
15
0 commit comments