mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 22:48:30 +02:00
temp links
This commit is contained in:
@@ -61,12 +61,12 @@ keywords = "search engine, neural network, matching, filter, SaaS, approximate n
|
|||||||
identifier = "documentation"
|
identifier = "documentation"
|
||||||
name = "Documentation"
|
name = "Documentation"
|
||||||
weight = -80
|
weight = -80
|
||||||
url = "/documentation/"
|
url = "https://github.com/qdrant/qdrant#usage"
|
||||||
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "articles"
|
identifier = "articles"
|
||||||
name = "Articles"
|
name = "Articles"
|
||||||
weight = -70
|
weight = -70
|
||||||
url = "/articles/"
|
url = "#articles"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Our Latest <span>Articles</span>
|
title: Articles
|
||||||
|
section_title: Our Latest <span>Articles</span>
|
||||||
subtitle:
|
subtitle:
|
||||||
---
|
---
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Use Cases and Examples For <span>Your Business</span>
|
title: Solutions
|
||||||
page_title: Solutions
|
section_title: Use Cases and Examples For <span>Your Business</span>
|
||||||
subtitle: Build your next AI project with Qdrant. Here are just a few examples of applications for which Qdrant can be helpful.
|
subtitle: Build your next AI project with Qdrant. Here are just a few examples of applications for which Qdrant can be helpful.
|
||||||
description: Tasks and Problems solved with Qdrant
|
description: Tasks and Problems solved with Qdrant
|
||||||
---
|
---
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Use Cases
|
title: Use Cases
|
||||||
page_title: Use Cases
|
section_title: Use Cases
|
||||||
type: page
|
type: page
|
||||||
description: Potential applications, business cases and startup ideas you can build with Qdrant
|
description: Potential applications, business cases and startup ideas you can build with Qdrant
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -105,7 +105,7 @@
|
|||||||
<div class="auto-container">
|
<div class="auto-container">
|
||||||
<!-- Sec Title -->
|
<!-- Sec Title -->
|
||||||
<div class="sec-title centered">
|
<div class="sec-title centered">
|
||||||
<h2>{{ .Title | safeHTML }}</h2>
|
<h2>{{ .Params.section_title | safeHTML }}</h2>
|
||||||
<div class="text">{{ .Params.subtitle }}</div>
|
<div class="text">{{ .Params.subtitle }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inner-container">
|
<div class="inner-container">
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
{{ with (.Site.GetPage "section" "articles") }}
|
{{ with (.Site.GetPage "section" "articles") }}
|
||||||
<!-- End Projects Section Two -->
|
<!-- End Projects Section Two -->
|
||||||
<section class="projects-section-two" style="background-image: url(/images/background/pattern-9.png)">
|
<section id="articles" class="projects-section-two" style="background-image: url(/images/background/pattern-9.png)">
|
||||||
<div class="auto-container">
|
<div class="auto-container">
|
||||||
<!-- Sec Title -->
|
<!-- Sec Title -->
|
||||||
<div class="sec-title centered">
|
<div class="sec-title centered">
|
||||||
|
|||||||
@@ -5,7 +5,11 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||||
|
|
||||||
|
{{ if and ($.IsNode) (eq $.Section "") }}
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
|
{{ else }}
|
||||||
|
<title>Qdrant - {{ .Title }}</title>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ partial "seo_schema" . }}
|
{{ partial "seo_schema" . }}
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<section class="page-title">
|
<section class="page-title">
|
||||||
<div class="pattern-layer" style="background-image: url(/images/background/pattern-12.png)"></div>
|
<div class="pattern-layer" style="background-image: url(/images/background/pattern-12.png)"></div>
|
||||||
<div class="auto-container">
|
<div class="auto-container">
|
||||||
<h1> {{ .Params.page_title | safeHTML }}</h1>
|
<h1> {{ .Params.title | safeHTML }}</h1>
|
||||||
<ul class="bread-crumb clearfix">
|
<ul class="bread-crumb clearfix">
|
||||||
<li><a href="/"><i class="flaticon-home small"></i> Home</a></li>
|
<li><a href="/"><i class="flaticon-home small"></i> Home</a></li>
|
||||||
<li>{{ .Params.page_title | safeHTML }}</li>
|
<li>{{ .Params.title | safeHTML }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user