Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e450c91

Browse files
Update README.md
1 parent 7ba7271 commit e450c91

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

β€Ždocs/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,19 @@
99

1010
[![Made with Docsify latest](https://img.shields.io/npm/v/docsify?label=docsify&color=3271a8)](https://docsify.js.org/)
1111

12-
Convert your **docs** folder into a pretty and modern docs website. Using a JavaScript library called [DocsifyJS](https://docsify.js.org/) and some minimal set up. Unlike other JavaScript-based frameworks, DocsifyJS needs just a few lines of JavaScript as configuration and the rest of your content is mostly Markdown and YAML. It is built on Vue, but you don't need to know anything about Vue to get the benefits.
12+
Convert your **docs** folder into a pretty and modern docs website. Using a JavaScript library called DocsifyJS and some minimal set up.
13+
14+
?> [DocsifyJS](https://docsify.js.org/) homepage
15+
16+
Unlike other JavaScript-based frameworks, DocsifyJS needs just a few lines of JavaScript as configuration and the rest of your content is mostly Markdown and YAML. It is built on Vue, but you don't need to know anything about Vue to get the benefits.
1317

1418
This project's site itself is also running on _DocsifyJS_. :tada:
1519

16-
?> _DocsifyJS_ is sometimes just called _Docsify_ in this guide. Also known as _Docsify.js_.
20+
Start below with the basics, or skip to the later sections with the sidebar to get to menu customization, plugins and styling.
1721

18-
Start with the basics or get to the menu customization and styling in later sections. Code snippets and recommendations are provided, so you don't have to spend a lot of time on all the possible options and features covered in the docs that you don't need to know.
22+
Code snippets and recommendations are provided here as kind of cheatsheet or cookbook, so you don't have to spend a lot of time pouring over all the possible options and features covered in the docs that you probably don't need to know.
23+
24+
?> _DocsifyJS_ is sometimes just called _Docsify_ in this guide. Also known as _Docsify.js_.
1925

2026

2127
## Purpose of this tutorial

0 commit comments

Comments
Β (0)