Files
NANOKVM-sipeed_wiki-MIRROR/site_config.json
2026-02-02 19:04:24 +08:00

214 lines
6.8 KiB
JSON
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"site_name": "Sipeed Wiki",
"site_slogon": "",
"site_root_url": "/",
"site_domain": "wiki.sipeed.com",
"site_protocol": "https",
"config_template_dir": "config",
"source": "https://github.com/sipeed/sipeed_wiki/blob/main",
"route": {
"docs": {
"/hardware/zh/": "docs/hardware/zh",
"/soft/longan/zh/": "docs/soft/longan/zh",
"/hardware/maixface/zh/": "docs/hardware/maixface/zh",
"/soft/Lichee/zh/": "docs/soft/Lichee/zh",
"/soft/Tang/zh/": "docs/soft/Tang/zh",
"/soft/maixpy/zh/": "docs/soft/maixpy/zh",
"/soft/maixpy3/zh/": "docs/soft/maixpy3/zh",
"/soft/maixduino/zh/": "docs/soft/maixduino/zh",
"/share_docs/zh/": "share_docs/zh",
"/ai/zh/": "docs/soft/ai/zh"
},
"pages": {
"/": "pages/index/zh"
},
"assets": {
"/static/": "static",
"/hardware/assets/": "docs/hardware/assets",
"/soft/longan/assets/": "docs/soft/longan/assets",
"/hardware/maixface/assets/": "docs/hardware/maixface/assets",
"/soft/Lichee/assets/": "docs/soft/Lichee/assets",
"/soft/Tang/assets/": "docs/soft/Tang/assets",
"/soft/maixpy/assets/": "docs/soft/maixpy/assets",
"/soft/maixpy3/assets/": "docs/soft/maixpy3/assets",
"/soft/maixduino/assets/": "docs/soft/maixduino/assets",
"/share_docs/assets/": "share_docs/assets",
"/ai/assets/": "docs/soft/ai/assets"
},
"blog": {
"/news/": "news"
}
},
"translate": {
"docs": {
"/hardware/zh/": [
{
"url": "/hardware/en/",
"src": "docs/hardware/en"
}
],
"/soft/longan/zh/": [
{
"url": "/soft/longan/en/",
"src": "docs/soft/longan/en"
}
],
"/hardware/maixface/zh/": [
{
"url": "/hardware/maixface/en/",
"src": "docs/hardware/maixface/en"
}
],
"/soft/maixpy/zh/": [
{
"url": "/soft/maixpy/en/",
"src": "docs/soft/maixpy/en"
}
],
"/soft/Tang/zh/": [
{
"url": "/soft/Tang/en/",
"src": "docs/soft/Tang/en"
}
],
"/share_docs/zh/": [
{
"url": "/share_docs/en/",
"src": "share_docs/en"
}
],
"/ai/zh/": [
{
"url": "/ai/en/",
"src": "docs/soft/ai/en"
}
]
},
"pages": {
"/": [
{
"url": "/en/",
"src": "pages/index/en"
}
]
}
},
"executable": {
"python": "python3",
"pip": "pip3"
},
"plugins": {
"teedoc-plugin-markdown-parser": {
"from": "pypi",
"config": {
"toc_depth": 4
}
},
"teedoc-plugin-jupyter-notebook-parser": {
"from": "pypi",
"config": {}
},
"teedoc-plugin-google-translate": {
"from": "pypi",
"config": {}
},
"teedoc-plugin-blog": {
"from": "pypi",
"config": {}
},
"teedoc-plugin-theme-default": {
"from": "pypi",
"config": {
"dark": true,
"env": {
"main_color": "#c62828"
},
"code_highlight_css": "/static/css/prism.css",
"code_highlight_js": "/static/js/prism.js"
}
},
"teedoc-plugin-search": {
"from": "pypi",
"config": {
"search_hint": "Search",
"env": {
"main_color": "#c62828",
"main_color_dark": "#923732",
"hint_shadow_color": "rgba(146, 55, 50, 0.38)"
}
}
},
"teedoc-plugin-baidu-tongji": {
"from": "pypi",
"config": {
"code": "9cb07365544a53067c56c346c838181a"
}
},
"teedoc-plugin-google-analytics": {
"from": "pypi",
"config": {
"id": "UA-119047820-5"
}
},
"teedoc-plugin-comments-gitalk": {
"from": "pypi",
"config": {
"env": {
"clientID": "13d7605e4abe8192405c",
"clientSecret": "105f1bf3dee8f3b8c0cecfcfbdb1c273a3babb12",
"repo": "sipeed_wiki",
"owner": "sipeed",
"admin": [
"Neutree",
"wonderfullook"
],
"main_color": "#c62828",
"second_color": "#e25d55",
"adminAutoCreate": false
}
}
},
"teedoc-plugin-ad-hint": {
"from": "pypi",
"config": {
"type": "hint",
"label": "NEW",
"content": "<a href='https://sipeed.com/maixcam2' target='_blank'>新一代可本地运行多模态大模型的 MaixCAM2 正在预售中! YOLO 帧率可达 K230 10倍</a>",
"show_after_s": 432000,
"date": "2026-03-02 19:00"
}
},
"teedoc-plugin-assets": {
"from": "pypi",
"config": {
"header_items": [
"/static/css/custom.css"
],
"footer_items": [
"/static/js/custom.js"
],
"env": {
"main_color": "#b71c1c",
"second_color": "#b71c1c"
}
}
},
"teedoc-plugin-thumbs-up": {
"from": "pypi",
"config": {
"url": "https://thumbs-up.sipeed.com",
"show_up_count": true,
"show_down_count": false
}
}
},
"rebuild_changes_delay": 1,
"robots": {
"User-agent": "*"
},
"teedoc-plugin-google-translate": {
"from": "pypi",
"config": {}
}
}