merge main and nav

This commit is contained in:
Beverly Nguyen
2024-11-18 10:41:45 -08:00
13 changed files with 245 additions and 84 deletions

View File

@@ -27,6 +27,10 @@ def using_notify_nav():
"name": "Get started",
"link": "main.get_started",
},
{
"name": "Guides",
"link": "main.best_practices",
},
{
"name": "Trial mode",
"link": "main.trial_mode_new",
@@ -106,7 +110,13 @@ def best_practices_nav():
def about_notify_nav():
return [
{
"name": "Why text messaging",
"link": "main.why_text_messaging",
"name": "About notify",
"link": "main.about_notify",
"sub_navigation_items": [
{
"name": "Why text messaging",
"link": "main.why_text_messaging",
},
],
},
]