diff --git a/qdrant-landing/content/documentation/0-dl.md b/qdrant-landing/content/documentation/0-dl.md new file mode 100644 index 000000000..0b1b9df21 --- /dev/null +++ b/qdrant-landing/content/documentation/0-dl.md @@ -0,0 +1,7 @@ +--- +#Delimiter files are used to separate the list of documentation pages into sections. +title: "Getting Started" +type: delimiter +weight: 10 # Change this weight to change order of sections +sitemapExclude: True +--- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/1-dl.md b/qdrant-landing/content/documentation/1-dl.md new file mode 100644 index 000000000..90347ff23 --- /dev/null +++ b/qdrant-landing/content/documentation/1-dl.md @@ -0,0 +1,7 @@ +--- +#Delimiter files are used to separate the list of documentation pages into sections. +title: "User Manual" +type: delimiter +weight: 20 # Change this weight to change order of sections +sitemapExclude: True +--- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/2-dl.md b/qdrant-landing/content/documentation/2-dl.md new file mode 100644 index 000000000..6d61a7176 --- /dev/null +++ b/qdrant-landing/content/documentation/2-dl.md @@ -0,0 +1,7 @@ +--- +#Delimiter files are used to separate the list of documentation pages into sections. +title: "Support" +type: delimiter +weight: 30 # Change this weight to change order of sections +sitemapExclude: True +--- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/_index.md b/qdrant-landing/content/documentation/_index.md index cff762b56..d32b58d32 100644 --- a/qdrant-landing/content/documentation/_index.md +++ b/qdrant-landing/content/documentation/_index.md @@ -1,6 +1,6 @@ --- title: Qdrant Documentation -weight: 10 +weight: 11 --- # Overview diff --git a/qdrant-landing/content/documentation/benchmarks.md b/qdrant-landing/content/documentation/benchmarks.md index b24c6770e..0be33e0f0 100644 --- a/qdrant-landing/content/documentation/benchmarks.md +++ b/qdrant-landing/content/documentation/benchmarks.md @@ -1,6 +1,6 @@ --- title: Benchmarks -weight: 100 +weight: 33 --- https://github.com/qdrant/ann-benchmarks \ No newline at end of file diff --git a/qdrant-landing/content/documentation/concepts/_index.md b/qdrant-landing/content/documentation/concepts/_index.md index a59336732..2943273ce 100644 --- a/qdrant-landing/content/documentation/concepts/_index.md +++ b/qdrant-landing/content/documentation/concepts/_index.md @@ -1,6 +1,6 @@ --- title: Concepts -weight: 30 +weight: 21 # If the index.md file is empty, the link to the section will be hidden from the sidebar is_empty: true --- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/contribution-guidelines.md b/qdrant-landing/content/documentation/contribution-guidelines.md index c5a81d6fe..02563be0a 100644 --- a/qdrant-landing/content/documentation/contribution-guidelines.md +++ b/qdrant-landing/content/documentation/contribution-guidelines.md @@ -1,6 +1,6 @@ --- title: Contribution Guidelines -weight: 70 +weight: 35 --- # How to contribute diff --git a/qdrant-landing/content/documentation/guides/_index.md b/qdrant-landing/content/documentation/guides/_index.md index 88afc14d1..f0ca4d382 100644 --- a/qdrant-landing/content/documentation/guides/_index.md +++ b/qdrant-landing/content/documentation/guides/_index.md @@ -1,6 +1,6 @@ --- title: Guides -weight: 40 +weight: 22 # If the index.md file is empty, the link to the section will be hidden from the sidebar is_empty: true --- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/install.md b/qdrant-landing/content/documentation/install.md index f6a2957b7..3ed9ca2dd 100644 --- a/qdrant-landing/content/documentation/install.md +++ b/qdrant-landing/content/documentation/install.md @@ -1,6 +1,6 @@ --- title: Installation -weight: 20 +weight: 13 --- # Installation diff --git a/qdrant-landing/content/documentation/integrations/_index.md b/qdrant-landing/content/documentation/integrations/_index.md index 046f2110f..ac618dc00 100644 --- a/qdrant-landing/content/documentation/integrations/_index.md +++ b/qdrant-landing/content/documentation/integrations/_index.md @@ -1,6 +1,6 @@ --- title: Integrations -weight: 60 +weight: 24 # If the index.md file is empty, the link to the section will be hidden from the sidebar is_empty: false --- diff --git a/qdrant-landing/content/documentation/python-client.md b/qdrant-landing/content/documentation/python-client.md index e20601939..f5eeb03eb 100644 --- a/qdrant-landing/content/documentation/python-client.md +++ b/qdrant-landing/content/documentation/python-client.md @@ -1,4 +1,4 @@ --- title: Python Client -weight: 20 +weight: 14 --- diff --git a/qdrant-landing/content/documentation/quick_start.md b/qdrant-landing/content/documentation/quick-start.md similarity index 99% rename from qdrant-landing/content/documentation/quick_start.md rename to qdrant-landing/content/documentation/quick-start.md index 506850c3e..50c6ba960 100644 --- a/qdrant-landing/content/documentation/quick_start.md +++ b/qdrant-landing/content/documentation/quick-start.md @@ -1,6 +1,6 @@ --- title: Quickstart -weight: 10 +weight: 12 --- # Getting started with Qdrant diff --git a/qdrant-landing/content/documentation/release-notes.md b/qdrant-landing/content/documentation/release-notes.md index fb3993867..ea5edfa17 100644 --- a/qdrant-landing/content/documentation/release-notes.md +++ b/qdrant-landing/content/documentation/release-notes.md @@ -1,6 +1,6 @@ --- title: Release notes -weight: 100 +weight: 31 type: external-link external_url: https://github.com/qdrant/qdrant/releases sitemapExclude: True diff --git a/qdrant-landing/content/documentation/roadmap.md b/qdrant-landing/content/documentation/roadmap.md index d9a048427..abaec7e92 100644 --- a/qdrant-landing/content/documentation/roadmap.md +++ b/qdrant-landing/content/documentation/roadmap.md @@ -1,6 +1,6 @@ --- title: Roadmap -weight: 90 +weight: 32 --- # Qdrant 2023 Roadmap diff --git a/qdrant-landing/content/documentation/technical-support.md b/qdrant-landing/content/documentation/technical-support.md index bb260befe..d24fd4048 100644 --- a/qdrant-landing/content/documentation/technical-support.md +++ b/qdrant-landing/content/documentation/technical-support.md @@ -1,4 +1,4 @@ --- title: Technical Support -weight: 80 +weight: 34 --- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/tutorials/_index.md b/qdrant-landing/content/documentation/tutorials/_index.md index 7af4cedbf..3edaa0e1f 100644 --- a/qdrant-landing/content/documentation/tutorials/_index.md +++ b/qdrant-landing/content/documentation/tutorials/_index.md @@ -1,6 +1,6 @@ --- title: Tutorials -weight: 50 +weight: 23 # If the index.md file is empty, the link to the section will be hidden from the sidebar is_empty: true ---