Files
notifications-admin/app/templates/views/integration-testing.html
Chris Hill-Scott 156d38499a Remove integration testing content
This is covered in the new client library documentation. All of the
client libraries now have their documentation published in the new
format.
2018-11-06 17:24:30 +00:00

25 lines
570 B
HTML

{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
{% extends "withoutnav_template.html" %}
{% block per_page_title %}
Integration testing
{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">Integration testing</h1>
<p>This information has moved.</p>
<p>
Refer to the <a href="{{ url_for('main.documentation') }}">documentation
for the client library you are using.
</p>
</div>
</div>
{% endblock %}