mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
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:
@@ -57,10 +57,11 @@
|
||||
{{ api_key(current_service.id, "Service ID", thing="service ID") }}
|
||||
</div>
|
||||
|
||||
<h2 class="heading-small">Documentation</h2>
|
||||
<p>
|
||||
API usage is described in the
|
||||
<a href="{{ url_for('.documentation', service_id=current_service.id) }}">
|
||||
API documentation</a>.
|
||||
See the
|
||||
<a href="{{ url_for('.documentation') }}">
|
||||
API documentation</a> for clients and specfications.
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user