costapy/config/globalvar.py

29 lines
641 B
Python
Raw Permalink Normal View History

2024-06-05 23:27:52 +07:00
title = "CostaPy"
2023-10-24 20:37:32 +07:00
2024-06-05 23:27:52 +07:00
menu = {
2023-11-04 19:12:11 +07:00
"public": {
2024-06-05 23:27:52 +07:00
"navbar": [
2023-11-04 19:12:11 +07:00
{
"name":"Home",
2024-06-05 23:27:52 +07:00
"target":"_self",
2023-11-04 19:12:11 +07:00
"href":"/",
"roles":["guest"]
},
{
2024-06-05 23:27:52 +07:00
"name":"About",
"target":"_self",
"href":"/about",
2023-11-04 19:12:11 +07:00
"roles":["guest"]
},
{
2024-06-05 23:27:52 +07:00
"name":"Docs",
"target":"_blank",
2024-05-12 02:18:32 +07:00
"href":"https://costapy.ditaajipratama.net",
2023-11-04 19:12:11 +07:00
"roles":["guest"]
}
]
2023-10-24 20:37:32 +07:00
}
2023-11-04 19:12:11 +07:00
}
2024-06-05 23:27:52 +07:00
copyright = "Copyright (C) 2022 Dita Aji Pratama"