加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tuidoc.config.json 789 Bytes
一键复制 编辑 原始数据 按行查看 历史
Heena Kwag 提交于 2019-08-23 10:26 . chore: modify tuidoc settings
{
"header": {
"logo": {
"src": "https://uicdn.toast.com/toastui/img/tui-component-bi-white.png"
},
"title": {
"text": "Animation",
"linkUrl": "https://github.com/nhn/tui.animation"
}
},
"footer": [
{
"title": "NHN",
"linkUrl": "https://github.com/nhn"
},
{
"title": "FE Development Lab",
"linkUrl": "https://github.com/nhn/fe.javascript"
}
],
"main": {
"filePath": "README.md"
},
"api": {
"filePath": "src/js/**",
"permalink": true
},
"examples": {
"filePath": "examples",
"titles": {
"example01-basic": "1. Basic",
"example02-2D-movement": "2. 2-Direction Movement",
"example03-using-promise": "3. Using Promise"
}
},
"pathPrefix": "tui.animation"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化