Skip to content

Commit a1eb306

Browse files
authored
docs: Further improvements to Docsify ReadMe. (#2139)
1 parent b9eef99 commit a1eb306

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

README.md

+14-18
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,7 @@
2727
</a>
2828
</p>
2929

30-
## Links
31-
32-
- [`develop` branch preview](https://docsify-preview.vercel.app/)
33-
- [Documentation](https://docsify.js.org)
34-
- [CLI](https://github.com/docsifyjs/docsify-cli)
35-
- CDN:
36-
- [UNPKG](https://unpkg.com/docsify/)
37-
- [jsDelivr](https://cdn.jsdelivr.net/npm/docsify/)
38-
- [cdnjs](https://cdnjs.com/libraries/docsify)
39-
- [Awesome docsify](https://github.com/docsifyjs/awesome-docsify)
40-
- [Community chat](https://discord.gg/3NwKFyR)
30+
Docsify turns one or more Markdown files into a Website, with no build process required.
4131

4232
## Features
4333

@@ -48,26 +38,32 @@
4838
- Useful plugin API
4939
- Support embedded files
5040

51-
## Quick start
41+
## Quick Start
5242

53-
Look at [this tutorial](https://docsify.js.org/#/quickstart)
43+
Get going fast by using a static web server or GitHub Pages with this ready-to-use [Docsify Template](https://github.com/docsifyjs/docsify-template), review the [quick start tutorial](https://docsify.js.org/#/quickstart) or jump right into a CodeSandbox example site with the button below.
5444

5545
[![Edit 307qqv236](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/307qqv236)
5646

5747
## Showcase
5848

59-
These projects are using docsify to generate their sites. Pull requests welcome :blush:
49+
A large collection of showcase projects are included in [awesome-docsify](https://github.com/docsifyjs/awesome-docsify#showcase).
6050

61-
Move to [awesome-docsify](https://github.com/docsifyjs/awesome-docsify#showcase)
51+
## Links
52+
53+
- [Documentation](https://docsify.js.org)
54+
- [Docsify CLI (Command Line Interface)](https://github.com/docsifyjs/docsify-cli)
55+
- CDN: [UNPKG](https://unpkg.com/docsify/) | [jsDelivr](https://cdn.jsdelivr.net/npm/docsify/) | [cdnjs](https://cdnjs.com/libraries/docsify)
56+
- [`develop` branch preview](https://docsify-preview.vercel.app/)
57+
- [Awesome docsify](https://github.com/docsifyjs/awesome-docsify)
58+
- [Community chat](https://discord.gg/3NwKFyR)
6259

63-
## Similar projects
60+
## Similar Projects
6461

6562
| Project | Description |
6663
| ------------------------------------------------ | ---------------------------------------- |
6764
| [Docusaurus](https://docusaurus.io) | Docusaurus makes it easy to maintain Open Source documentation websites |
68-
| [GitBook](https://www.gitbook.com) | Where technical teams document |
6965
| [MkDocs](https://www.mkdocs.org) | Project documentation with Markdown |
70-
| [VuePress](https://vuepress.vuejs.org) | Vue-powered Static Site Generator |
66+
| [VitePress](https://vitepress.dev/) | Vite & Vue Powered Static Site Generator |
7167

7268
## Contributing
7369

0 commit comments

Comments
 (0)