mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04: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") }}
|
{{ 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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user