egret-docs-master/Native/sidebars.js

54 lines
1.9 KiB
JavaScript
Raw Normal View History

2024-06-19 13:32:32 +08:00
module.exports = {
"someSidebar": {
"更新详情": [
"update/1.0.1/1.0.1.html",
{
"type": "category",
"label": "历史更新",
"items": [
"update/1.0.0/1.0.0.html", "update/0.1.23/0.1.23.html", "update/0.1.22/0.1.22.html", "update/0.1.21/0.1.21.html", "update/0.1.20/0.1.20.html",
"update/0.1.19/0.1.19.html", "update/0.1.18/0.1.18.html", "update/0.1.17/0.1.17.html", "update/0.1.16/0.1.16.html", "update/0.1.15/0.1.15.html",
"update/0.1.14/0.1.14.html", "update/0.1.13/0.1.13.html", "update/0.1.12/0.1.12.html", "update/0.1.11/0.1.11.html", "update/0.1.10/0.1.10.html",
"update/0.1.9/0.1.9.html", "update/0.1.8/0.1.8.html", "update/0.1.7/0.1.7.html", "update/0.1.6/0.1.6.html", "update/0.1.5/0.1.5.html",
"update/0.1.4/0.1.4.html", "update/0.1.3/0.1.3.html", "update/0.1.2/0.1.2.html", "update/0.1.1/0.1.1.html", "update/0.1.0/0.1.0.html"
]
}
],
"使用手册": [
"manual/projectsetting",
"manual/microclient",
"manual/externalinterface",
"manual/hotupdate",
"manual/httpcache",
"manual/runtimestate",
"manual/fontfamily",
"manual/nativefaq"
],
"打包发布":[
"publish/appstore"
],
"iOS/Android Support": [
'support/legacy-announcement',
{
"type": "category",
"label": "原生支持",
"items": [
"support/native/horizontalScreen/horizontalScreen.html",
"support/native/hotUpdate/hotUpdate.html",
"support/native/debugSkill/debugSkill.html",
"support/native/communicateSkill/communicateSkill.html",
"support/native/other/other.html"
]
},
{
"type": "category",
"label": "打包发布",
"items": [
"support/publish/publishAndroid/publishAndroid.html",
"support/publish/publishIOS/publishIOS.html"
]
}
]
}
}