{% blocktrans trimmed %} Read the Docs now supports two methods for connecting your GitHub account: {% endblocktrans %}
{% if provider.id == "github" %} {% if process == "connect" %} {% blocktrans trimmed %} For users reconnecting a previously connected GitHub account and users unable to switch to our new app. {% endblocktrans %} {% blocktrans trimmed %} We recommend new users connect their account using our GitHub App. {% endblocktrans %} {% else %} {% blocktrans trimmed %} For users that haven't switched their connected GitHub accounts to our new GitHub App. {% endblocktrans %} {% endif %} {% elif provider.id == "githubapp" %} {% if process == "connect" %} {% blocktrans trimmed %} For users that want granular control of permissions to repositories. {% endblocktrans %} {% else %} {% blocktrans trimmed %} For users that have switched their connected GitHub accounts already, or that would like to switch to our new GitHub App. {% endblocktrans %} {% endif %} {% endif %}