mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Move documentation into footer, not behind login
https://www.pivotaltracker.com/story/show/115775183
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
{% extends "withoutnav_template.html" %}
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
{% from "components/api-key.html" import api_key %}
|
||||
|
||||
{% block page_title %}
|
||||
Developer documentation – GOV.UK Notify
|
||||
API documentation – GOV.UK Notify
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
Set up API integration
|
||||
Developer documentation
|
||||
</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
@@ -81,7 +81,7 @@
|
||||
{{
|
||||
"""
|
||||
{
|
||||
'to': '+441234123123',
|
||||
'to': '+447700900404',
|
||||
'template': 1
|
||||
}
|
||||
"""|syntax_highlight_json
|
||||
@@ -164,10 +164,6 @@
|
||||
https://api.notify.works
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="{{ url_for('.api_keys', service_id=service_id) }}">API keys for your service</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user