From c6326b8a01b97f410c1e87811dda3ac9c0a6d9f2 Mon Sep 17 00:00:00 2001 From: goodroot <9484709+goodroot@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:03:35 -0800 Subject: [PATCH] why questdb page polish and sidebar add --- documentation/sidebars.js | 5 +++++ documentation/why-questdb.md | 15 ++++----------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/documentation/sidebars.js b/documentation/sidebars.js index 73145fb0..6b70f145 100644 --- a/documentation/sidebars.js +++ b/documentation/sidebars.js @@ -9,6 +9,11 @@ module.exports = { type: "doc", customProps: { tag: "Popular" }, }, + { + id: "why-questdb", + type: "doc", + customProps: { tag: "Popular" }, + }, { id: "guides/influxdb-migration", type: "doc", diff --git a/documentation/why-questdb.md b/documentation/why-questdb.md index f5f8706d..78cd366f 100644 --- a/documentation/why-questdb.md +++ b/documentation/why-questdb.md @@ -5,6 +5,9 @@ description: We'll explain the main features, advances and benefits of QuestDB. Learn how to accelerate your time-series use cases. --- +import { Clients } from '../src/components/Clients' +import Screenshot from "@theme/Screenshot" + This pages provides a brief overview on: - [Top QuestDB features](#features) @@ -134,13 +137,7 @@ First, the [quick start](/docs/quick-start/) guide will get you running. Choose from one of our premium ingest-only language clients: -- [C & C++](/docs/clients/ingest-c-and-cpp) -- [.NET](/docs/clients/ingest-dotnet) -- [Go](/docs/clients/ingest-go) -- [Java](/docs/clients/java_ilp) -- [Node.js](/docs/clients/ingest-node) -- [Python](/docs/clients/ingest-python) -- [Rust](/docs/clients/ingest-rust) + From there, you can learn more about what's to offer. @@ -157,10 +154,6 @@ From there, you can learn more about what's to offer. ## Support - - - - We are happy to help with any question you may have. The team loves a good performance optimization challenge!