limit install guide list to services
We now have flags for things like client libraries and other random tools indicating that they have installation guides. We don't want to list those on the page with the service installation guides, though, so apply a filter to that list. Change-Id: I37fc88c55cedc988a152dd41fdd6b5f8b220fa09 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
a112d4df5a
commit
8f1e7e567c
@ -51,7 +51,7 @@
|
||||
<ul>
|
||||
|
||||
{% for project in projects|sort(attribute='service') -%}
|
||||
{% if project.has_install_guide %}
|
||||
{% if project.type in ['service', 'other'] and project.has_install_guide %}
|
||||
<li><a href="/{{project.name}}/{{series}}/install/">{{project.service}} ({{project.name|title}})</a></li>
|
||||
{% endif %}
|
||||
{%- endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user