--- title: GitLab Documentation ---
<% if @config[:show_banner] %>
<%= render '/banner.*' %>
<% end %>

Welcome to GitLab Docs

Here you can access the complete documentation for GitLab, the single application for the entire DevOps lifecycle.

Select a product area

<% if is_production? %> <% @config[:products].each do |name, product| %> <% if product[:expose] == true %> <% if product[:short_name] == 'GitLab' %>
<% else %> <% end %> <% end %> <% else %> <% @config[:products].each do |name, product| %> <% if Dir.exist?("#{@config[:content_dir]}/#{product[:slug]}")%> <% if product[:short_name] == 'GitLab' %>

Popular topics

<% @items['/_data/popular_topics.yaml'][:topics].each do |topic| %> <% product = topic[:url].split('/')[1] %> <% if Dir.exist?("#{@config[:content_dir]}/#{product}") %> <% end %> <% end %>
<%= render '/feedback.*' %>
<%= render '/footer.*' %>