2017-11-28 11:56:30 +00:00
|
|
|
def features_nav():
|
|
|
|
|
return [
|
|
|
|
|
{
|
|
|
|
|
"name": "Features",
|
|
|
|
|
"link": "main.features",
|
2019-04-16 15:19:28 +01:00
|
|
|
"sub_navigation_items": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Emails",
|
|
|
|
|
"link": "main.features_email",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Text messages",
|
|
|
|
|
"link": "main.features_sms",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Letters",
|
|
|
|
|
"link": "main.features_letters",
|
|
|
|
|
},
|
|
|
|
|
]
|
2019-04-09 15:16:50 +01:00
|
|
|
},
|
2017-11-28 11:56:30 +00:00
|
|
|
{
|
|
|
|
|
"name": "Roadmap",
|
|
|
|
|
"link": "main.roadmap",
|
|
|
|
|
},
|
2020-05-19 16:24:06 +01:00
|
|
|
{
|
|
|
|
|
"name": "Who can use Notify",
|
2020-05-20 15:59:30 +01:00
|
|
|
"link": "main.who_can_use_notify",
|
2020-05-19 16:24:06 +01:00
|
|
|
},
|
2017-11-28 11:56:30 +00:00
|
|
|
{
|
|
|
|
|
"name": "Security",
|
|
|
|
|
"link": "main.security",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Terms of use",
|
|
|
|
|
"link": "main.terms",
|
|
|
|
|
},
|
|
|
|
|
]
|
2019-06-04 10:48:23 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
def pricing_nav():
|
|
|
|
|
return [
|
|
|
|
|
{
|
|
|
|
|
"name": "Pricing",
|
|
|
|
|
"link": "main.pricing",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "How to pay",
|
|
|
|
|
"link": "main.how_to_pay",
|
|
|
|
|
},
|
|
|
|
|
]
|
2020-01-24 12:15:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
def using_notify_nav():
|
|
|
|
|
return [
|
|
|
|
|
{
|
|
|
|
|
"name": "Get started",
|
|
|
|
|
"link": "main.get_started",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Trial mode",
|
|
|
|
|
"link": "main.trial_mode_new",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Delivery status",
|
|
|
|
|
"link": "main.message_status",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Guidance",
|
2020-01-24 15:57:29 +00:00
|
|
|
"link": "main.guidance_index",
|
2020-01-24 12:15:27 +00:00
|
|
|
"sub_navigation_items": [
|
|
|
|
|
{
|
2020-01-27 08:47:47 +00:00
|
|
|
"name": "Formatting",
|
2020-01-24 15:57:29 +00:00
|
|
|
"link": "main.edit_and_format_messages",
|
2020-01-24 12:15:27 +00:00
|
|
|
},
|
|
|
|
|
{
|
2020-01-27 08:47:47 +00:00
|
|
|
"name": "Branding",
|
2020-01-24 15:57:29 +00:00
|
|
|
"link": "main.branding_and_customisation",
|
2020-01-24 12:15:27 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Send files by email",
|
2020-01-24 15:57:29 +00:00
|
|
|
"link": "main.send_files_by_email",
|
2020-01-24 12:15:27 +00:00
|
|
|
},
|
2020-03-03 13:29:45 +00:00
|
|
|
{
|
|
|
|
|
"name": "Upload a letter",
|
|
|
|
|
"link": "main.upload_a_letter",
|
|
|
|
|
},
|
2020-09-22 15:36:08 +01:00
|
|
|
{
|
|
|
|
|
"name": "Letter specification",
|
|
|
|
|
"link": "main.letter_specification",
|
|
|
|
|
},
|
2020-01-24 12:15:27 +00:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "API documentation",
|
|
|
|
|
"link": "main.documentation",
|
|
|
|
|
},
|
|
|
|
|
]
|