From e039c5b001adbd806ecca72de9af96587240adb4 Mon Sep 17 00:00:00 2001 From: YuKun Liu <41265098+mrxiaozhuox@users.noreply.github.com> Date: Sun, 20 Feb 2022 11:08:53 +0800 Subject: [PATCH] docs: add `introduction` --- docs/cli/src/SUMMARY.md | 2 +- docs/cli/src/chapter_1.md | 1 - docs/cli/src/introduction.md | 21 +++++++++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) delete mode 100644 docs/cli/src/chapter_1.md create mode 100644 docs/cli/src/introduction.md diff --git a/docs/cli/src/SUMMARY.md b/docs/cli/src/SUMMARY.md index 7390c8289..e0ff9f902 100644 --- a/docs/cli/src/SUMMARY.md +++ b/docs/cli/src/SUMMARY.md @@ -1,3 +1,3 @@ # Summary -- [Chapter 1](./chapter_1.md) +- [Introduction](./introduction.md) diff --git a/docs/cli/src/chapter_1.md b/docs/cli/src/chapter_1.md deleted file mode 100644 index b743fda35..000000000 --- a/docs/cli/src/chapter_1.md +++ /dev/null @@ -1 +0,0 @@ -# Chapter 1 diff --git a/docs/cli/src/introduction.md b/docs/cli/src/introduction.md new file mode 100644 index 000000000..6c5f5a07c --- /dev/null +++ b/docs/cli/src/introduction.md @@ -0,0 +1,21 @@ +# Introduction + +📦✨ **Dioxus-Cli** is a tool to help get dioxus projects off the ground. + +![dioxus-logo](https://dioxuslabs.com/guide/images/dioxuslogo_full.png) + +It include `dev server`, `hot reload` and some `quick command` to help you use dioxus. + +## Features + +- [x] `html` to `rsx` conversion tool +- [x] hot reload for `web` platform +- [x] create dioxus project from `git` repo +- [x] build & pack dioxus project +- [ ] autoformat dioxus `rsx` code + +## Contributors + +Contributors to this guide: + +- [mrxiaozhuox](https://github.com/mrxiaozhuox) \ No newline at end of file