prevent markdown meant to use as a partial content etc from rendering as a page (#1133)

This commit is contained in:
trean
2024-09-04 12:51:18 +02:00
committed by GitHub
parent 41a76568a9
commit 221947e35c
12 changed files with 67 additions and 6 deletions
+4
View File
@@ -4,4 +4,8 @@ title: "{{ replace .Name "-" " " | title }}"
type: delimiter type: delimiter
weight: 0 # Change this weight to change order of sections weight: 0 # Change this weight to change order of sections
sitemapExclude: True sitemapExclude: True
_build:
list: never
publishResources: false
render: never
--- ---
@@ -4,4 +4,8 @@ title: "Getting Started"
type: delimiter type: delimiter
weight: 1 # Change this weight to change order of sections weight: 1 # Change this weight to change order of sections
sitemapExclude: True sitemapExclude: True
_build:
list: never
publishResources: false
render: never
--- ---
@@ -4,4 +4,8 @@ title: "User Manual"
type: delimiter type: delimiter
weight: 10 # Change this weight to change order of sections weight: 10 # Change this weight to change order of sections
sitemapExclude: True sitemapExclude: True
_build:
list: never
publishResources: false
render: never
--- ---
@@ -4,4 +4,8 @@ title: "Integrations"
type: delimiter type: delimiter
weight: 14 # Change this weight to change order of sections weight: 14 # Change this weight to change order of sections
sitemapExclude: True sitemapExclude: True
_build:
list: never
publishResources: false
render: never
--- ---
@@ -4,4 +4,8 @@ title: "Examples"
type: delimiter type: delimiter
weight: 17 # Change this weight to change order of sections weight: 17 # Change this weight to change order of sections
sitemapExclude: True sitemapExclude: True
_build:
list: never
publishResources: false
render: never
--- ---
@@ -4,4 +4,8 @@ title: "Managed Services"
type: delimiter type: delimiter
weight: 7 # Change this weight to change order of sections weight: 7 # Change this weight to change order of sections
sitemapExclude: True sitemapExclude: True
_build:
list: never
publishResources: false
render: never
--- ---
@@ -4,4 +4,8 @@ title: "Support"
type: delimiter type: delimiter
weight: 21 # Change this weight to change order of sections weight: 21 # Change this weight to change order of sections
sitemapExclude: True sitemapExclude: True
_build:
list: never
publishResources: false
render: never
--- ---
@@ -2,6 +2,15 @@
title: "Make the most of your Unstructured Data" title: "Make the most of your Unstructured Data"
icon: icon:
sitemapExclude: True sitemapExclude: True
_build:
render: never
list: never
publishResources: false
cascade:
_build:
render: never
list: never
publishResources: false
--- ---
Qdrant is a vector database & vector similarity search engine. Qdrant is a vector database & vector similarity search engine.
-4
View File
@@ -1,4 +0,0 @@
---
title: Legal
sitemapExclude: True
---
+9
View File
@@ -0,0 +1,9 @@
---
title: Legal
sitemapExclude: True
_build:
render: never
cascade:
- build:
render: always
---
+12 -2
View File
@@ -1,5 +1,15 @@
--- ---
_build: _build:
render: never list: never
list: never publishResources: false
render: never
# child pages won't be rendered if lines below are not removed
# currently we don't have a template for this section
# remove or comment out the lines below to render the section
# only if you have a template for it!
cascade:
_build:
list: never
publishResources: false
render: never
--- ---
+9
View File
@@ -2,4 +2,13 @@
title: Trusted by developers worldwide title: Trusted by developers worldwide
subtitle: Qdrant is powering thousands of innovative AI solutions at leading companies. Engineers are choosing Qdrant for its top performance, high scalability, ease of use, and flexible cost and resource-saving options subtitle: Qdrant is powering thousands of innovative AI solutions at leading companies. Engineers are choosing Qdrant for its top performance, high scalability, ease of use, and flexible cost and resource-saving options
sitemapExclude: True sitemapExclude: True
_build:
list: never
publishResources: false
render: never
cascade:
_build:
list: never
publishResources: false
render: never
--- ---