1
0
Fork 0
forked from forgejo/forgejo

Use docs.gitea.com instead of docs.gitea.io (#26769)

backport #26739
This commit is contained in:
Lunny Xiao 2023-08-28 19:58:16 +08:00 committed by GitHub
parent c8b189eb01
commit b159ebbab7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
70 changed files with 111 additions and 111 deletions

View file

@ -21,7 +21,7 @@ menu:
By default, `ENABLE_SWAGGER` is true, and
`MAX_RESPONSE_ITEMS` is set to 50. See [Config Cheat
Sheet](https://docs.gitea.io/en-us/config-cheat-sheet/) for more
Sheet](administration/config-cheat-sheet.md) for more
information.
## Authentication
@ -76,7 +76,7 @@ interface: `Settings | Applications | Generate New Token`.
## OAuth2 Provider
Access tokens obtained from Gitea's [OAuth2 provider](https://docs.gitea.io/en-us/oauth2-provider) are accepted by these methods:
Access tokens obtained from Gitea's [OAuth2 provider](development/oauth2-provider.md) are accepted by these methods:
- `Authorization bearer ...` header in HTTP headers
- `token=...` parameter in URL query string