Skip to content

Commit ec176a0

Browse files
Update README.md
1 parent 54ae51a commit ec176a0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

β€ŽREADME.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/docsify-template.svg)](https://GitHub.com/MichaelCurrin/docsify-template/tags/)
66
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/MichaelCurrin/docsify-template/blob/master/LICENSE)
77

8-
- [Docs site](https://michaelcurrin.github.io/docsify-template/#/)
8+
Docs site:
9+
10+
- https://michaelcurrin.github.io/docsify-template/#/
911

1012
This project will guide you to convert your project's docs folder into a pretty docs website. This project's own docs site is built on _Docsify-JS_ so serves as a good example.
1113

12-
## Project aims
14+
15+
## 🎯 Project aims
1316

1417
The idea is to add as little code as possible, to make it easy to maintain and quick to get going. The tool used here is [Docsify-JS](https://docsify.js.org/) but no prior knowledge is needed, so this is ideal for newcomers.
1518

@@ -19,7 +22,8 @@ Unlike static site builders like Jekyll or Hugo, you do not need to install or r
1922

2023
_Docsify_ works as a single-page application on this one page - data from your markdown files is pulled in and displayed within the _Docsify_ UI shell. There are no template layout files to manage.
2124

22-
## Follow the tutorial
25+
26+
## πŸ‘©β€πŸ« Follow the tutorial
2327

2428
The tutorial is available in two forms:
2529

0 commit comments

Comments
Β (0)