Skip to content

Commit

Permalink
why questdb page polish and sidebar add
Browse files Browse the repository at this point in the history
  • Loading branch information
goodroot committed Dec 12, 2024
1 parent fec823a commit c6326b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
5 changes: 5 additions & 0 deletions documentation/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 4 additions & 11 deletions documentation/why-questdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
<Clients />

From there, you can learn more about what's to offer.

Expand All @@ -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!
Expand Down

0 comments on commit c6326b8

Please sign in to comment.