first round of about content

This commit is contained in:
Beverly Nguyen
2024-11-13 14:32:15 -08:00
parent 01e52b9a20
commit 50e7f3d33c
4 changed files with 118 additions and 0 deletions

View File

@@ -101,3 +101,12 @@ def best_practices_nav():
"link": "main.benchmark_performance",
},
]
def about_notify_nav():
return [
{
"name": "About notify",
"link": "main.about_notify",
},
]