mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-07-23 11:11:01 -05:00
* new: remove python docs in favour of qdrant.tech * fix: docs redirect * fix: fix netlify * fix: fix netlify
10 lines
162 B
TOML
10 lines
162 B
TOML
[build]
|
|
command = "mkdir -p public"
|
|
publish = "public"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "https://qdrant.tech/documentation/"
|
|
status = 301
|
|
force = true
|