Skip to content

Commit bbbe400

Browse files
committed
Add clients
1 parent b629b6d commit bbbe400

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

docs/1.index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Welcome to Skytable's docs! You will find information about how you can get star
99
## Users
1010

1111
We have an easy-to-follow guide for [Getting Started](getting-started). Once you've got everything up and running, you can take a look at the available actions [here](actions-overview) and [configuration files](config-files).
12+
Once you've learned the basics, start using a [client driver](clients)!
1213

1314
## Developers
1415

docs/clients.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
id: clients
3+
title: Client drivers
4+
---
5+
6+
We officially maintain the following drivers:
7+
- [Rust driver](https://github.com/skytable/client-rust) - Always up to date and is used by the core project itself
8+
9+
:::info More lanugages
10+
The team is always looking to support more languages and we wish we could ship more drivers. But due to limited
11+
resources we haven't been able to. If you're willing to write a driver (it's super easy to), jump into the
12+
[Skytable discord server](https://discord.gg/QptWFdx) and a maintainer/moderator will help you out!
13+
:::

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ module.exports = {
3737
label: 'Docs',
3838
to: '/',
3939
},
40+
{
41+
label: 'Drivers',
42+
to: '/clients',
43+
},
4044
{
4145
label: 'Security Advisories',
4246
to: 'https://skytable.github.io/security',

sidebars.auto.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
"persistence",
88
"config-files",
99
"config-cmd",
10+
"clients",
1011
"snapshots",
1112
"ssl",
1213
"benchmarking",

0 commit comments

Comments
 (0)