vnote/en_us/navigation.json
2018-11-24 17:01:54 +08:00

54 lines
1.1 KiB
JSON

{
"navigation":
[
{
"text": "Home",
"target": "index.md",
"toc": false
},
{
"text": "Downloads",
"target": "downloads.md"
},
{
"text": "Screenshots",
"target": "screenshots.md",
"toc": false
},
{
"text": "Blogs",
"target": "blogs/_vnote.json",
"navi": true
},
{
"text": "Documentation",
"target": "docs/_vnote.json",
"navi": true,
"navi_index": "welcome.md"
},
{
"text": "Donate",
"target": "donate.md",
"toc": false
},
{
"text": "Language",
"children":
[
{
"text": "中文 Chinese",
"target": "#"
}
]
}
],
"actions":
[
{
"text": "GitHub",
"icon": "css/github.svg",
"target": "https://github.com/tamlok/vnote"
}
]
}