Files
landing_page/qdrant-landing/config.toml
T
6935178dc4 New design (#79)
* remover open source title, added docker icon on hero banner

* buttons, fixes for mobile view

* code widget fix

* removed copying of text

* changed size and positioning of the docker icon, added a link to dockerhub, some styles for mobiles

* hid an installation section and an imapge on hero-banner for small mobile devices

* exchanged images

* fixed svg images

* tutorial button => demos button, svg optimisation

* removed background

* new colors, separated file for the header

* cleaned some redunant styles for the header

* more changes according to the new design

* fixed buttons animation, fixed the header on all pages for desktop

* mobile view for the header and the top banner

* changed the features section according to new design

* moved styles for the features section to the separated file, some fixes for mobile view

* reorganised lines in features-section.scss

* changes slides on the main page - desctop view

* added a file

* autoscroll, some fixes

* added an autoplay and a pause on mouseenter to the carousel on the home page

* more styles

* styles for articles section and subscribtion section

* styles for footer

* styles

* footer background

* fixes

* more fixes

* fixes for mobile devices - small sizes

* fixes for mobile devices - medium sizes

* update images

* some fixes for mobiles, changed stack section

* changed the second header (aka section title) according to new design

* WIP: added some webpack configuration for updating a way of vendors scripts usage, added new carousel

* replaced old slider to splidejs

* fix for the slider

* articles list page

* article - single page

* refactored main.scss, removed unused code from it and moved sections styles to separated files

* renamed and added some files, added fixes to breadcrumbs

* small changes in styles and layouts

* vertical sizes

* changes of styles and structure in articles and blog related files

* added mobile styles for articles and related pages, added sass function for converting px to rem

* temp picture

* changes in page title

* changed colors on old pages to the new design schema

* fixes

* deleted a file qdrant.css, moved styles to main.scss

* installed qdrant-page-search, for now without an actual api url

* added an actual api url

* WIP replacing owl carousel with splide on the surveys page

* updated page search, changed a way it's used

* fixes for footer

* changed common auto-container width, article font-size, made some fixes

* docs auto-sync

* narrow articles

* re-imported blog styles, because they are used in other places

* updated page-search

* optimized css loading

* replaced some images with webp format

* undo main img, changes in image usage

* fixes

* fixed slider cursor, logos in the stack section, cards on solutions page, prices page

* changed font-size of a form title on the subscription page

* optimization

* wip: added bash script for article preview images processing

* bash script for article preview images processing

* updated images for articles

* two article card in the row, without buttons (#85)

* fixes for old pages

* fixes for benchmarks pages

* added some info to the readme

* upd case studies

* changed form placeholder color and margin between buttons in the header

* short solution texts + link to benchmarks on main

* pricing page fixes

* short text in slider

* article cards borders, slider height, contact us

* blockquote

* move external articles to the landing

* more narrow buttons in the header, no buttons on the solutions page

* demo page fixes, removed target blank from the benchmarks link on the main page

* slower speed of the carousel on the main page

* content changes + seach upd

* changed title, readme

* added translate3d(0, 0, 0) to buttons for safari animations

* fixing buttons in safari (maybe)

* fixing buttons in safari (maybe)

* fixing buttons in safari

* fixes for mobiles

* fixes

* docs auto-sync

* neural -> vector

Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
Co-authored-by: qdrant <qdrant@users.noreply.github.com>
2022-10-31 14:21:21 +01:00

260 lines
5.9 KiB
TOML

baseURL = "https://qdrant.tech"
languageCode = "en-us"
title = "Qdrant - Vector Search Engine"
theme = "qdrant"
googleAnalytics = "G-NZYW2651NE"
enableRobotsTXT = true
canonifyURLs = true
keywords = "search engine, neural network, matching, filter, SaaS, approximate nearest neighbor search, image search, recommender system, vectors, knn algorithm, hnsw, vector search, embeddings, similarity"
[params]
author = "Andrey Vasnetsov"
description = "Qdrant is an Open-Source Vector Search Engine written in Rust. It provides fast and scalable 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"
github = "https://github.com/qdrant/qdrant"
quick_start = "/documentation/quick_start/"
tutorial = "/articles/neural-search-tutorial/"
benchmarks = "/benchmarks/"
demos = "/demo"
linkedin = "https://qdrant.to/linkedin"
twitter = "https://qdrant.to/twitter"
discord = "https://qdrant.to/discord"
facebook = "https://qdrant.to/facebook"
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&amp;id=acb2b876fc"
mailchimp_subscribe_id = "b_69617d79374ac6280dd2230b2_acb2b876fc"
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/docs/tree/master/qdrant/v0.11.x/"
docVersion = "v0.11.x"
googleTagManager = "GTM-KRLCXD5"
[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 = "https://blog.qdrant.tech/"
[menu.main.params]
external = true
[[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 = "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.goldmark.renderer]
unsafe= true