# docs-1 **Repository Path**: mirrors_siddontang/docs-1 ## Basic Information - **Project Name**: docs-1 - **Description**: TiDB/TiKV/PD documents. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TiDB Documentation This repository stores all the source files of [TiDB Docs at the PingCAP website](https://pingcap.com/docs/stable/), while the [pingcap/docs-cn](https://github.com/pingcap/docs-cn) repository stores all the source files of [TiDB Documentation in Chinese](https://pingcap.com/docs-cn/stable/). If you find documentation issues, feel free to [create an Issue](https://github.com/pingcap/docs/issues/new/choose) to let us know or directly [create a Pull Request](/CONTRIBUTING.md#how-to-contribute) 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](/CONTRIBUTING.md) to get started. 🤓