+ This is the Weaviate Documentation Archive. It contains
+ info and code snippets for the deprecated Python v3 and TypeScript v2
+ clients.
+
+ The official and up-to-date documentation is available at{" "}
+
+ docs.weaviate.io
+
+ .
+
This is the Weaviate Documentation Archive. It contains
- info and code snippets for the deprecated Python v3 and TypeScript v2
+ info and code snippets for the deprecated{" "}
+
+ Python v3
+ {" "}
+ and{" "}
+
+ TypeScript v2
+ {" "}
clients.
The official and up-to-date documentation is available at{" "}
From a6acb47837f6366a1a0837628d28ca2672c80c3a Mon Sep 17 00:00:00 2001
From: Ivan Despot <66276597+g-despot@users.noreply.github.com>
Date: Fri, 19 Sep 2025 13:13:27 +0200
Subject: [PATCH 3/3] Update domain
---
docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index d6673d25..dd672cf6 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -22,7 +22,7 @@ const config = {
favicon: "img/favicon.ico",
staticDirectories: ["static"],
// url: "https://weaviate.io",
- url: "https://docs.weaviate.io",
+ url: "https://archive.docs.weaviate.io",
baseUrl: "/",
trailingSlash: false,
onBrokenLinks: "warn",