diff --git a/readthedocsext/theme/templates/projects/edit_base.html b/readthedocsext/theme/templates/projects/edit_base.html index dd0d362a..6403a563 100644 --- a/readthedocsext/theme/templates/projects/edit_base.html +++ b/readthedocsext/theme/templates/projects/edit_base.html @@ -11,6 +11,12 @@
+ {% blocktrans trimmed %} + Pull request builds let you preview documentation changes before merging. + Get feedback on documentation changes alongside code review. + {% endblocktrans %} +
+ + + {% trans "Enable Pull Request Builds" %} + ++ {% blocktrans trimmed %} + Your project has private versions. You can share access using Single Sign-On (SSO), + or generate sharing tokens to give specific users access. + {% endblocktrans %} +
+ + + {% trans "Manage Documentation Access" %} + ++ {% blocktrans trimmed %} + Your project has addons enabled. You can configure them to enhance your documentation experience. + {% endblocktrans %} +
+ + + {% trans "Configure Addons" %} + ++ {% blocktrans trimmed %} + Configure addons like search, version navigation menu, analytics and more. + Learn more about addons. + {% endblocktrans %} +
+ + + {% trans "Configure Addons" %} + +