website
website copied to clipboard
Website for tikv.org
## Change Request Update links to clients ### Describe the problem Some links are stale. Example: there is a link to https://tikv.org/docs/4.0/tasks/reference/clients/go/, while it should be https://tikv.org/docs/4.0/reference/clients/go/ - Relevant URL(s):...
## Question Before submitting your question, make sure you have: - Searched existing Stack Overflow questions. - Googled your question. - Searched the open and closed [GitHub issues](https://github.com/tikv/website/issues). Now, please...
## Change Request ### Describe the problem - Relevant URL(s): https://tikv.org/blog/rust-compilation-calamity/ Article is barely readable with remaining screen real estate. ### Suggest an improvement/fix Allow menu to scroll off screen....
Signed-off-by: toutdesuite ### What is changed? This PR adds configuration file to dev. ### Any related PRs or issues? N/A ### Which version does your change affect? dev
the async/await syntax needs to be updated, instead ```rust req.wait()?; ``` now it is like ```rust req.await?; ``` https://tikv.org/docs/3.0/reference/clients/rust/ https://github.com/tikv/client-rust/blob/master/examples/raw.rs
## Change Request ### Describe the problem - https://tikv.org/docs/3.0/tasks/try/ States that rust nightly snapshot is needed for async support which outdated information. ### Suggest an improvement/fix As of Rust [1.39.0](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html)...
### What is changed? This PR: - adds `introduction.md` of best practices - adds `pd-scheduling.md` to the best practices series - adds `glossary.md` ### Any related PRs or issues? ###...
## Change Request ### Describe the problem In https://tikv.org/docs/3.0/tasks/monitor/tikv-cluster/ we only currently talk about pushgateway, in new versions of TiKV we also need to document the status port. ### Suggest...
For [Figure 2](https://tikv.org/docs/architecture/) in [TiKV instance architecture](https://www.lucidchart.com/publicSegments/view/f371145f-126d-42e0-99fe-2c06080419a9/image.png), the TiKV API should be changed to KV API.
### What is changed? ### Any related PRs or issues? it fixes name after 5.2 ref https://github.com/tikv/pd/pull/4150/files ### Which version does your change affect?