Skip to content

Commit

Permalink
feat: add doc card lists for index pages
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jan 9, 2024
1 parent 993fdd8 commit 8551d43
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/reference/plugin/index.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/reference/xlang-api/index.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/user_docs/concepts/concepts.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Concepts

Learn more about KCL concepts.

import DocCardList from '@theme/DocCardList';

<DocCardList />
4 changes: 4 additions & 0 deletions docs/user_docs/getting-started/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Get Started

Get started include a quick overview of the KCL programming language.

import DocCardList from '@theme/DocCardList';

<DocCardList />
4 changes: 4 additions & 0 deletions docs/user_docs/guides/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# User Guide

import DocCardList from '@theme/DocCardList';

<DocCardList />
4 changes: 4 additions & 0 deletions docs/user_docs/support/support.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# FAQ

KCL frequently asked questions.

import DocCardList from '@theme/DocCardList';

<DocCardList />

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 核心概念

学习更多关于 KCL 核心概念。

import DocCardList from '@theme/DocCardList';

<DocCardList />
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# 快速开始

import DocCardList from '@theme/DocCardList';

<DocCardList />
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# 用户手册

import DocCardList from '@theme/DocCardList';

<DocCardList />
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 常见问答

KCL 安装、使用过程中遇到的常见问题,包括基本概念解释、KCL 语法、KCL 语言设计、命令行工具和 YAML 等常见问题。

import DocCardList from '@theme/DocCardList';

<DocCardList />

0 comments on commit 8551d43

Please sign in to comment.