36 lines
524 B
TOML
36 lines
524 B
TOML
[[main]]
|
|
identifier = "docs"
|
|
name = "資料庫"
|
|
url = "docs"
|
|
weight = 1
|
|
|
|
[[main]]
|
|
identifier = "conv"
|
|
name = "荷爾蒙換算"
|
|
url = "converter"
|
|
weight = 2
|
|
|
|
[[main]]
|
|
identifier = "cupc"
|
|
name = "胸圍計算"
|
|
url = "cup-calculator"
|
|
weight = 3
|
|
|
|
[[main]]
|
|
identifier = "about"
|
|
name = "關於我們"
|
|
url = "about"
|
|
weight = 4
|
|
|
|
#[[main]]
|
|
# identifier = "updates"
|
|
# name = "Updates"
|
|
# url = "updates"
|
|
# weight = 2
|
|
#
|
|
#[[main]]
|
|
# identifier = "blog"
|
|
# name = "Blog"
|
|
# url = "blog"
|
|
# weight = 3
|