Merge pull request #686 from qdrant/doc-release-post-templates

Set up release post template
This commit is contained in:
David Myriel
2024-03-07 20:20:48 +01:00
committed by GitHub
@@ -0,0 +1,54 @@
---
title: "Qdrant x.y.0 - <include headline> #required; update version and headline"
draft: true # Change to false to publish the article at https://qdrant.tech/articles/
slug: qdrant-x.y.z # required; subtitute version number
short_description: "Headline-like description."
description: "Headline with more detail. Suggested limit: 140 characters. "
# Follow instructions in https://github.com/qdrant/landing_page?tab=readme-ov-file#articles to create preview images
# social_preview_image: /articles_data/<slug>/social_preview.jpg # This image will be used in social media previews, should be 1200x600px. Required.
# small_preview_image: /articles_data/<slug>/icon.svg # This image will be used in the list of articles at the footer, should be 40x40px
# preview_dir: /articles_data/<slug>/preview # This directory contains images that will be used in the article preview. They can be generated from one image. Read more below. Required.
weight: 10 # This is the order of the article in the list of articles at the footer. The lower the number, the higher the article will be in the list. Negative numbers OK.
author: <name> # Author of the article. Required.
author_link: https://medium.com/@yusufsarigoz # Link to the author's page. Not required.
date: 2022-06-28T13:00:00+03:00 # Date of the article. Required. If the date is in the future it does not appear in the build
tags: # Keywords for SEO
- vector databases comparative benchmark
- benchmark
- performance
- latency
---
[Qdrant x.y.0 is out!]((https://github.com/qdrant/qdrant/releases/tag/vx.y.0).
Include headlines:
- **Headline 1:** Description
- **Headline 2:** Description
- **Headline 3:** Description
## Related to headline 1
Description
Highlights:
- **Detail 1:** Description
- **Detail 2:** Description
- **Detail 3:** Description
Include before / after information, ideally with graphs and/or numbers
Include links to documentation
Note limits, such as availability on Qdrant Cloud
## Minor improvements and new features
Beyond these enhancements, [Qdrant vx.y.0](https://github.com/qdrant/qdrant/releases/tag/vx.y.0) adds and improves on several smaller features:
1.
1.
## Release notes
For more information, see [our release notes](https://github.com/qdrant/qdrant/releases/tag/vx.y.0).
Qdrant is an open source project. We welcome your contributions; raise [issues](https://github.com/qdrant/qdrant/issues), or contribute via [pull requests](https://github.com/qdrant/qdrant/pulls)!