From dd6a6dbe1f7d25dfd4fb71f4cd8f67a0e0254e88 Mon Sep 17 00:00:00 2001 From: mjang Date: Wed, 6 Mar 2024 04:48:34 -0800 Subject: [PATCH 1/4] Set up release post template --- .../templates/release-post-template.md | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 qdrant-landing/content/articles/templates/release-post-template.md diff --git a/qdrant-landing/content/articles/templates/release-post-template.md b/qdrant-landing/content/articles/templates/release-post-template.md new file mode 100644 index 000000000..fdae8a2c4 --- /dev/null +++ b/qdrant-landing/content/articles/templates/release-post-template.md @@ -0,0 +1,54 @@ +--- +title: Qdrant x.y.0 - #required; update version and headline +draft: false # If true, the article will not be published +slug: qdrant-x.y.z # required; subtitute version number +short_description: Short headline #required +description: Headline with a little more detail. Suggested limit: 140 characters. #required +# Follow instructions in https://github.com/qdrant/landing_page?tab=readme-ov-file#articles to create preview images +social_preview_image: /articles_data//social_preview.jpg # This image will be used in social media previews, should be 1200x600px. Required. +small_preview_image: /articles_data//icon.svg # This image will be used in the list of articles at the footer, should be 40x40px +preview_dir: /articles_data//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: # 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)! From 9bf30663ef8a8615e7ce768842267228991d878b Mon Sep 17 00:00:00 2001 From: mjang Date: Wed, 6 Mar 2024 05:56:38 -0800 Subject: [PATCH 2/4] Fix yaml error --- .../content/articles/templates/release-post-template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qdrant-landing/content/articles/templates/release-post-template.md b/qdrant-landing/content/articles/templates/release-post-template.md index fdae8a2c4..99cab6596 100644 --- a/qdrant-landing/content/articles/templates/release-post-template.md +++ b/qdrant-landing/content/articles/templates/release-post-template.md @@ -1,9 +1,9 @@ --- -title: Qdrant x.y.0 - #required; update version and headline +title: "Qdrant x.y.0 - #required; update version and headline" draft: false # If true, the article will not be published slug: qdrant-x.y.z # required; subtitute version number -short_description: Short headline #required -description: Headline with a little more detail. Suggested limit: 140 characters. #required +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//social_preview.jpg # This image will be used in social media previews, should be 1200x600px. Required. small_preview_image: /articles_data//icon.svg # This image will be used in the list of articles at the footer, should be 40x40px From 51b9b0168b38e25730fb81ffadd1e196a9ff0937 Mon Sep 17 00:00:00 2001 From: mjang Date: Wed, 6 Mar 2024 06:32:49 -0800 Subject: [PATCH 3/4] comment out YAML that leads to bad links --- .../content/articles/templates/release-post-template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qdrant-landing/content/articles/templates/release-post-template.md b/qdrant-landing/content/articles/templates/release-post-template.md index 99cab6596..76ed986e8 100644 --- a/qdrant-landing/content/articles/templates/release-post-template.md +++ b/qdrant-landing/content/articles/templates/release-post-template.md @@ -5,9 +5,9 @@ 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//social_preview.jpg # This image will be used in social media previews, should be 1200x600px. Required. -small_preview_image: /articles_data//icon.svg # This image will be used in the list of articles at the footer, should be 40x40px -preview_dir: /articles_data//preview # This directory contains images that will be used in the article preview. They can be generated from one image. Read more below. Required. +# social_preview_image: /articles_data//social_preview.jpg # This image will be used in social media previews, should be 1200x600px. Required. +# small_preview_image: /articles_data//icon.svg # This image will be used in the list of articles at the footer, should be 40x40px +# preview_dir: /articles_data//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: # Author of the article. Required. author_link: https://medium.com/@yusufsarigoz # Link to the author's page. Not required. From ee9f805aa9350e624df9345bf9910d5f0e722a78 Mon Sep 17 00:00:00 2001 From: mjang Date: Wed, 6 Mar 2024 06:51:04 -0800 Subject: [PATCH 4/4] Minimize risk of accidental publication --- .../content/articles/templates/release-post-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qdrant-landing/content/articles/templates/release-post-template.md b/qdrant-landing/content/articles/templates/release-post-template.md index 76ed986e8..e9bce5fcf 100644 --- a/qdrant-landing/content/articles/templates/release-post-template.md +++ b/qdrant-landing/content/articles/templates/release-post-template.md @@ -1,6 +1,6 @@ --- title: "Qdrant x.y.0 - #required; update version and headline" -draft: false # If true, the article will not be published +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. "