Adjust some documentations titles (#23941)

As title.
This commit is contained in:
Lunny Xiao 2023-04-06 17:06:32 +08:00 committed by GitHub
parent bac9c06880
commit 5cb394ff2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 51 additions and 47 deletions

View file

@ -15,7 +15,7 @@ menu:
# Database Preparation
You need a database to use Gitea. Gitea supports PostgreSQL (>=10), MySQL (>=5.7), SQLite, and MSSQL (>=2008R2 SP3). This page will guide into preparing database. Only PostgreSQL and MySQL will be covered here since those database engines are widely-used in production.
You need a database to use Gitea. Gitea supports PostgreSQL (>=10), MySQL (>=5.7), SQLite, and MSSQL (>=2008R2 SP3). This page will guide into preparing database. Only PostgreSQL and MySQL will be covered here since those database engines are widely-used in production. If you plan to use SQLite, you can ignore this chapter.
Database instance can be on same machine as Gitea (local database setup), or on different machine (remote database).