Files
qdrant-client/netlify.toml
George 7974c06de6 new: remove python docs in favour of qdrant.tech (#1174)
* new: remove python docs in favour of qdrant.tech

* fix: docs redirect

* fix: fix netlify

* fix: fix netlify
2026-05-06 18:38:36 +07:00

10 lines
162 B
TOML

[build]
command = "mkdir -p public"
publish = "public"
[[redirects]]
from = "/*"
to = "https://qdrant.tech/documentation/"
status = 301
force = true