Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sitemap.xml.erb « content - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eeb3d74e7b489a93c47ec65a44c38e27059557b0 (plain)
1
2
3
4
5
6
---
is_hidden: true
---
<%= xml_sitemap(
  items: items.select { |item| !item[:is_hidden] && item.path.end_with?('.html') }
) %>