debian-mirror-gitlab/app/views/help/instance_configuration.html.haml

20 lines
598 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- page_title _('Instance Configuration')
2019-07-07 11:18:12 +05:30
.documentation.md
2021-04-29 21:17:54 +05:30
%h1= _('Instance Configuration')
2018-03-17 18:26:18 +05:30
%p
2021-04-29 21:17:54 +05:30
= _("In this page you will find information about the settings that are used in your current instance.")
2018-03-17 18:26:18 +05:30
= render 'help/instance_configuration/ssh_info'
= render 'help/instance_configuration/gitlab_pages'
2021-11-11 11:23:49 +05:30
= render 'help/instance_configuration/size_limits'
2021-10-27 15:23:28 +05:30
= render 'help/instance_configuration/package_registry'
= render 'help/instance_configuration/rate_limits'
2018-03-17 18:26:18 +05:30
%p
2021-04-29 21:17:54 +05:30
%strong= _("Table of contents")
2018-03-17 18:26:18 +05:30
%ul
= content_for :table_content
= content_for :settings_content