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

Skip to content

Commit fd8e225

Browse files
Update README.md
1 parent cca9d5e commit fd8e225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You don't need to fork it - unless you want to contribute changes.
5252

5353
_This repo is one of my most starred and most forked repos - thanks for supporting._
5454

55-
The [Docsify](https://docsify.js.org/#/) site has great quickstart for beginners, but with all the configs and plugin options available if feels more like a dictionary than a recipe for setting up a custom docs site which is not code heavy. So I created this tutorial to take beginners and advanced users through setting up Docsify in ordered steps - noting as well when steps are optional or what the choices are.
55+
The [Docsify](https://docsify.js.org/#/) site has a great guide for beginners. But with all the configs and plugin options available, the guide feels more like a dictionary than a recipe for setting up a custom docs site that is focused on content and not adding too much code or configuration. So I created this tutorial to take beginners and advanced users through setting up Docsify in ordered steps - noting as well when steps are optional or what choices there are.
5656

5757
This tutorial takes you from basic site setup and content to optional configuration of styling, menus and plugins. It aims to cover common use-cases in a logical sequence, rather than covering everything you could do. You can also jump to a later step if you want to use that as a reference.
5858

@@ -82,9 +82,9 @@ My aims for building a docs site were as follows and Docsify meets all of them:
8282
- Be easy to maintain.
8383
- Quick to get set up on existing projects.
8484
- It should be easy to repeat across many projects, without having to deal to have headaches with each. (Like a lot of boilerplate code, or installation issues, or drift as layouts/features are added to one and not the others.)
85-
- Have **no** HTML layout files to maintain.
85+
- Have **no** HTML template/layout files to maintain.
8686
- Reduce dependencies and keep installation simple.
87-
- Little or no build step needed.
87+
- Light or no build step needed.
8888

8989
The docs site tool used here is [DocsifyJS](https://docsify.js.org/) which is a frontend JS library written in VueJS. But if you have never used before or never coded in JS before, you'll be guided through. The only JS you need to write in your config values. You also need to edit some HTML values and possibly write a YAML file for your navbar, which again is more configuration than code.
9090

0 commit comments

Comments
 (0)