client-java/docs
ti-srebot 191cea0182
[close #610] [to #590] add docs for api v2 and tls reload (#611) (#614)
Co-authored-by: iosmanthus <dengliming@pingcap.com>
2022-06-15 15:47:34 +08:00
..
src [close #610] [to #590] add docs for api v2 and tls reload (#611) (#614) 2022-06-15 15:47:34 +08:00
README.md [to #348] use mdbook and github action to maintain documents (#407) 2021-12-15 15:40:17 +08:00
book.toml [to #348] use mdbook and github action to maintain documents (#407) 2021-12-15 15:40:17 +08:00

README.md

Client Java Docs

NOTE: See tikv.github.io/client-java for the rendered developer and contributor documents.

This directory contains all the source of developer and contributor documentations in markdown format. The table of content can be found in ./src/SUMMARY.md.

How to contribute to the document

The rendered document is generated by mdbook, to get it:

cargo install mdbook

Build the source in your development machine:

mdbook build

Get more information about how to use mdbook:

mdbook help