loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request '[BRANDING] Move docs.gitea.com to forgejo.org/docs' (#2894) from gusted/forgejo-docs into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2894
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+6 -6
+1 -1
options/locale/locale_en-US.ini
··· 3148 3148 auths.tip.openid_connect = Use the OpenID Connect Discovery URL (<server>/.well-known/openid-configuration) to specify the endpoints 3149 3149 auths.tip.twitter = Go to https://dev.twitter.com/apps, create an application and ensure that the “Allow this application to be used to Sign in with Twitter” option is enabled 3150 3150 auths.tip.discord = Register a new application on https://discordapp.com/developers/applications/me 3151 - auths.tip.gitea = Register a new OAuth2 application. Guide can be found at https://docs.gitea.com/development/oauth2-provider 3151 + auths.tip.gitea = Register a new OAuth2 application. Guide can be found at https://forgejo.org/docs/latest/user/oauth2-provider 3152 3152 auths.tip.yandex = Create a new application at https://oauth.yandex.com/client/new. Select following permissions from the "Yandex.Passport API" section: "Access to email address", "Access to user avatar" and "Access to username, first name and surname, gender" 3153 3153 auths.tip.mastodon = Input a custom instance URL for the mastodon instance you want to authenticate with (or use the default one) 3154 3154 auths.edit = Edit authentication source
+1 -1
templates/install.tmpl
··· 8 8 <div class="ui attached segment"> 9 9 {{template "base/alert" .}} 10 10 11 - <p>{{ctx.Locale.Tr "install.docker_helper" "https://docs.gitea.com/installation/install-with-docker"}}</p> 11 + <p>{{ctx.Locale.Tr "install.docker_helper" "https://forgejo.org/docs/latest/admin/installation-docker/"}}</p> 12 12 13 13 <form class="ui form" action="{{AppSubUrl}}/" method="post"> 14 14 <!-- Database Settings -->
+2 -2
templates/repo/actions/no_workflows.tmpl
··· 2 2 {{svg "octicon-no-entry" 48}} 3 3 <h2>{{ctx.Locale.Tr "actions.runs.no_workflows"}}</h2> 4 4 {{if and .CanWriteCode .CanWriteActions}} 5 - <p>{{ctx.Locale.Tr "actions.runs.no_workflows.quick_start" "https://docs.gitea.com/usage/actions/quickstart/"}}</p> 5 + <p>{{ctx.Locale.Tr "actions.runs.no_workflows.quick_start" "https://forgejo.org/docs/latest/admin/actions/"}}</p> 6 6 {{end}} 7 - <p>{{ctx.Locale.Tr "actions.runs.no_workflows.documentation" "https://docs.gitea.com/usage/actions/overview/"}}</p> 7 + <p>{{ctx.Locale.Tr "actions.runs.no_workflows.documentation" "https://forgejo.org/docs/latest/admin/actions/"}}</p> 8 8 </div>
+1 -1
templates/repo/migrate/gitea.tmpl
··· 21 21 <div class="inline field {{if .Err_Auth}}error{{end}}"> 22 22 <label for="auth_token">{{ctx.Locale.Tr "access_token"}}</label> 23 23 <input id="auth_token" name="auth_token" type="password" autocomplete="new-password" value="{{.auth_token}}" {{if not .auth_token}} data-need-clear="true" {{end}}> 24 - <a target="_blank" href="https://docs.gitea.com/development/api-usage">{{svg "octicon-question"}}</a> 24 + <a target="_blank" href="https://forgejo.org/docs/latest/user/api-usage/">{{svg "octicon-question"}}</a> 25 25 </div> 26 26 27 27 {{template "repo/migrate/options" .}}
+1 -1
templates/user/settings/applications.tmpl
··· 75 75 {{ctx.Locale.Tr "settings.select_permissions"}} 76 76 </summary> 77 77 <p class="activity meta"> 78 - <i>{{ctx.Locale.Tr "settings.access_token_desc" (`href="/api/swagger" target="_blank"`|SafeHTML) (`href="https://docs.gitea.com/development/oauth2-provider#scopes" target="_blank"`|SafeHTML)}}</i> 78 + <i>{{ctx.Locale.Tr "settings.access_token_desc" (`href="/api/swagger" target="_blank"`|SafeHTML) (`href="https://forgejo.org/docs/latest/user/token-scope/" target="_blank"`|SafeHTML)}}</i> 79 79 </p> 80 80 <div class="scoped-access-token-mount"> 81 81 <scoped-access-token-selector