gitlab-org--gitlab-foss/app/views/help/public_access.html.haml

17 lines
432 B
Plaintext
Raw Normal View History

2013-01-22 10:58:09 -05:00
= render layout: 'help/layout' do
%h3.page_title Public Access
%br
2013-01-13 10:24:29 -05:00
2013-01-22 10:58:09 -05:00
%p
GitLab allows you to open selected projects to be accessed publicly.
These projects will be clonable
%em without any
authentication.
Also they will be listed on the #{link_to "public access directory", public_root_path}.
2013-01-13 10:24:29 -05:00
2013-01-22 10:58:09 -05:00
%ol
%li Go to your project dashboard
%li Click on the "Edit" tab
%li Select "Public clone access"
2013-01-13 10:24:29 -05:00