mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18: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"
|
||||
name = "Documentation"
|
||||
weight = -80
|
||||
url = "/documentation/"
|
||||
url = "https://github.com/qdrant/qdrant#usage"
|
||||
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "articles"
|
||||
name = "Articles"
|
||||
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:
|
||||
---
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Use Cases and Examples For <span>Your Business</span>
|
||||
page_title: Solutions
|
||||
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.
|
||||
description: Tasks and Problems solved with Qdrant
|
||||
---
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Use Cases
|
||||
page_title: Use Cases
|
||||
section_title: Use Cases
|
||||
type: page
|
||||
description: Potential applications, business cases and startup ideas you can build with Qdrant
|
||||
---
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
<div class="auto-container">
|
||||
<!-- Sec Title -->
|
||||
<div class="sec-title centered">
|
||||
<h2>{{ .Title | safeHTML }}</h2>
|
||||
<h2>{{ .Params.section_title | safeHTML }}</h2>
|
||||
<div class="text">{{ .Params.subtitle }}</div>
|
||||
</div>
|
||||
<div class="inner-container">
|
||||
@@ -198,7 +198,7 @@
|
||||
|
||||
{{ with (.Site.GetPage "section" "articles") }}
|
||||
<!-- 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">
|
||||
<!-- Sec Title -->
|
||||
<div class="sec-title centered">
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
<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">
|
||||
|
||||
{{ if and ($.IsNode) (eq $.Section "") }}
|
||||
<title>{{ .Title }}</title>
|
||||
{{ else }}
|
||||
<title>Qdrant - {{ .Title }}</title>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "seo_schema" . }}
|
||||
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
<section class="page-title">
|
||||
<div class="pattern-layer" style="background-image: url(/images/background/pattern-12.png)"></div>
|
||||
<div class="auto-container">
|
||||
<h1> {{ .Params.page_title | safeHTML }}</h1>
|
||||
<h1> {{ .Params.title | safeHTML }}</h1>
|
||||
<ul class="bread-crumb clearfix">
|
||||
<li><a href="/"><i class="flaticon-home small"></i> Home</a></li>
|
||||
<li>{{ .Params.page_title | safeHTML }}</li>
|
||||
<li>{{ .Params.title | safeHTML }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user