summaryrefslogtreecommitdiffstats
path: root/docs/content/usage
Commit message (Collapse)AuthorAgeFilesLines
* Fix some incorrect links in docs (#28191) (#28233)yp053272023-11-271-1/+1
| | | Backport https://github.com/go-gitea/gitea/pull/28191
* Improve actions docs related to `pull_request` event (#27126) (#27145)Giteabot2023-09-202-0/+6
| | | | | | | | | | Backport #27126 by @Zettat123 Related to #27039 The `ref` property in Gitea Actions is different from GitHub Actions. This PR improves the documentation to explain the difference. Co-authored-by: Zettat123 <zettat123@gmail.com>
* Improve LDAP group config documentation (#21227) (#26921)techknowlogick2023-09-051-4/+5
| | | | | | | | backport #21227 author @svenseeberg Co-authored-by: Sven Seeberg <mail@sven-seeberg.de> Co-authored-by: Giteabot <teabot@gitea.io>
* Update documents to fix some links (#26885) (#26888)Giteabot2023-09-037-7/+7
| | | | | Backport #26885 by @lunny Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Use docs.gitea.com instead of docs.gitea.io (#26769)Lunny Xiao2023-08-285-7/+7
| | | backport #26739
* Prefer variables over subprocesses (#26690) (#26693)Giteabot2023-08-231-3/+3
| | | | | | | | Backport #26690 by @thomas-mc-work … because it doesn't require a separate shell, spawning a process which cost unnecessary resources and takes time. Co-authored-by: Thomas McWork <thomas.mc.work@posteo.de>
* add mfa doc (#26654) (#26674)Giteabot2023-08-231-0/+35
| | | | | | | | | | | | | | | | Backport #26654 by @lunny copy and modified from #14572 > Whilst debating enforcing MFA within our team, I realised there isn't a lot of context to the side effects of enabling it. Most of us use Git over HTTP and would need to add a token. I plan to add another PR that adds a sentence to the UI about needing to generate a token when enabling MFA if HTTP is to be used. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: silverwind <me@silverwind.io>
* [docs] Add missing backtick in quickstart.zh-cn.md (#26349) (#26357)Giteabot2023-08-061-1/+1
|
* Remove backslashed newlines on markdown (#26344) (#26348)Giteabot2023-08-051-2/+2
| | | | | | | Backport #26344 by @lunny Fix https://gitea.com/gitea/gitea-docusaurus/issues/56 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Docusaurus-ify 1.20 (#26052)John Olheiser2023-07-26100-0/+10102
See https://github.com/go-gitea/gitea/pull/26051 --------- Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: JonRB <4564448+eeyrjmr@users.noreply.github.com>