Files
landing_page/qdrant-landing/config.toml
T
jasonbryant84 9eeba32479 WIP key management (#1050)
* key management

* noKey

* segment-write-key => segmentWriteKey

* revert script

* segmentWriteKey => SEGMENT_WRITE_KEY

* whitespace

* segment write key in install-and-build.sh

* remove SEGMENT_WRITE_KEY from config.toml

* sanity check

* update-config.sh

* remove temp file
2024-07-26 08:37:17 +01:00

329 lines
7.8 KiB
TOML

baseURL = "https://qdrant.tech"
languageCode = "en-us"
title = "Qdrant - Vector Database"
theme = "qdrant-2024"
googleAnalytics = "G-NZYW2651NE"
enableRobotsTXT = true
canonifyURLs = true
keywords = "search engine, vector database, neural network, matching, filter, SaaS, approximate nearest neighbor search, image search, recommender system, vectors, knn algorithm, hnsw, vector search, embeddings, similarity"
disableKinds = ["taxonomy", "term"]
[params]
description = "Qdrant is an Open-Source Vector Database and Vector Search Engine written in Rust. It provides fast and scalable vector similarity search service with convenient API."
keywords = ["vector search engine", "neural network", "matching", "SaaS",
"approximate nearest neighbor search", "image search", "recommender system", "vectors",
"knn algorithm", "hnsw", "vector search", "embeddings", "similarity", "simaes networks",
"BERT", "transformer", "word2vec", "fasttext"]
font = "Anonymous Pro"
highlight = true
highlightStyle = "default"
highlightLanguages = ["python", "rust", "json", "bash", "http"]
yandexWebmaster = ""
logo = "/images/logo_with_text.svg"
logo_width = "192"
preview_image = "/images/social_preview.png"
preview_images = [
"/images/previews/social-preview-A.png",
"/images/previews/social-preview-B.png",
"/images/previews/social-preview-C.png",
"/images/previews/social-preview-D.png",
"/images/previews/social-preview-E.png",
"/images/previews/social-preview-F.png",
"/images/previews/social-preview-G.png",
"/images/previews/social-preview-H.png",
"/images/previews/social-preview-I.png",
"/images/previews/social-preview-J.png",
"/images/previews/social-preview-K.png",
"/images/previews/social-preview-L.png",
"/images/previews/social-preview-M.png",
"/images/previews/social-preview-N.png",
"/images/previews/social-preview-O.png",
"/images/previews/social-preview-P.png"
]
github = "https://github.com/qdrant/qdrant"
quick_start = "/documentation/quick-start/"
tutorial = "/articles/neural-search-tutorial/"
benchmarks = "/benchmarks/"
demos = "/demo/"
cloud = "https://qdrant.to/cloud"
linkedin = "https://qdrant.to/linkedin"
twitter = "https://qdrant.to/twitter"
discord = "https://qdrant.to/discord"
youtube = "https://www.youtube.com/channel/UC6ftm8PwH1RU_LM1jwG0LQA"
email = "info@qdrant.tech"
location = "Berlin"
mailchimp_contact_form = "https://qdrant.to/contact-us"
mailchimp_subscribe = "https://tech.us1.list-manage.com/subscribe/post?u=69617d79374ac6280dd2230b2&id=acb2b876fc"
mailchimp_subscribe_id = "b_69617d79374ac6280dd2230b2_acb2b876fc"
prices_contact_form = "https://share-eu1.hsforms.com/1olUNSzuRRWWXxKJevWfxiA2b46ng"
gdpr = "We use cookies to learn more about you. At any time you can delete or block cookies through your browser settings."
githubDocPrefix = "https://github.com/qdrant/landing_page/tree/master/qdrant-landing/content/"
githubIssueLink = "https://github.com/qdrant/landing_page/issues/new/choose"
docVersion = "v1.9.x"
cloudDocVersion = "v0.1.x"
googleTagManager = "GTM-KRLCXD5"
segmentWriteKey = "noKey"
[params.author]
name = "Andrey Vasnetsov"
email = "info@qdrant.tech"
[params.feedback]
enable = true
title = "Feedback"
question = "Was this page helpful?"
positive = "Yes"
negative = "No"
on_yes = "Thanks! 🙏"
on_no = "Sorry! 😔"
[taxonomies]
tag = "tags"
category = "categories"
example = "examples"
[menu]
[[menu.main]]
identifier = "product"
name = "Product"
weight = 1
[menu.main.params]
in_header = true
in_footer = true
[[menu.main]]
identifier = "use-case"
name = "Use cases"
weight = 1
parent = "product"
url = "/use-cases/"
[[menu.main]]
identifier = "solutions"
name = "Solutions"
weight = 2
parent = "product"
url = "/solutions/"
[[menu.main]]
identifier = "benchmarks"
name = "Benchmarks"
weight = 3
parent = "product"
url = "/benchmarks/"
[[menu.main]]
identifier = "demo"
name = "Demos"
weight = 4
parent = "product"
url = "/demo/"
[[menu.main]]
identifier = "pricing"
name = "Pricing"
weight = 5
parent = "product"
url = "/pricing/"
[[menu.main]]
identifier = "resources"
name = "Resources"
weight = 2
[menu.main.params]
in_header = true
in_footer = false
[[menu.main]]
identifier = "documentation"
name = "Documentation"
parent = "resources"
weight = 1
url = "/documentation/"
[[menu.main]]
identifier = "articles"
name = "Articles"
weight = 4
parent = "resources"
url = "/articles/"
[[menu.main]]
identifier = "blog"
name = "Blog"
weight = 5
parent = "resources"
url = "/blog/"
[[menu.main]]
identifier = "roadmap"
name = "Roadmap"
weight = 6
parent = "resources"
url = "https://qdrant.to/roadmap"
[menu.main.params]
external = true
[[menu.main]]
identifier = "changelog"
name = "Changelog"
weight = 7
parent = "resources"
url = "https://github.com/qdrant/qdrant/releases"
[menu.main.params]
external = true
[[menu.main]]
identifier = "trust-center"
name = "Trust Center"
weight = 8
parent = "resources"
url = "http://qdrant.to/trust-center"
[menu.main.params]
external = true
[[menu.main]]
identifier = "community"
name = "Community"
weight = 4
[menu.main.params]
in_header = true
in_footer = true
[[menu.main]]
identifier = "github"
name = "Github"
weight = 1
parent = "community"
url = "https://github.com/qdrant/qdrant"
pre = "<i class='fab fa-github'></i>"
[menu.main.params]
external = true
[[menu.main]]
identifier = "discord"
name = "Discord"
weight = 2
parent = "community"
url = "https://qdrant.to/discord"
pre = "<i class='fab fa-discord'></i>"
[menu.main.params]
external = true
[[menu.main]]
identifier = "twitter"
name = "Twitter"
weight = 3
parent = "community"
url = "https://qdrant.to/twitter"
pre = "<i class='fab fa-twitter'></i>"
[menu.main.params]
external = true
[[menu.main]]
identifier = "newsletter"
name = "Newsletter"
weight = 4
parent = "community"
url = "/subscribe/"
pre = "<i class='fas fa-mail-bulk'></i>"
[[menu.main]]
identifier = "contact"
name = "Contact us"
weight = 5
parent = "community"
url = "https://qdrant.to/contact-us"
pre = "<i class='fas fa-envelope'></i>"
[menu.main.params]
external = true
[[menu.main]]
identifier = "company"
name = "Company"
weight = 4
[menu.main.params]
in_header = false
in_footer = true
[[menu.main]]
identifier = "jobs"
name = "Jobs"
weight = 1
parent = "company"
url = "https://qdrant.join.com"
[[menu.main]]
identifier = "privacy-policy"
name = "Privacy Policy"
weight = 2
parent = "company"
url = "/legal/privacy-policy/"
[[menu.main]]
identifier = "terms"
name = "Terms"
weight = 3
parent = "company"
url = "/legal/terms_and_conditions/"
[[menu.main]]
identifier = "impressum"
name = "Impressum"
weight = 4
parent = "company"
url = "/legal/impressum/"
[[menu.main]]
identifier = "credits"
name = "Credits"
weight = 5
parent = "company"
url = "/legal/credits/"
[markup]
[markup.goldmark.renderer]
unsafe=true
[markup.highlight]
noClasses = false
codeFences=true
[related]
includeNewer = true
toLower = true
[[related.indices]]
name = "tags"
weight = 100
# Not rendering the content of the cd following files in production
[[cascade]]
[cascade._build]
list = 'never'
render = 'never'
[cascade._target]
environment = '{production}'
path = '{**.skip,**.skip/*}'