changes to nav

This commit is contained in:
Beverly Nguyen
2024-11-18 11:49:39 -08:00
parent df0e159550
commit 0b81ed0247
4 changed files with 28 additions and 5 deletions

View File

@@ -110,12 +110,22 @@ def best_practices_nav():
def about_notify_nav():
return [
{
"name": "About notify",
"name": "About Notify",
"link": "main.about_notify",
"sub_navigation_items": [
{
"name": "Why text messaging",
"link": "main.why_text_messaging",
"sub_sub_navigation_items": [
{
"name": "Reach people using a common method",
"link": "main.why_text_messaging#reach-people-using-a-common-method",
},
{
"name": "Improve customer experience",
"link": "main.why_text_messaging#improve-customer-experience",
},
],
},
],
},