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: eb5001250e95bf4095f45cffed82031b9c097797 (plain)
1
2
3
4
5
6
---
is_hidden: true
---
<%= xml_sitemap(
  items: items.select { |i| !i[:is_hidden] && !i.path.end_with?('.svg') && !i.path.end_with?('.woff2') && !i.path.end_with?('.png') && !i.path.end_with?('.js') && !i.path.end_with?('.css') && !i.path.end_with?('.yaml') && !i.path.end_with?('.gif')}
) %>