Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Reword nervos
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Feb 19, 2019
1 parent 39b6ea6 commit 9ad2d57
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ $(function() {
navbarToggle();
docsAnchors();

console.log("Welcome to the TiKV docs!");
console.log("Welcome to the RustCon docs!");
});
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ color = "img/logos/logo-black.svg"
black = "img/logos/logo-black.svg"
pingcap = "img/logos/pingcap.png"
baidu = "img/logos/baidu.png"
nervos = "img/logos/nervos.png"
cryptape = "img/logos/cryptape.png"

[params.assets]
fontAwesomeVersion = "5.3.1"
Expand Down
6 changes: 3 additions & 3 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In 2018 several members of the Rust community in China began talking: Europe, No

## What about Asia?

Founding organizers from Nervos and PingCAP knew that something must be done. With the support & assistance of the Rust Events team itself, as well as the RustFest Europe team, a conference began to take shape.
Founding organizers from Cryptape and PingCAP knew that something must be done. With the support & assistance of the Rust Events team itself, as well as the RustFest Europe team, a conference began to take shape.

## RustCon Asia

Expand All @@ -16,8 +16,8 @@ Asia has a long history of Rust use...

**Companies in Asia are using Rust.**

* PingCAP, based in Beijing, was one of the first production users of Rust in the (now CNCF) project [TiKV](http://tikv.org/).
* Nervos is using Rust to build next trust layers in [Cryptape](https://www.cryptape.com/#/).
* [PingCAP](http://pingcap.com/), based in Beijing, was one of the first production users of Rust in the (now CNCF) project [TiKV](http://tikv.org/).
* [Cryptape](https://www.cryptape.com/#/) is using Rust to build next trust layers in [Nervos](http://nervos.org/).
* Baidu X-Lab is using Rust to build a more secure Linux with their [MesaLock](https://github.com/mesalock-linux/) project.

> Are you using Rust in production in Asia? Please tell us so we can highlight you!
Expand Down
4 changes: 2 additions & 2 deletions data/organizers.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: Cryptape
url: https://www.Cryptape.org/
logo: img/logos/nervos.png
url: https://www.cryptape.com/
logo: img/logos/cryptape.png
- name: PingCAP
url: https://pingcap.com/
logo: img/logos/pingcap.png
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{- $orga := .Site.Data.organizers }}
{{- $sponsors := .Site.Data.sponsors }}
{{- $baiduLogo := .Site.Params.logos.baidu | relURL }}
{{- $nervosLogo := .Site.Params.logos.nervos | relURL }}
{{- $cryptapeLogo := .Site.Params.logos.cryptape | relURL }}
{{- $features := .Site.Data.features }}
<section class="hero is-medium is-light">
<div class="hero-body">
Expand Down
File renamed without changes

0 comments on commit 9ad2d57

Please sign in to comment.