mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 17:24:26 +00:00
18896d8df1
* Propose some references about ci/cd solutions compatibles with gitea * No note about theirs integration level, only a starting point. * Update docs/content/doc/advanced/ci-cd.en-us.md Improve text Co-Authored-By: Lauris BH <lauris@nix.lv> * Improve link to CI solutions Update docs/content/doc/advanced/ci-cd.en-us.md Co-Authored-By: Lauris BH <lauris@nix.lv> * Update docs/content/doc/advanced/ci-cd.en-us.md Typo in name :/ Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com> * Remove redundant empty line * Invite user to consult new CI/CD page * Link target CI tools * Jenkins and its plugin * Update docs/content/doc/advanced/third-party-tools.en-us.md Simplify link CI/CD Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update docs/content/doc/advanced/ci-cd.en-us.md Typo Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com> * Provide gitea documentation about drone usage Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update docs/content/doc/advanced/ci-cd.en-us.md Co-Authored-By: Lauris BH <lauris@nix.lv> * Apply suggestions from code review Co-Authored-By: Lauris BH <lauris@nix.lv>
35 lines
1.0 KiB
Markdown
35 lines
1.0 KiB
Markdown
---
|
|
date: "2018-05-22T11:00:00+00:00"
|
|
title: "Advanced: Third Party Tools"
|
|
slug: "third-party-tools"
|
|
weight: 50
|
|
toc: true
|
|
draft: false
|
|
menu:
|
|
sidebar:
|
|
parent: "advanced"
|
|
name: "Third Party Tools"
|
|
weight: 50
|
|
identifier: "third-party-tools"
|
|
---
|
|
|
|
# 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!*
|
|
|
|
### Continuous Integration
|
|
|
|
Check our [CI/CD page]({{< relref "doc/advanced/ci-cd.en-us.md" >}})
|
|
|
|
### Migrating
|
|
[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)
|
|
|
|
### 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)
|