diff options
author | Lauris BH <lauris@nix.lv> | 2020-03-05 11:55:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 11:55:28 +0200 |
commit | fb76136aecc52d5bc490a87894ca1ea20451f6a3 (patch) | |
tree | e04cd81f71940745b7ebbc75f8cd6aa04da8fd40 /docs/content/doc/advanced/third-party-tools.en-us.md | |
parent | 6a57364dc833ceb85e582e79c40c211c67130781 (diff) | |
download | gitea-fb76136aecc52d5bc490a87894ca1ea20451f6a3.tar.gz gitea-fb76136aecc52d5bc490a87894ca1ea20451f6a3.zip |
Add notice for awesome-gitea (#10612)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'docs/content/doc/advanced/third-party-tools.en-us.md')
-rw-r--r-- | docs/content/doc/advanced/third-party-tools.en-us.md | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/content/doc/advanced/third-party-tools.en-us.md b/docs/content/doc/advanced/third-party-tools.en-us.md index fe4d20115e..5f1b3d8996 100644 --- a/docs/content/doc/advanced/third-party-tools.en-us.md +++ b/docs/content/doc/advanced/third-party-tools.en-us.md @@ -16,25 +16,27 @@ menu: # List of third-party tools **NOTE:** These tools are not endorsed by Gitea. They are listed here for convenience only. -*This is by no means a complete list, so feel free to ask about adding more!* +## Hey! This page may be out of date or even removed in the future! :scream: +Instead, check out [awesome-gitea](https://gitea.com/gitea/awesome-gitea/src/branch/master/README.md)! ### Continuous Integration Check our [CI/CD page]({{< relref "doc/advanced/ci-cd.en-us.md" >}}) ### Internationalization -[Weblate](https://docs.weblate.org/en/latest/admin/continuous.html#gitea-setup) +- [Weblate](https://docs.weblate.org/en/latest/admin/continuous.html#gitea-setup) ### Migrating -[Installation script for Gitea](https://git.coolaj86.com/coolaj86/gitea-installer.sh) -[GitHub Migrator](https://gitea.com/gitea/migrator) +- [Installation script for Gitea](https://git.coolaj86.com/coolaj86/gitea-installer.sh) +- [GitHub Migrator](https://gitea.com/gitea/migrator) ### Mobile -[GitNex for Android](https://gitlab.com/mmarif4u/gitnex) +- [GitNex for Android](https://gitlab.com/mmarif4u/gitnex) ### Editor Extensions - - [Gitea Extension for Visual Studio](https://github.com/maikebing/Gitea.VisualStudio) Download from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=MysticBoy.GiteaExtensionforVisualStudio) +- [Gitea Extension for Visual Studio](https://github.com/maikebing/Gitea.VisualStudio) + - Download from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=MysticBoy.GiteaExtensionforVisualStudio) - ### Project Management - - [YouTrack by JetBrains](https://blog.jetbrains.com/youtrack/2019/12/whats-new-in-youtrack-2019-3/) +### Project Management +- [YouTrack by JetBrains](https://blog.jetbrains.com/youtrack/2019/12/whats-new-in-youtrack-2019-3/) |