{{ define "main" }} {{ $shortDesc := site.Params.description.brief | markdownify }} {{ $longDesc := site.Params.description.long | markdownify }} {{ $buttons := site.Params.home.buttons }} {{ $logo := site.Params.logos.color | relURL }} {{ $cncfLogo := site.Params.logos.cncf | relURL }} {{ $features := site.Data.features }}

{{ site.Title }} : {{ $shortDesc }}

{{ $longDesc }}


TiKV is now a Cloud Native Computing Foundation incubating project! 🎉🍾

As of May 21, 2019, TiKV has moved out of the CNCF sandbox and on to the next level. We'd like to thank the TiKV community for all of their support.

{{ range $features }}

{{ .name }}

{{ with .icon }}
{{ end }}
{{ with .description }}
{{ . | markdownify }}
{{ end }}
{{ end }}
{{ end }}