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

Skip to content

Commit b093676

Browse files
Update README.md
1 parent 552dfaa commit b093676

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

β€Ždocs/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
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 and some minimal set up.
1312

14-
?> See [docsify.js.org](https://docsify.js.org/) homepage or te [docsify](https://www.npmjs.com/package/docsify) package on NPM.
13+
Convert your **docs** folder into a pretty and modern docs website, built around your Markdown content and a theme. Here we'll use a JavaScript library called DocsifyJS and do some minimal set up that is accessible for those without JavaScript experience.
14+
15+
?> See [docsify.js.org](https://docsify.js.org/) homepage or the [docsify](https://www.npmjs.com/package/docsify) package on NPM.
1516

1617
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.
1718

@@ -29,8 +30,8 @@ Code snippets and recommendations are provided here as kind of cheatsheet or coo
2930
This project is for you if you answer _yes_ to any of the following:
3031

3132
- Are you new to making a docs site?
32-
- Tired of writing HTML/CSS/JS and just want to write docs using plain markdown?
33-
- Never heard of DocsifyJS?
33+
- Tired of writing HTML/CSS/JS and just want to write docs using plain Markdown?
34+
- What is DocsifyJS?
3435
- Want to add features and style to your DocsifyJS site?
3536
- Looking for a template which is based on real world use?
3637
- Can I make a build a docs site without having a build step?

0 commit comments

Comments
Β (0)