diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-06-18 11:16:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 23:16:59 -0400 |
commit | 03ba974481296b76f87cbd756e41ecf5be9d006b (patch) | |
tree | 34b1ad7c6bdb3612a5854184619db3839565c3c4 /docs/content/page | |
parent | 6c81b738f71e46aae33424051ac3e4cffa974fed (diff) | |
download | gitea-03ba974481296b76f87cbd756e41ecf5be9d006b.tar.gz gitea-03ba974481296b76f87cbd756e41ecf5be9d006b.zip |
Rename custom/conf/app.ini.sample to custom/conf/app.example.ini for better syntax light on editor (#11926)
* Rename custom/conf/app.ini.sample to custom/conf/app.sample.ini for better syntax light on editor
* rename to app.example.ini
* per @6543 's comment, update all references on docs
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs/content/page')
-rw-r--r-- | docs/content/page/index.en-us.md | 2 | ||||
-rwxr-xr-x | docs/content/page/index.fr-fr.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index c9dd1ab3c4..027fcbfcc9 100644 --- a/docs/content/page/index.en-us.md +++ b/docs/content/page/index.en-us.md @@ -75,7 +75,7 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others. - MSSQL - TiDB (experimental, not recommended) - Configuration file - - [app.ini](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.ini.sample) + - [app.ini](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.example.ini) - Admin panel - Statistics - Actions diff --git a/docs/content/page/index.fr-fr.md b/docs/content/page/index.fr-fr.md index a6109b441a..9b9743c103 100755 --- a/docs/content/page/index.fr-fr.md +++ b/docs/content/page/index.fr-fr.md @@ -70,7 +70,7 @@ Le but de ce projet est de fournir de la manière la plus simple, la plus rapide - MSSQL - [TiDB](https://github.com/pingcap/tidb) (expérimental) - Fichier de configuration - - Voir [ici](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.ini.sample) + - Voir [ici](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.example.ini) - Panel d'administration - Statistiques - Actions |