Files
NANOKVM-sipeed_wiki-MIRROR/config/config_en.json
2022-08-05 11:58:03 +08:00

240 lines
7.2 KiB
JSON
Executable File

{
"locale": "en",
"navbar": {
"title": "wiki",
"logo": {
"alt": "sipeed wiki logo",
"src": "/static/image/logo.svg"
},
"home_url": "/en/",
"items": [
{
"label": "Products",
"position": "left",
"type": "list",
"items": [
{
"url": "/hardware/zh/maix/index.html",
"label": "Maix-I"
},
{
"url": "/hardware/zh/maixII/index.html",
"label": "Maix-II"
},
{
"url": "/hardware/zh/lichee/index.html",
"label": "Lichee-Pi"
},
{
"url": "/hardware/en/tang/index.html",
"label": "Tang"
},
{
"url": "/hardware/zh/longan/Nano/Longan_nano.html",
"label": "Longan"
},
{
"url":"/hardware/zh/modules_spmod/spmod_extender.html",
"label":"SP-Mod"
}
]
},
{
"label": "Software Docs",
"position": "left",
"type": "list",
"items": [
{
"url": "/soft/maixpy/en/index.html",
"label": "MaixPy"
},
{
"url": "/soft/maixpy3/zh/index.html",
"label": "MaixPy3"
},
{
"url": "/soft/Lichee/zh/index.html",
"label": "Lichee"
}
]
},
{
"label": "Online Service",
"position": "left",
"type":"list",
"items":[
{
"label":"AI Trainning platform",
"url":"https://www.maixhub.com",
"target": "_blank"
},
{
"label":"Download center",
"url":"https://dl.sipeed.com/",
"target": "_blank"
}
]
},
{
"label": "Online Group",
"url": "/community.html",
"position": "left"
},
{
"label":"Articles",
"url":"/news/",
"position":"left"
},
{
"label": "Online Store",
"url": "/store.html",
"position": "right"
},
{
"label":"Contribute docs",
"url":"/share_docs/en/",
"position": "right"
},
{
"label": "Github ",
"position": "right",
"url": "https://github.com/sipeed",
"target": "_blank"
},
{
"id": "language",
"label": "Language: ",
"position": "right",
"type": "language"
}
]
},
"footer":{
"top":[
{
"label": "Other links",
"items": [
{
"label": "Sipeed",
"url": "https://www.sipeed.com",
"target": "_blank"
},
{
"label": "BBS ",
"url": "https://bbs.sipeed.com/",
"target": "_blank"
},
{
"label": "Maixhub",
"url": "https://maixhub.sipeed.com/",
"target": "_blank"
},
{
"label": "Sipeed AliExpress",
"url": "https://sipeed.aliexpress.com/store/911876460",
"target": "_blank"
},
{
"label": "Build by teedoc ",
"url": "https://github.com/neutree/teedoc",
"target": "_blank"
}
]
},
{
"label": "Source Code",
"items": [
{
"label": "Website source code",
"url": "https://github.com/sipeed/sipeed_wiki",
"target": "_blank"
},
{
"label": "Open Souecr Code",
"url": "https://github.com/sipeed",
"target": "_blank"
}
]
},
{
"label": "Follow us",
"items": [
{
"label": "github",
"url": "https://github.com/sipeed",
"target":"_blank"
},
{
"label": "twitter",
"url": "https://twitter.com/SipeedIO",
"target":"_blank"
},
{
"label": "AliExpress",
"url": "https://sipeed.aliexpress.com/store/911876460",
"target":"_blank"
},
{
"label": "more",
"url": "/community.html"
}
]
},
{
"label": "Contact us",
"items": [
{
"label": "Tel: +86 0755-27808509"
},
{
"label": "Business mail: support@sipeed.com"
},
{
"label": "Adress: 深圳市宝安区新湖路4008号蘅芳科技办公大厦A座-2101C"
},
{
"label": "Join us",
"url": "/join_us.html"
}
]
}
],
"bottom": [
{
"label": "©2018-2021 深圳矽速科技有限公司",
"url": "https://www.sipeed.com",
"target": "_blank"
},
{
"label": "粤ICP备19015433号-1",
"url": "https://beian.miit.gov.cn/#/Integrated/index",
"target": "_blank"
}
]
},
"plugins": {
"teedoc-plugin-search":{
"config": {
"search_hint": "Search",
"input_hint": "Input keyword. Using Space to separate multiple keywords",
"loading_hint": "Loading, please wait",
"download_err_hint": "Fail download, Please retry or check network",
"other_docs_result_hint": "Results form other doc",
"curr_doc_result_hint": "Result form current doc"
}
},
"teedoc-plugin-ad-hint": {
"config": {
"type": "hint",
"label": "☆",
"content": "New MaixHub online, support online annotating, one key to deployment, add support for Maix-II-Dock and mobile phone and web<br/><a href='https://maixhub.com'>Go!</a>",
"show_after_s": 432000,
"date": "2022-06-01 14:00"
}
}
},
"show_source": "Edit this page"
}