mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-10 21:59:54 -05:00
100 lines
2.4 KiB
JSON
100 lines
2.4 KiB
JSON
{
|
|
"site_name": "MaixCDK",
|
|
"site_slogon": "",
|
|
"site_root_url": "/maixcdk/",
|
|
"site_domain": "wiki.sipeed.com",
|
|
"site_protocol": "https",
|
|
"config_template_dir": "config",
|
|
"source": "https://github.com/sipeed/MaixCDK/blob/main/docs",
|
|
"route": {
|
|
"docs": {
|
|
"/doc/": "doc",
|
|
"/api/": "api"
|
|
},
|
|
"pages": {
|
|
"/": "pages/index"
|
|
},
|
|
"assets": {
|
|
"/static/": "static"
|
|
}
|
|
},
|
|
"translate": {
|
|
"docs": {
|
|
"/doc/": [
|
|
{
|
|
"url": "/doc/zh/",
|
|
"src": "doc_zh"
|
|
}
|
|
]
|
|
},
|
|
"pages": {
|
|
"/": [
|
|
{
|
|
"url": "/zh/",
|
|
"src": "pages/index_zh"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"executable": {
|
|
"python": "python3",
|
|
"pip": "pip3"
|
|
},
|
|
"plugins": {
|
|
"teedoc-plugin-markdown-parser":{
|
|
"from": "pypi",
|
|
"config": {
|
|
}
|
|
},
|
|
"teedoc-plugin-theme-default":{
|
|
"from": "pypi",
|
|
"config": {
|
|
"dark": true,
|
|
"show_print_page": false,
|
|
"env":{
|
|
"main_color": "#1f8dbf"
|
|
}
|
|
}
|
|
},
|
|
"teedoc-plugin-search":{
|
|
"from": "pypi",
|
|
"config": {
|
|
"search_hint": "Search"
|
|
}
|
|
},
|
|
"teedoc-plugin-assets": {
|
|
"from": "pypi",
|
|
"config": {
|
|
"header_items": [
|
|
"/static/css/custom.css"
|
|
],
|
|
"footer_items": [
|
|
"/static/js/custom.js"
|
|
],
|
|
"env":{
|
|
"main_color": "#1f8dbf",
|
|
"second_color": "#3fb2d4"
|
|
}
|
|
}
|
|
},
|
|
"teedoc-plugin-baidu-tongji":{
|
|
"from": "pypi",
|
|
"config": {
|
|
"code": "9cb07365544a53067c56c346c838181a"
|
|
}
|
|
},
|
|
"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": "*"
|
|
},
|
|
"layout_root_dir": "layout"
|
|
} |