Move documentation into footer, not behind login

https://www.pivotaltracker.com/story/show/115775183
This commit is contained in:
Chris Hill-Scott
2016-03-18 16:25:43 +00:00
parent c40b9872a5
commit 2c3c802d5c
6 changed files with 51 additions and 18 deletions

View File

@@ -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>