Files
gitea-docs/i18n/zh-tw/docusaurus-plugin-content-docs/current/development/integrations.md
Lunny Xiao 965c269495 Update zh tw languages and fix some broken links (#455)
---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: silverwind <2021+silverwind@noreply.gitea.com>
Reviewed-on: https://gitea.com/gitea/docs/pulls/455
Reviewed-by: silverwind <2021+silverwind@noreply.gitea.com>
2026-07-09 23:41:46 +00:00

1.0 KiB
Raw Blame History

date, slug, sidebar_position, aliases
date slug sidebar_position aliases
2023-05-25T17:29:00+08:00 integrations 65
/zh-tw/integrations

整合

Gitea 擁有一個出色的第三方整合社區,以及在其他各種專案中的一流支援。

我們正在awesome-gitea上整理一個列表來跟蹤這些整合!

如果你正在尋找CI/CD 一個SDK 甚至一些額外的主題 你可以在awesome-gitea中找到它們的列表!

預填新文件名和內容

如果你想打開一個具有給定名稱和內容的新文件, 你可以使用查詢參數來實現:

GET /{{org}}/{{repo}}/_new/{{filepath}}
    ?filename={{filename}}
    &value={{content}}

例如:

GET https://git.example.com/johndoe/bliss/_new/articles/
    ?filename=hello-world.md
    &value=Hello%2C%20World!