Merge pull request #3213 from alphagov/add-guidance-content

Add first iteration of guidance content, including updating navigation menus and footer.
This commit is contained in:
karlchillmaid
2020-02-12 11:43:07 +00:00
committed by GitHub
18 changed files with 467 additions and 57 deletions

View File

@@ -196,7 +196,14 @@ class HeaderNavigation(Navigation):
'get_example_csv',
'get_notifications_as_json',
'get_started',
'get_started_old',
'go_to_dashboard_after_tour',
'guidance_index',
'branding_and_customisation',
'create_and_send_messages',
'edit_and_format_messages',
'send_files_by_email',
'upload_a_letter',
'history',
'inbound_sms_admin',
'inbox',
@@ -517,7 +524,14 @@ class MainNavigation(Navigation):
'get_example_csv',
'get_notifications_as_json',
'get_started',
'get_started_old',
'go_to_dashboard_after_tour',
'guidance_index',
'branding_and_customisation',
'create_and_send_messages',
'edit_and_format_messages',
'send_files_by_email',
'upload_a_letter',
'history',
'how_to_pay',
'inbound_sms_admin',
@@ -748,7 +762,14 @@ class CaseworkNavigation(Navigation):
'get_example_csv',
'get_notifications_as_json',
'get_started',
'get_started_old',
'go_to_dashboard_after_tour',
'guidance_index',
'branding_and_customisation',
'create_and_send_messages',
'edit_and_format_messages',
'send_files_by_email',
'upload_a_letter',
'history',
'how_to_pay',
'inbound_sms_admin',
@@ -1035,7 +1056,14 @@ class OrgNavigation(Navigation):
'get_example_csv',
'get_notifications_as_json',
'get_started',
'get_started_old',
'go_to_dashboard_after_tour',
'guidance_index',
'branding_and_customisation',
'create_and_send_messages',
'edit_and_format_messages',
'send_files_by_email',
'upload_a_letter',
'history',
'how_to_pay',
'inbound_sms_admin',