mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 00:22:49 -05:00
[release]
This commit is contained in:
230
config/config_en.json
Executable file
230
config/config_en.json
Executable file
@@ -0,0 +1,230 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"show_source": "Edit this page"
|
||||
}
|
||||
250
config/config_en_copy.json
Normal file
250
config/config_en_copy.json
Normal file
@@ -0,0 +1,250 @@
|
||||
{
|
||||
"navbar": {
|
||||
"title": "wiki",
|
||||
"logo": {
|
||||
"alt": "sipeed wiki logo",
|
||||
"src": "/static/image/logo.svg"
|
||||
},
|
||||
"home_url": "/en/",
|
||||
"items": [
|
||||
{
|
||||
"url": "/en/",
|
||||
"label": "Home",
|
||||
"position": "left"
|
||||
},
|
||||
{
|
||||
"url": "https://www.sipeed.com",
|
||||
"label": "Sipeed",
|
||||
"target": "_blank",
|
||||
"position": "left"
|
||||
},
|
||||
{
|
||||
"label": "software",
|
||||
"position": "left",
|
||||
"type": "list",
|
||||
"items": [
|
||||
{
|
||||
"url": "/soft/maixpy/en/",
|
||||
"label": "Maixpy"
|
||||
},
|
||||
{
|
||||
"url": "/soft/maixpy3/en/",
|
||||
"label": "Maixpy3"
|
||||
},
|
||||
{
|
||||
"url":"/soft/Tang/en/",
|
||||
"label":"Tang"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Hardware",
|
||||
"position": "left",
|
||||
"type": "list",
|
||||
"items": [
|
||||
{
|
||||
"url": "/hardware/en/maix/index.html",
|
||||
"label": "Maix-I"
|
||||
},
|
||||
{
|
||||
"url": "/hardware/en/maixII/index.html",
|
||||
"label": "Maix-II"
|
||||
},
|
||||
{
|
||||
"url": "/hardware/en/maixIII/index.html",
|
||||
"label": "Maix-III"
|
||||
},
|
||||
{
|
||||
"url": "/hardware/en/maixIV/index.html",
|
||||
"label": "Maix-IV"
|
||||
},
|
||||
{
|
||||
"url": "/hardware/en/lichee/index.html",
|
||||
"label": "Lichee Pi"
|
||||
},
|
||||
{
|
||||
"url": "/hardware/en/tang/index.html",
|
||||
"label": "Tang"
|
||||
},
|
||||
{
|
||||
"url": "/hardware/en/longan/index.html",
|
||||
"label": "Longan"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Commercial products",
|
||||
"position": "left",
|
||||
"type": "list",
|
||||
"items": [
|
||||
{
|
||||
"url": "/hardware/maixface/zh/",
|
||||
"label": "Maix Face"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Platform",
|
||||
"position": "left",
|
||||
"type": "list",
|
||||
"items": [
|
||||
{
|
||||
"url": "https://www.maixhub.com",
|
||||
"label": "Maixhub model training platform",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"url": "https://www.maixhub.com/compile",
|
||||
"label": "Firmware online compile",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Community",
|
||||
"url": "/en/community.html",
|
||||
"position": "left"
|
||||
},
|
||||
{
|
||||
"url": "/en/store.html",
|
||||
"label": "Store",
|
||||
"position": "left"
|
||||
},
|
||||
{
|
||||
"id": "language",
|
||||
"label": "Language: ",
|
||||
"position": "right",
|
||||
"type": "selection",
|
||||
"items": [
|
||||
{
|
||||
"id": "zh",
|
||||
"url": "/",
|
||||
"label": "中文"
|
||||
},
|
||||
{
|
||||
"id": "en",
|
||||
"url": "/en/",
|
||||
"label": "English"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"footer":{
|
||||
"top":[
|
||||
{
|
||||
"label": "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 Taobao",
|
||||
"url": "https://sipeed.taobao.com/",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "Site generated by teedoc",
|
||||
"url": "https://github.com/neutree/teedoc",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Site and analytics",
|
||||
"items": [
|
||||
{
|
||||
"label": "Baidu analytics",
|
||||
"url": "https://tongji.baidu.com/web/welcome/ico?s=9cb07365544a53067c56c346c838181a",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "Sitemap",
|
||||
"url": "/sitemap.xml"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Source code",
|
||||
"items": [
|
||||
{
|
||||
"label": "Wiki source code",
|
||||
"url": "https://github.com/sipeed/sipeed_wiki",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "Open source projects",
|
||||
"url": "https://github.com/sipeed",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Fllow us",
|
||||
"items": [
|
||||
{
|
||||
"label": "github",
|
||||
"url": "https://github.com/sipeed",
|
||||
"target":"_blank"
|
||||
},
|
||||
{
|
||||
"label": "twitter",
|
||||
"url": "https://twitter.com/SipeedIO",
|
||||
"target":"_blank"
|
||||
},
|
||||
{
|
||||
"label": "Taobao store",
|
||||
"url": "https://sipeed.taobao.com/",
|
||||
"target":"_blank"
|
||||
},
|
||||
{
|
||||
"label": "More",
|
||||
"url": "/social_group.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Contact",
|
||||
"items": [
|
||||
{
|
||||
"label": "Phone: +86 0755-27808509"
|
||||
},
|
||||
{
|
||||
"label": "Commercial support: support@sipeed.com"
|
||||
},
|
||||
{
|
||||
"label": "Address: 深圳市宝安区新湖路4008号蘅芳科技办公大厦A座-2101C"
|
||||
},
|
||||
{
|
||||
"label": "Join us",
|
||||
"url": "/join_us.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"bottom": [
|
||||
{
|
||||
"label": "©2018-2021 Sipeed Ltd",
|
||||
"url": "https://www.sipeed.com",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "粤ICP备19015433号-1",
|
||||
"url": "https://beian.miit.gov.cn/#/Integrated/index",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
248
config/config_zh.json
Executable file
248
config/config_zh.json
Executable file
@@ -0,0 +1,248 @@
|
||||
{
|
||||
"locale": "zh_CN",
|
||||
"navbar": {
|
||||
"title": "wiki",
|
||||
"logo": {
|
||||
"alt": "sipeed wiki logo",
|
||||
"src": "/static/image/logo.svg"
|
||||
},
|
||||
"home_url": "/",
|
||||
"items": [
|
||||
{
|
||||
"label": "产品",
|
||||
"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/zh/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": "软件文档",
|
||||
"position": "left",
|
||||
"type": "list",
|
||||
"items": [
|
||||
{
|
||||
"url": "/soft/maixpy/zh/index.html",
|
||||
"label": "MaixPy"
|
||||
},
|
||||
{
|
||||
"url": "/soft/maixpy3/zh/index.html",
|
||||
"label": "MaixPy3"
|
||||
},
|
||||
{
|
||||
"url": "/soft/Lichee/zh/index.html",
|
||||
"label": "Lichee"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"label": "在线服务",
|
||||
"position": "left",
|
||||
"type":"list",
|
||||
"items":[
|
||||
{
|
||||
"label":"AI 训练平台",
|
||||
"url":"https://maix.sipeed.com",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label":"下载中心",
|
||||
"url":"https://dl.sipeed.com/",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "在线社群",
|
||||
"url": "/community.html",
|
||||
"position": "left"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label":"博文精选",
|
||||
"url":"/news/",
|
||||
"position":"left"
|
||||
},
|
||||
{
|
||||
"label": "线上商城",
|
||||
"url": "/store.html",
|
||||
"position": "right"
|
||||
},
|
||||
{
|
||||
"label":"贡献文档",
|
||||
"url":"/share_docs/zh/",
|
||||
"position": "right"
|
||||
},
|
||||
{
|
||||
"label": "Github ",
|
||||
"position": "right",
|
||||
"url": "https://github.com/sipeed",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"id": "language",
|
||||
"label": "Language: ",
|
||||
"position": "right",
|
||||
"type": "language"
|
||||
}
|
||||
]
|
||||
},
|
||||
"footer":{
|
||||
"top":[
|
||||
{
|
||||
"label": "其他链接",
|
||||
"items": [
|
||||
{
|
||||
"label": "Sipeed 官网",
|
||||
"url": "https://www.sipeed.com",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "BBS 论坛",
|
||||
"url": "https://bbs.sipeed.com/",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "Maixhub",
|
||||
"url": "https://maix.sipeed.com/",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "Sipeed 淘宝",
|
||||
"url": "https://sipeed.taobao.com/",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
|
||||
},
|
||||
{
|
||||
"label": "网站使用 teedoc 生成",
|
||||
"url": "https://github.com/neutree/teedoc",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "网站统计",
|
||||
"items": [
|
||||
{
|
||||
"label": "百度统计",
|
||||
"url": "https://tongji.baidu.com/web/welcome/ico?s=9cb07365544a53067c56c346c838181a",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "网站地图",
|
||||
"url": "/sitemap.xml"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "源码",
|
||||
"items": [
|
||||
{
|
||||
"label": "网站源码",
|
||||
"url": "https://github.com/sipeed/sipeed_wiki",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "开源项目源码",
|
||||
"url": "https://github.com/sipeed",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "关注我们",
|
||||
"items": [
|
||||
{
|
||||
"label": "github",
|
||||
"url": "https://github.com/sipeed",
|
||||
"target":"_blank"
|
||||
},
|
||||
{
|
||||
"label": "twitter",
|
||||
"url": "https://twitter.com/SipeedIO",
|
||||
"target":"_blank"
|
||||
},
|
||||
{
|
||||
"label": "淘宝",
|
||||
"url": "https://sipeed.taobao.com/",
|
||||
"target":"_blank"
|
||||
},
|
||||
{
|
||||
"label": "更多",
|
||||
"url": "/community.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "联系我们",
|
||||
"items": [
|
||||
{
|
||||
"label": "电话: +86 0755-27808509"
|
||||
},
|
||||
{
|
||||
"label": "商业支持: support@sipeed.com"
|
||||
},
|
||||
{
|
||||
"label": "地址: 深圳市宝安区新湖路4008号蘅芳科技办公大厦A座-2101C"
|
||||
},
|
||||
{
|
||||
"label": "加入我们",
|
||||
"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": "搜索",
|
||||
"input_hint": "输入关键词,多关键词空格隔开",
|
||||
"loading_hint": "正在加载,请稍候。。。",
|
||||
"download_err_hint": "下载文件失败,请刷新重试或检查网络",
|
||||
"other_docs_result_hint": "来自其它文档的结果",
|
||||
"curr_doc_result_hint": "当前文档搜索结果"
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
"show_source": "编辑本页"
|
||||
}
|
||||
277
config/config_zh_copy.json
Normal file
277
config/config_zh_copy.json
Normal file
@@ -0,0 +1,277 @@
|
||||
{
|
||||
"navbar": {
|
||||
"title": "wiki",
|
||||
"logo": {
|
||||
"alt": "sipeed wiki logo",
|
||||
"src": "/static/image/logo.svg"
|
||||
},
|
||||
"home_url": "/",
|
||||
"items": [
|
||||
{
|
||||
"url": "/",
|
||||
"label": "首页",
|
||||
"position": "left"
|
||||
},
|
||||
{
|
||||
"url": "https://www.sipeed.com",
|
||||
"label": "矽速官网",
|
||||
"target": "_blank",
|
||||
"position": "left"
|
||||
},
|
||||
{
|
||||
"label": "开源软件",
|
||||
"position": "left",
|
||||
"type": "list",
|
||||
"items": [
|
||||
{
|
||||
"url": "/soft/maixpy/zh/",
|
||||
"label": "MaixPy"
|
||||
},
|
||||
{
|
||||
"url": "/soft/maixpy3/zh/",
|
||||
"label": "MaixPy3"
|
||||
},
|
||||
{
|
||||
"url":"/soft/maixduino/zh/",
|
||||
"label":"MaixDuino"
|
||||
},
|
||||
{
|
||||
"url": "/soft/Lichee/zh/",
|
||||
"label": "Lichee"
|
||||
},
|
||||
{
|
||||
"url": "/soft/longan/zh/index.html",
|
||||
"label": "Longan"
|
||||
},
|
||||
{
|
||||
"url": "/soft/Tang/zh/index_bak.html",
|
||||
"label": "Tang"
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "开源硬件",
|
||||
"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/maixIII/index.html",
|
||||
"label": "Maix-III"
|
||||
},
|
||||
{
|
||||
"url": "/hardware/zh/maixIV/index.html",
|
||||
"label": "Maix-IV"
|
||||
},
|
||||
{
|
||||
"url": "/hardware/zh/lichee/index.html",
|
||||
"label": "Lichee Pi"
|
||||
},
|
||||
{
|
||||
"url": "/hardware/zh/tang/index.html",
|
||||
"label": "Tang"
|
||||
},
|
||||
{
|
||||
"url": "/hardware/zh/longan/index.html",
|
||||
"label": "Longan"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "商业产品",
|
||||
"position": "left",
|
||||
"type": "list",
|
||||
"items": [
|
||||
{
|
||||
"url": "/hardware/maixface/zh/",
|
||||
"label": "Maix Face"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "云平台",
|
||||
"position": "left",
|
||||
"type": "list",
|
||||
"items": [
|
||||
{
|
||||
"url": "https://www.maixhub.com",
|
||||
"label": "Maixhub 模型训练平台",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"url": "https://www.maixhub.com/onlinecompiler",
|
||||
"label": "固件在线编译",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "社区",
|
||||
"url": "/community.html",
|
||||
"position": "left"
|
||||
},
|
||||
{
|
||||
"url": "/store.html",
|
||||
"label": "商城",
|
||||
"position": "left"
|
||||
},
|
||||
{
|
||||
"id": "language",
|
||||
"label": "Language: ",
|
||||
"position": "right",
|
||||
"type": "selection",
|
||||
"items": [
|
||||
{
|
||||
"id": "zh",
|
||||
"url": "/",
|
||||
"label": "中文"
|
||||
},
|
||||
{
|
||||
"id": "en",
|
||||
"url": "/en/",
|
||||
"label": "English"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"footer":{
|
||||
"top":[
|
||||
{
|
||||
"label": "链接",
|
||||
"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 淘宝",
|
||||
"url": "https://sipeed.taobao.com/",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "网站使用 teedoc 生成",
|
||||
"url": "https://github.com/neutree/teedoc",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "网站统计",
|
||||
"items": [
|
||||
{
|
||||
"label": "百度统计",
|
||||
"url": "https://tongji.baidu.com/web/welcome/ico?s=9cb07365544a53067c56c346c838181a",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "网站地图",
|
||||
"url": "/sitemap.xml"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "源码",
|
||||
"items": [
|
||||
{
|
||||
"label": "文档源文件",
|
||||
"url": "https://github.com/sipeed/sipeed_wiki",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"label": "开源项目源码",
|
||||
"url": "https://github.com/sipeed",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "关注我们",
|
||||
"items": [
|
||||
{
|
||||
"label": "github",
|
||||
"url": "https://github.com/sipeed",
|
||||
"target":"_blank"
|
||||
},
|
||||
{
|
||||
"label": "twitter",
|
||||
"url": "https://twitter.com/SipeedIO",
|
||||
"target":"_blank"
|
||||
},
|
||||
{
|
||||
"label": "淘宝",
|
||||
"url": "https://sipeed.taobao.com/",
|
||||
"target":"_blank"
|
||||
},
|
||||
{
|
||||
"label": "更多",
|
||||
"url": "/community.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "联系我们",
|
||||
"items": [
|
||||
{
|
||||
"label": "电话: +86 0755-27808509"
|
||||
},
|
||||
{
|
||||
"label": "商业支持: support@sipeed.com"
|
||||
},
|
||||
{
|
||||
"label": "地址: 深圳市宝安区新湖路4008号蘅芳科技办公大厦A座-2101C"
|
||||
},
|
||||
{
|
||||
"label": "加入我们",
|
||||
"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": "搜索",
|
||||
"input_hint": "输入关键词,多关键词空格隔开",
|
||||
"loading_hint": "正在加载,请稍候。。。",
|
||||
"download_err_hint": "下载文件失败,请刷新重试或检查网络",
|
||||
"other_docs_result_hint": "来自其它文档的结果",
|
||||
"curr_doc_result_hint": "当前文档搜索结果"
|
||||
}
|
||||
}
|
||||
},
|
||||
"show_source": "编辑本页"
|
||||
}
|
||||
Reference in New Issue
Block a user