YuJuncen / docs

TiDB/TiKV/PD documents.

Home Page:https://pingcap.com/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TiDB Documentation

This repository stores all the source files of TiDB Docs at the PingCAP website, while the pingcap/docs-cn repository stores all the source files of TiDB Documentation in Chinese. If you find documentation issues, feel free to create an Issue to let us know or directly create a Pull Request to help fix or update it.

Docs structure

The general TiDB documentation structure is as follows:

├── TOC.md
├── how-to
    ├── get-started
    ├── deploy
        ├── orchestrated
            ├── ansible.md
            ├── offline-ansible.md
            ├── docker.md
    ├── configure
    ├── maintain
    ├── troubleshoot
    ├── ...
├── reference
   ├── tools
    ├── tidb-binlog
    ├── ...
├── releases
├── tidb-in-kubernetes
├── faq
├── ...
...

Contributing

See TiDB Documentation Contributing Guide to get started. 🤓

About

TiDB/TiKV/PD documents.

https://pingcap.com/docs/

License:Apache License 2.0


Languages

Language:Shell 38.5%Language:TeX 29.6%Language:Python 29.1%Language:Smarty 2.8%