Skip to content

Commit

Permalink
🧑‍💻🐳 chore: 提供ios发布文档
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiang committed Feb 13, 2023
1 parent 208a0c3 commit 97a4440
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/.vitepress/i18n/pages/android.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@
"children": [
{
"text": "部署上线",
"link": "/deployOnline"
"link": "/deployOnline",
"promotion": "1.0.0"
},
{
"text": "编码规范",
"link": "/codingStyle"
"link": "/codingStyle",
"promotion": "1.0.0"
}
]
}
Expand Down
18 changes: 18 additions & 0 deletions docs/.vitepress/i18n/pages/ios.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,24 @@
"link": "/quickStart"
}
]
},
"component": {
"text": "功能"
},
"other": {
"text": "其他",
"children": [
{
"text": "部署上线",
"link": "/deployOnline",
"promotion": "1.0.0"
},
{
"text": "编码规范",
"link": "/codingStyle",
"promotion": "1.0.0"
}
]
}
}
}
6 changes: 6 additions & 0 deletions docs/ios/codingStyle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: 编码规范
lang: zh-CN
---

## 编码规范
8 changes: 8 additions & 0 deletions docs/ios/deployOnline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 部署上线
lang: zh-CN
---

## 1.生成签名


1 comment on commit 97a4440

@vercel
Copy link

@vercel vercel bot commented on 97a4440 Feb 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.