Skip to content

Commit d3f056c

Browse files
committed
docs(manual): 调整网校文档侧边栏顺序并添加链接
- 为多个网校相关文档添加或更新 sidebar_label - 调整文档在侧边栏中的排序位置 - 在网校索引页添加分类导航链接 - 修复侧边栏生成逻辑,将高级团队服务链接移至末尾
1 parent 5fd0095 commit d3f056c

8 files changed

Lines changed: 25 additions & 6 deletions

File tree

docs/manual/class/after-sales.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
sidebar_position: 3
2+
sidebar_position: 4
3+
sidebar_label: 网校售后政策
34
tags:
45
- 网校
56
---

docs/manual/class/course-enroll.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 3
3+
sidebar_label: 网校课程报名方法
34
tags:
45
- 网校
56
---

docs/manual/class/fapiao.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
sidebar_position: 2
3-
sidebar_label: 开票政策
2+
sidebar_position: 4
3+
sidebar_label: 洛谷开票政策
44
---
55
# 洛谷开票政策
66

docs/manual/class/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
sidebar_position: 2
3+
sidebar_label: 网校常见问题
4+
---
5+
16
# 洛谷网校常见问题集合
27

38
:::tip

docs/manual/class/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ sidebar_position: 1
77
本栏目为洛谷网校、洛谷支付网关以及其他洛谷付费产品使用的帮助文档。
88

99
如本部分文档无法解答您遇到的问题,可以前往 [洛谷客服中心](https://class.luogu.com.cn/service) 咨询。
10+
11+
## 报名与学习
12+
13+
- [洛谷网校课程报名方法](course-enroll.md):详细的课程报名流程指引。
14+
- [洛谷网校技术要求](system-requirement.md):参加网校课程所需的软硬件环境及网络要求。
15+
- [洛谷网校常见问题集合](faq.md):汇集了关于账号注册、上课流程、作业提交等常见问题的解答。
16+
17+
## 财务与售后
18+
19+
- [洛谷开票政策](fapiao.md):关于发票申请、类型及开具流程的说明。
20+
- [洛谷网校售后政策](after-sales.md):关于退款及其他售后服务的相关规定。

docs/manual/class/system-requirement.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
sidebar_position: 4
2+
sidebar_position: 3
3+
sidebar_label: 网校技术要求
34
tags:
45
- 网校
56
---

docs/manual/luogu/team/premium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 高级团队服务
1+
# 洛谷高级团队服务
22

33
**洛谷高级团队服务**是洛谷为各类学校和机构精心打造的算法竞赛训练管理的增值服务。在原有的免费使用的洛谷团队基础上放开了更多的配额限制,增加了许多针对进行集体训练的提升效率的功能。
44

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
const { item, defaultSidebarItemsGenerator } = context;
3838
const finalItems = await defaultSidebarItemsGenerator(context);
3939
if(item.dirName === 'manual/class') {
40-
finalItems.splice(1, 0, { type: 'ref', id: 'manual/luogu/team/premium' });
40+
finalItems.splice(finalItems.length, 0, { type: 'ref', id: 'manual/luogu/team/premium' });
4141
}
4242
return finalItems;
4343
},

0 commit comments

Comments
 (0)