mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-10 21:59:54 -05:00
add source file
This commit is contained in:
44
docs/config/config.json
Normal file
44
docs/config/config.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"locale": "en",
|
||||
"navbar": {
|
||||
"title": "MaixCDK",
|
||||
"logo": {
|
||||
"alt": "MaixCDK logo",
|
||||
"url": ""
|
||||
},
|
||||
"home_url": "/",
|
||||
"items": [
|
||||
{
|
||||
"url": "/doc/",
|
||||
"label": "Doc",
|
||||
"position": "left"
|
||||
},
|
||||
{
|
||||
"url": "/api/",
|
||||
"label": "API",
|
||||
"position": "left"
|
||||
}
|
||||
]
|
||||
},
|
||||
"footer":{
|
||||
"top":[
|
||||
{
|
||||
"label": "",
|
||||
"items": [
|
||||
{
|
||||
"label": "",
|
||||
"url": "#",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"bottom": [
|
||||
{
|
||||
"label": "Generated by teedoc",
|
||||
"url": "https://github.com/teedoc/teedoc",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
44
docs/config/config_zh.json
Normal file
44
docs/config/config_zh.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"locale": "zh",
|
||||
"navbar": {
|
||||
"title": "MaixCDK",
|
||||
"logo": {
|
||||
"alt": "MaixCDK logo",
|
||||
"url": ""
|
||||
},
|
||||
"home_url": "/",
|
||||
"items": [
|
||||
{
|
||||
"url": "/doc/",
|
||||
"label": "Doc",
|
||||
"position": "left"
|
||||
},
|
||||
{
|
||||
"url": "/api/",
|
||||
"label": "API",
|
||||
"position": "left"
|
||||
}
|
||||
]
|
||||
},
|
||||
"footer":{
|
||||
"top":[
|
||||
{
|
||||
"label": "",
|
||||
"items": [
|
||||
{
|
||||
"label": "",
|
||||
"url": "#",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"bottom": [
|
||||
{
|
||||
"label": "Generated by teedoc",
|
||||
"url": "https://github.com/teedoc/teedoc",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user