Skip to content

Commit b8c6d66

Browse files
committed
Update versions and remove terrapipe
1 parent 176cb07 commit b8c6d66

File tree

6 files changed

+5
-275
lines changed

6 files changed

+5
-275
lines changed

docs/2.getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Getting started with Skytable is easy 😊 (and fun!). You can get started with
88

99
### Step 1: Download a bundle
1010

11-
Head over to this [page](https://github.com/skytable/skytable/releases/v0.5.3) and download a version for your platform.
11+
Head over to this [page](https://github.com/skytable/skytable/releases/v0.6.0) and download a version for your platform.
1212

1313
### Step 2: Make the files runnable
1414

@@ -34,7 +34,7 @@ First of all, you need to have Docker installed and available on your `PATH` ; y
3434
Open up a terminal and run:
3535

3636
```
37-
docker create skytable/sdb:v0.5.3 --name skyvm
37+
docker create skytable/sdb:v0.6.0 --name skyvm
3838
```
3939

4040
:::note

docs/3.building-from-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Besides, the TLS/SSL components are written in C (OpenSSL) — so you'll nee
1515
### Step 2: Clone the tag
1616
Run this from your terminal:
1717
```
18-
git clone --branch v0.5.3 https://github.com/skytable/skytable.git
18+
git clone --branch v0.6.0 https://github.com/skytable/skytable.git
1919
```
2020
:::tip Bonus tip
2121
If you want to avoid downloading all the version history, run this instead:
2222
```
23-
git clone --depth 1 --branch v0.5.3 https://github.com/skytable/skytable.git
23+
git clone --depth 1 --branch v0.6.0 https://github.com/skytable/skytable.git
2424
```
2525
:::
2626
### Step 3: Build it!

docs/5.benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Who doesn't like speed and as a consequence, benchmarks? So here's a guide on be
66

77
## Step 0: Getting the benchmarking tool
88

9-
You'll need to download a bundle from the [releases page](https://github.com/skytable/skytable/releases/v0.5.3) and unzip it. In the following steps we'll assume that you have unzipped the archive and you're in that directory.
9+
You'll need to download a bundle from the [releases page](https://github.com/skytable/skytable/releases/v0.6.0) and unzip it. In the following steps we'll assume that you have unzipped the archive and you're in that directory.
1010

1111
## Step 1: Starting the database server
1212

docs/actions/HEYA.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ id: heya
33
title: HEYA
44
---
55
:::note About
6-
**Since**: 0.2.0
76
**Time complexity**: O(1)
87
**Arguments**: `HEYA`
98
**Returns**: HEY!

docs/protocol/terrapipe.md

Lines changed: 0 additions & 268 deletions
This file was deleted.

sidebars.auto.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ module.exports = {
4040
"label" : "Protocol",
4141
"items" : [
4242
"protocol/skyhash",
43-
"protocol/terrapipe",
4443
"protocol/data-types",
4544
"protocol/response-codes",
4645
"protocol/errors"

0 commit comments

Comments
 (0)