Skip to content

Commit eaa61d2

Browse files
committed
Add announcement category and card
1 parent f9eba20 commit eaa61d2

5 files changed

Lines changed: 22 additions & 6 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"label": "公告",
3+
"collapsed": false,
4+
"position": 0
5+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 数据导出与迁移指引
33
sidebar_label: 数据导出与迁移
4-
sidebar_position: 4
4+
sidebar_position: 1
55
---
66

77
LeanCloud 服务将在 x 年 x 月 x 日停服下线。为了帮助您顺利完成数据迁移,我们准备了这份数据的导出与迁移指南。
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 退款指引
33
sidebar_label: 退款指引
4-
sidebar_position: 5
4+
sidebar_position: 2
55
---
66

77
import { Conditional } from "/src/docComponents/conditional";
@@ -34,9 +34,11 @@ import { Conditional } from "/src/docComponents/conditional";
3434
* 对于仅有支付宝充值,如果是通过公司账户充值,则提供公司同名的银行账户进行退款;如果是通过个人账户充值的,则提供个人同名的银行账户进行退款。
3535
* 如果是通过 Stripe 充值的,请提供最近一次充值的 Stripe paymentId 以及账户 email 进行退款。
3636

37-
<Conditional region="global">
37+
<Conditional region="cn">
38+
3839
如果是以个人名义充值的余额,需要退款到公司账户的,需提供书面退款说明([模版下载](https://lc-OMMmeGjC.cn-n1.lcfile.com/QVATwzQpsYU3nIAUpSCco0eNEqfFCQqf/%E9%80%80%E6%AC%BE%E8%AF%B4%E6%98%8E.pdf))。
3940
接收退款的公司需为该账户的实名认证的公司。
41+
4042
</Conditional>
4143

4244
### 发票相关要求
@@ -47,11 +49,11 @@ import { Conditional } from "/src/docComponents/conditional";
4749

4850
<Conditional region="global">
4951

50-
*** 跨境充值退款***
52+
**跨境充值退款**
5153

5254
如贵司为境内客户,且此前通过境内账户向我司境外主体支付服务费用,则相关退款将由我司境外主体原路汇回至贵司境内账户。
5355

5456
根据国家外汇管理相关规定,贵司在收到该笔跨境退款后,须及时通过银行完成涉外收入申报手续。具体申报流程及所需材料,
5557
请贵司联系开户银行客户经理进行咨询并按要求办理。
5658

57-
</Conditional>
59+
</Conditional>

docs/sdk/start/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"label": "入门指南",
33
"collapsed": true,
4-
"position": 0
4+
"position": 1
55
}

src/pages/_config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@ export const getEntries = (brand: string, region: string): Entry[] => {
8383
];
8484

8585
const ENTRIES_LEANCLOUD: Entry[] = [
86+
{
87+
title: "公告",
88+
links: [
89+
{
90+
label: "查看更多",
91+
to: "/sdk/announcements/sunset-export",
92+
},
93+
],
94+
},
8695
{
8796
title: "控制台和账户",
8897
description: "LeanCloud 控制台使用指南",

0 commit comments

Comments
 (0)