temp links

This commit is contained in:
Andrey Vasnetsov
2021-04-12 21:14:39 +02:00
parent b1d4029424
commit 8d0892e9a4
7 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -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"
+2 -1
View File
@@ -1,4 +1,5 @@
--- ---
title: Our Latest <span>Articles</span> title: Articles
section_title: Our Latest <span>Articles</span>
subtitle: subtitle:
--- ---
+2 -2
View File
@@ -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 -1
View File
@@ -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>