Make documentation its own section of the page

This visually chunks the page up into three parts:
- keys
- service ID
- documentation

Also fixes the documentation link (because it’s not service-specific).
This commit is contained in:
Chris Hill-Scott
2016-07-01 16:46:14 +01:00
parent 01df039aab
commit c0c516ba7a

View File

@@ -57,10 +57,11 @@
{{ api_key(current_service.id, "Service ID", thing="service ID") }} {{ api_key(current_service.id, "Service ID", thing="service ID") }}
</div> </div>
<h2 class="heading-small">Documentation</h2>
<p> <p>
API usage is described in the See the
<a href="{{ url_for('.documentation', service_id=current_service.id) }}"> <a href="{{ url_for('.documentation') }}">
API documentation</a>. API documentation</a> for clients and specfications.
</p> </p>
{% endblock %} {% endblock %}