add source file

This commit is contained in:
Neucrack
2024-04-25 16:22:02 +08:00
parent ee323a029b
commit fdb6c6e927
1633 changed files with 386243 additions and 0 deletions

44
docs/config/config.json Normal file
View 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"
}
]
}
}

View 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"
}
]
}
}