From 9a620707db53b1d17f620fc2d73872e4fa3c74db Mon Sep 17 00:00:00 2001 From: David Sertic <62056091+davidmyriel@users.noreply.github.com> Date: Mon, 29 May 2023 18:33:04 +0200 Subject: [PATCH] add new sections for docs --- qdrant-landing/content/documentation/api-reference.md | 4 ++++ qdrant-landing/content/documentation/benchmarks.md | 4 ++++ .../content/documentation/contribution-guidelines.md | 4 ++++ qdrant-landing/content/documentation/python-client.md | 3 +-- qdrant-landing/content/documentation/release-notes.md | 4 ++++ qdrant-landing/content/documentation/roadmap.md | 4 ++++ qdrant-landing/content/documentation/technical-support.md | 4 ++++ 7 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 qdrant-landing/content/documentation/api-reference.md create mode 100644 qdrant-landing/content/documentation/benchmarks.md create mode 100644 qdrant-landing/content/documentation/contribution-guidelines.md create mode 100644 qdrant-landing/content/documentation/release-notes.md create mode 100644 qdrant-landing/content/documentation/roadmap.md create mode 100644 qdrant-landing/content/documentation/technical-support.md diff --git a/qdrant-landing/content/documentation/api-reference.md b/qdrant-landing/content/documentation/api-reference.md new file mode 100644 index 000000000..a7434473b --- /dev/null +++ b/qdrant-landing/content/documentation/api-reference.md @@ -0,0 +1,4 @@ +--- +title: API Reference +weight: 20 +--- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/benchmarks.md b/qdrant-landing/content/documentation/benchmarks.md new file mode 100644 index 000000000..b5f3c34da --- /dev/null +++ b/qdrant-landing/content/documentation/benchmarks.md @@ -0,0 +1,4 @@ +--- +title: Benchmarks +weight: 100 +--- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/contribution-guidelines.md b/qdrant-landing/content/documentation/contribution-guidelines.md new file mode 100644 index 000000000..628a8dca9 --- /dev/null +++ b/qdrant-landing/content/documentation/contribution-guidelines.md @@ -0,0 +1,4 @@ +--- +title: Contribution Guidelines +weight: 70 +--- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/python-client.md b/qdrant-landing/content/documentation/python-client.md index 5fa6363d9..e20601939 100644 --- a/qdrant-landing/content/documentation/python-client.md +++ b/qdrant-landing/content/documentation/python-client.md @@ -1,5 +1,4 @@ --- title: Python Client -weight: 40 -draft: true +weight: 20 --- diff --git a/qdrant-landing/content/documentation/release-notes.md b/qdrant-landing/content/documentation/release-notes.md new file mode 100644 index 000000000..35d165634 --- /dev/null +++ b/qdrant-landing/content/documentation/release-notes.md @@ -0,0 +1,4 @@ +--- +title: Release Notes +weight: 70 +--- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/roadmap.md b/qdrant-landing/content/documentation/roadmap.md new file mode 100644 index 000000000..fd946ab97 --- /dev/null +++ b/qdrant-landing/content/documentation/roadmap.md @@ -0,0 +1,4 @@ +--- +title: Roadmap +weight: 90 +--- \ No newline at end of file diff --git a/qdrant-landing/content/documentation/technical-support.md b/qdrant-landing/content/documentation/technical-support.md new file mode 100644 index 000000000..bb260befe --- /dev/null +++ b/qdrant-landing/content/documentation/technical-support.md @@ -0,0 +1,4 @@ +--- +title: Technical Support +weight: 80 +--- \ No newline at end of file