From 221947e35c998ef44aff05ce7aea2480467d20d0 Mon Sep 17 00:00:00 2001 From: trean Date: Wed, 4 Sep 2024 12:51:18 +0200 Subject: [PATCH] prevent markdown meant to use as a partial content etc from rendering as a page (#1133) --- qdrant-landing/archetypes/delimiter.md | 4 ++++ qdrant-landing/content/documentation/0-dl.md | 4 ++++ qdrant-landing/content/documentation/1-dl.md | 4 ++++ qdrant-landing/content/documentation/2-dl.md | 4 ++++ qdrant-landing/content/documentation/3-dl.md | 4 ++++ qdrant-landing/content/documentation/4-dl.md | 4 ++++ qdrant-landing/content/documentation/5-dl.md | 4 ++++ qdrant-landing/content/features/_index.md | 9 +++++++++ qdrant-landing/content/legal/_index.html | 4 ---- qdrant-landing/content/legal/_index.md | 9 +++++++++ qdrant-landing/content/marketing/_index.md | 14 ++++++++++++-- qdrant-landing/content/stack/_index.md | 9 +++++++++ 12 files changed, 67 insertions(+), 6 deletions(-) delete mode 100644 qdrant-landing/content/legal/_index.html create mode 100644 qdrant-landing/content/legal/_index.md diff --git a/qdrant-landing/archetypes/delimiter.md b/qdrant-landing/archetypes/delimiter.md index e89d3526a..5dfb34755 100644 --- a/qdrant-landing/archetypes/delimiter.md +++ b/qdrant-landing/archetypes/delimiter.md @@ -4,4 +4,8 @@ title: "{{ replace .Name "-" " " | title }}" type: delimiter weight: 0 # Change this weight to change order of sections sitemapExclude: True +_build: + list: never + publishResources: false + render: never --- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/0-dl.md b/qdrant-landing/content/documentation/0-dl.md index ae9d2d952..cf7bbeebe 100644 --- a/qdrant-landing/content/documentation/0-dl.md +++ b/qdrant-landing/content/documentation/0-dl.md @@ -4,4 +4,8 @@ title: "Getting Started" type: delimiter weight: 1 # Change this weight to change order of sections sitemapExclude: True +_build: + list: never + publishResources: false + render: never --- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/1-dl.md b/qdrant-landing/content/documentation/1-dl.md index 7be0c908a..b492813a0 100644 --- a/qdrant-landing/content/documentation/1-dl.md +++ b/qdrant-landing/content/documentation/1-dl.md @@ -4,4 +4,8 @@ title: "User Manual" type: delimiter weight: 10 # Change this weight to change order of sections sitemapExclude: True +_build: + list: never + publishResources: false + render: never --- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/2-dl.md b/qdrant-landing/content/documentation/2-dl.md index 742d0249a..9276e6b82 100644 --- a/qdrant-landing/content/documentation/2-dl.md +++ b/qdrant-landing/content/documentation/2-dl.md @@ -4,4 +4,8 @@ title: "Integrations" type: delimiter weight: 14 # Change this weight to change order of sections sitemapExclude: True +_build: + list: never + publishResources: false + render: never --- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/3-dl.md b/qdrant-landing/content/documentation/3-dl.md index 7c585e1b6..cae4360d3 100644 --- a/qdrant-landing/content/documentation/3-dl.md +++ b/qdrant-landing/content/documentation/3-dl.md @@ -4,4 +4,8 @@ title: "Examples" type: delimiter weight: 17 # Change this weight to change order of sections sitemapExclude: True +_build: + list: never + publishResources: false + render: never --- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/4-dl.md b/qdrant-landing/content/documentation/4-dl.md index fc57e4675..56b35372e 100644 --- a/qdrant-landing/content/documentation/4-dl.md +++ b/qdrant-landing/content/documentation/4-dl.md @@ -4,4 +4,8 @@ title: "Managed Services" type: delimiter weight: 7 # Change this weight to change order of sections sitemapExclude: True +_build: + list: never + publishResources: false + render: never --- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/5-dl.md b/qdrant-landing/content/documentation/5-dl.md index 82b63e674..9e58ec199 100644 --- a/qdrant-landing/content/documentation/5-dl.md +++ b/qdrant-landing/content/documentation/5-dl.md @@ -4,4 +4,8 @@ title: "Support" type: delimiter weight: 21 # Change this weight to change order of sections sitemapExclude: True +_build: + list: never + publishResources: false + render: never --- \ No newline at end of file diff --git a/qdrant-landing/content/features/_index.md b/qdrant-landing/content/features/_index.md index 346858d62..c86c44417 100644 --- a/qdrant-landing/content/features/_index.md +++ b/qdrant-landing/content/features/_index.md @@ -2,6 +2,15 @@ title: "Make the most of your Unstructured Data" icon: 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. diff --git a/qdrant-landing/content/legal/_index.html b/qdrant-landing/content/legal/_index.html deleted file mode 100644 index 277383a74..000000000 --- a/qdrant-landing/content/legal/_index.html +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Legal -sitemapExclude: True ---- diff --git a/qdrant-landing/content/legal/_index.md b/qdrant-landing/content/legal/_index.md new file mode 100644 index 000000000..f5af4a986 --- /dev/null +++ b/qdrant-landing/content/legal/_index.md @@ -0,0 +1,9 @@ +--- +title: Legal +sitemapExclude: True +_build: + render: never +cascade: + - build: + render: always +--- diff --git a/qdrant-landing/content/marketing/_index.md b/qdrant-landing/content/marketing/_index.md index 12a84b2ff..760cec2e2 100644 --- a/qdrant-landing/content/marketing/_index.md +++ b/qdrant-landing/content/marketing/_index.md @@ -1,5 +1,15 @@ --- _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 --- \ No newline at end of file diff --git a/qdrant-landing/content/stack/_index.md b/qdrant-landing/content/stack/_index.md index a2734d113..dcd54c4da 100644 --- a/qdrant-landing/content/stack/_index.md +++ b/qdrant-landing/content/stack/_index.md @@ -2,4 +2,13 @@ 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 sitemapExclude: True +_build: + list: never + publishResources: false + render: never +cascade: + _build: + list: never + publishResources: false + render: never --- \ No newline at end of file