Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multi-version support #114

Merged
merged 8 commits into from
Jan 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions assets/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,12 @@ $colors: mergeColorMaps(("twitter-blue": ($twitter-blue, $white)), $colors)
font-weight: 700

ul
list-style: square !important;
list-style: none !important
ul
margin-left: 1rem
margin-left: .5rem

li > a
margin-left: 1.4rem

.section-toc
padding: 1rem 0 3rem 0
Expand All @@ -102,6 +105,10 @@ $colors: mergeColorMaps(("twitter-blue": ($twitter-blue, $white)), $colors)
a
color: $tikv-blue
font-weight: 700
.menu-label
font-weight: 700
.menu-list li ul
margin: 0

.content
&.is-blog-content
Expand Down
24 changes: 20 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ disableKinds: ["taxonomy", "taxonomyTerm"]

menu:
nav:
- name: Community
url: /contribute
- name: Contribute
parent: Community
weight: 1
url: /contribute
- name: Chat
url: /chat
parent: Community
Expand All @@ -15,16 +21,23 @@ menu:
url: https://branding.cncf.io/projects/tikv
parent: Community
weight: 4
- name: Docs
url: /docs/3.0/concepts/overview
weight: 1

- name: Adopters
url: /adopters
parent: Community
weight: 5
- name: CNCF
url: https://www.cncf.io/
parent: Community
weight: 5

params:
favicon: "favicon.png"
googleAnalyticsId: "UA-130734531-1"
versions:
latest: "3.0"
all:
- "3.1-beta"
- "3.0"
description:
brief: "A distributed transactional key-value database"
long: "Based on the design of [Google Spanner](https://ai.google/research/pubs/pub39966) and [HBase](https://hbase.apache.org), but simpler to manage and without dependencies on any distributed filesystem"
Expand All @@ -36,6 +49,7 @@ params:
color: "img/logos/horizontal/color/tikv-horizontal-color.png"
black: "img/logos/horizontal/black/tikv-horizontal-black.png"
cncf: "img/logos/cncf-color.png"
cncf-black: "img/logos/cncf-color.png"
card: "img/logos/card.png"
assets:
fontAwesomeVersion: "5.3.1"
Expand All @@ -56,3 +70,5 @@ outputFormats:
mediaTypes:
"text/netlify":
delimiter: ""

enableGitInfo: true
4 changes: 0 additions & 4 deletions content/adopters.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
title: Adopters
menu:
nav:
parent: Community
weight: 3
---

TiKV has been adopted by many companies across a wide range of industries. The table below lists many of them:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Byzantine Failure
menu:
docs:
nav:
parent: Consensus algorithm
weight: 2
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: CAP Theorem
menu:
docs:
nav:
parent: Consensus algorithm
weight: 1
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Consensus algorithm
menu:
docs:
nav:
parent: Deep Dive
weight: 2
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Paxos
menu:
docs:
nav:
parent: Consensus algorithm
weight: 3
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Raft
menu:
docs:
nav:
parent: Consensus algorithm
weight: 4
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Distributed SQL
menu:
docs:
nav:
parent: Distributed SQL over TiKV
weight: 2
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Distributed SQL over TiKV
menu:
docs:
nav:
parent: Deep Dive
weight: 8
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Distributed Algorithms
menu:
docs:
nav:
parent: Distributed transaction
weight: 2
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Distributed transaction
menu:
docs:
nav:
parent: Deep Dive
weight: 4
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Isolation Level
menu:
docs:
nav:
parent: Distributed transaction
weight: 1
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Locking
menu:
docs:
nav:
parent: Distributed transaction
weight: 3
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Optimized Percolator
menu:
docs:
nav:
parent: Distributed transaction
weight: 6
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Percolator
menu:
docs:
nav:
parent: Distributed transaction
weight: 5
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Timestamp Oracle
menu:
docs:
nav:
parent: Distributed transaction
weight: 4
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
---
title: Deep Dive
menu:
docs:
weight: 4
nav:
parent: Docs
weight: 4
weight: 1
---

[TiKV](https://github.com/tikv/tikv) is a distributed, transactional key-value database. It has been widely adopted in many critical production environments — see the [TiKV adopters](https://github.com/tikv/tikv/blob/master/docs/adopters.md). It has also been accepted by the [Cloud Native Computing Foundation](https://www.cfnc.org) as a [Sandbox project](https://www.cncf.io/blog/2018/08/28/cncf-to-host-tikv-in-the-sandbox/) in August, 2018.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: B-Tree vs LSM-Tree
menu:
docs:
nav:
parent: Key-value engine
weight: 1
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Key-value engine
menu:
docs:
nav:
parent: Deep Dive
weight: 3
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: RocksDB
menu:
docs:
nav:
parent: Key-value engine
weight: 2
---
Expand Down
24 changes: 0 additions & 24 deletions content/deep-dive/monitoring/_index.md

This file was deleted.

Loading