diff options
author | techknowlogick <matti@mdranta.net> | 2019-01-24 02:12:42 -0500 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-01-24 09:12:42 +0200 |
commit | 88aa70bab93dc612881448af0d3ea6f4c3199361 (patch) | |
tree | 17f6e3cfc6d0718c672c3a000808c48ebbc35ae5 /docs/content/doc/installation/from-source.en-us.md | |
parent | 386e5312a4830ae9f87d00d7d95c8c849d50a06f (diff) | |
download | gitea-88aa70bab93dc612881448af0d3ea6f4c3199361.tar.gz gitea-88aa70bab93dc612881448af0d3ea6f4c3199361.zip |
Remove tidb reference from docs (#5823)
* Remove tidb reference from docs
* Update from-source.fr-fr.md
* Update from-source.zh-cn.md
* Update from-source.zh-tw.md
Diffstat (limited to 'docs/content/doc/installation/from-source.en-us.md')
-rw-r--r-- | docs/content/doc/installation/from-source.en-us.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-source.en-us.md b/docs/content/doc/installation/from-source.en-us.md index 108b34d888..f59e9681ef 100644 --- a/docs/content/doc/installation/from-source.en-us.md +++ b/docs/content/doc/installation/from-source.en-us.md @@ -68,7 +68,6 @@ Depending on requirements, the following build tags can be included. * `bindata`: Build a single monolithic binary, with all assets included. * `sqlite sqlite_unlock_notify`: Enable support for a [SQLite3](https://sqlite.org/) database. Suggested only for tiny installations. -* `tidb`: Enable support for a [TiDB](https://github.com/pingcap/tidb) database. * `pam`: Enable support for PAM (Linux Pluggable Authentication Modules). Can be used to authenticate local users or extend authentication to methods available to PAM. |