content added

This commit is contained in:
Beverly Nguyen
2024-11-14 09:58:04 -08:00
parent ad50568c10
commit ba44ff5e8e
7 changed files with 196 additions and 0 deletions

View File

@@ -101,3 +101,12 @@ def best_practices_nav():
"link": "main.benchmark_performance",
},
]
def about_notify_nav():
return [
{
"name": "Why text messaging",
"link": "main.why_text_messaging",
},
]