|
9 | 9 |
|
10 | 10 | [](https://docsify.js.org/) |
11 | 11 |
|
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. |
13 | 17 |
|
14 | 18 | This project's site itself is also running on _DocsifyJS_. :tada: |
15 | 19 |
|
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. |
17 | 21 |
|
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_. |
19 | 25 |
|
20 | 26 |
|
21 | 27 | ## Purpose of this tutorial |
|
0 commit comments