Skip to content

Commit 5aedfc4

Browse files
committed
fix: add missing index.md for forms and application-market directories
- Create index.md for forms directory - Create index.md for application-market directory - Fix 404 errors when accessing these sections
1 parent fbbad06 commit 5aedfc4

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
title: 应用市场
4+
parent: 应用工程
5+
nav_order: 8
6+
has_children: true
7+
---
8+
9+
# 应用市场
10+
11+
本章节介绍应用市场的功能和使用方法。
12+
13+
## 目录
14+
15+
- [应用市场](overview) - 应用市场概述

docs/zh_CN/forms/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
title: 表单
4+
parent: 应用工程
5+
nav_order: 7
6+
has_children: true
7+
---
8+
9+
# 表单
10+
11+
本章节介绍智能表单的创建和管理。
12+
13+
## 目录
14+
15+
- [智能表单](intelligent-form) - 创建和管理智能表单

0 commit comments

Comments
 (0)