Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
recoluan committed Dec 11, 2024
1 parent 2ee8df1 commit 5959495
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
22 changes: 21 additions & 1 deletion docs/docs/guide/gui-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ date: 2024-06-11
目前可视化搭建脚手架处于 alpha 阶段,功能比较简陋,仅用于尝鲜,欢迎大家前往 [GitHub](https://github.com/vuepress-reco/revili-kit-vuepress-reco/issues) 提出宝贵的建议。
:::

## 简介

主题的使用仍然有一定的门槛,为了方便新手快速入门,尤其是非前端开发者,reco 主题尝试基于 [revili](https://revili.recoluan.com/) 开发可视化搭建平台。

```bash
Expand All @@ -18,4 +20,22 @@ revili add revili-kit-vuepress-reco@next

# 启动可视化搭建平台
revili start
```
```

## 效果展示

### 项目列表

![list](https://github.com/user-attachments/assets/9c1f8e2b-ec23-4757-b6f6-5a09ce14d7c9)

### 选择文件夹

![folder](https://github.com/user-attachments/assets/39b7e16d-209f-45eb-8f35-ae16b57871b2)

### 设置参数

![config](https://github.com/user-attachments/assets/9e448137-e223-4d67-b1e8-0a8b3baf334c)

### 创建项目

![create](https://github.com/user-attachments/assets/bf38248e-1291-4dcb-956d-ff04a13bae35)
22 changes: 21 additions & 1 deletion docs/en/docs/guide/gui-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ date: 2024-06-11
At present, the visual scaffolding is in the alpha stage, and its function is relatively simple, and it is only used for tasting. Welcome to [GitHub](https://github.com/vuepress-reco/revili-kit-vuepress-reco/issues) puts forward some valuable suggestions.
:::

## Introduction

There is still a certain threshold for the use of themes. In order to facilitate beginners, especially non-front-end developers, reco theme try to build a visual platform based on [revili](https://revili.recoluan.com/).

```bash
Expand All @@ -18,4 +20,22 @@ revili add revili-kit-vuepress-reco@next

# launch a visual platform
revili start
```
```

## Display

### Project List

![list](https://github.com/user-attachments/assets/9c1f8e2b-ec23-4757-b6f6-5a09ce14d7c9)

### Choose Folder

![folder](https://github.com/user-attachments/assets/39b7e16d-209f-45eb-8f35-ae16b57871b2)

### Set Options

![config](https://github.com/user-attachments/assets/9e448137-e223-4d67-b1e8-0a8b3baf334c)

### Create Project

![create](https://github.com/user-attachments/assets/bf38248e-1291-4dcb-956d-ff04a13bae35)

0 comments on commit 5959495

Please sign in to comment.