[www] Avoid duplicate API-guide
Barbican has an in-tree API reference and an api-guide on developer.o.o. Both show up on the index page as "API Guide". Rename the in-tree document to "API Documentation" to differentiate it from the others in case teams have both in-tree and out-of-tree docs. Change-Id: I80b51cea1898a7cf5c3f254d42b7a86d0c67e2b0
This commit is contained in:
parent
df119f4cb4
commit
ffe3e6970e
@ -35,7 +35,7 @@
|
||||
<a href="https://developer.openstack.org/api-ref/{{project.service_type}}/"> API Reference</a>
|
||||
{% endif %}
|
||||
{% if project.has_in_tree_api_docs %}
|
||||
<a href="/{{project.name}}/{{SERIES}}/api/"> API Guide</a>
|
||||
<a href="/{{project.name}}/{{SERIES}}/api/"> API Documentation</a>
|
||||
{% endif %}
|
||||
{% if project.has_api_guide %}
|
||||
<a href="https://developer.openstack.org/api-guide/{{project.service_type}}/"> API Guide</a>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<a href="https://developer.openstack.org/api-ref/{{project.service_type}}/"> API Reference</a>
|
||||
{% endif %}
|
||||
{% if project.has_in_tree_api_docs %}
|
||||
<a href="/{{project.name}}/{{SERIES}}/api/"> API Guide</a>
|
||||
<a href="/{{project.name}}/{{SERIES}}/api/"> API Documentation</a>
|
||||
{% endif %}
|
||||
{% if project.has_api_guide %}
|
||||
<a href="https://developer.openstack.org/api-guide/{{project.service_type}}/"> API Guide</a>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<a href="https://developer.openstack.org/api-ref/{{project.service_type}}/"> API Reference</a>
|
||||
{% endif %}
|
||||
{% if project.has_in_tree_api_docs %}
|
||||
<a href="/{{project.name}}/{{SERIES}}/api/"> API Guide</a>
|
||||
<a href="/{{project.name}}/{{SERIES}}/api/"> API Documentation</a>
|
||||
{% endif %}
|
||||
{% if project.has_api_guide %}
|
||||
<a href="https://developer.openstack.org/api-guide/{{project.service_type}}/"> API Guide</a>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<a href="https://developer.openstack.org/api-ref/{{project.service_type}}/"> API Reference</a>
|
||||
{% endif %}
|
||||
{% if project.has_in_tree_api_docs %}
|
||||
<a href="/{{project.name}}/{{SERIES}}/api/"> API Guide</a>
|
||||
<a href="/{{project.name}}/{{SERIES}}/api/"> API Documentation</a>
|
||||
{% endif %}
|
||||
{% if project.has_api_guide %}
|
||||
<a href="https://developer.openstack.org/api-guide/{{project.service_type}}/"> API Guide</a>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<a href="https://developer.openstack.org/api-ref/{{project.service_type}}/"> API Reference</a>
|
||||
{% endif %}
|
||||
{% if project.has_in_tree_api_docs %}
|
||||
<a href="/{{project.name}}/{{SERIES}}/api/"> API Guide</a>
|
||||
<a href="/{{project.name}}/{{SERIES}}/api/"> API Documentation</a>
|
||||
{% endif %}
|
||||
{% if project.has_api_guide %}
|
||||
<a href="https://developer.openstack.org/api-guide/{{project.service_type}}/"> API Guide</a>
|
||||
|
Loading…
Reference in New Issue
Block a user