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

Skip to content

Commit 42525bb

Browse files
docs: update badge colors
1 parent b1108cc commit 42525bb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# DocsifyJS Tutorial
22
> How to build a markdown-based docs site using _DocsifyJS_ and _GH Pages_ 👩‍🏫 🏗 📒 🕸
33
4-
[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/docsify-js-tutorial)](https://GitHub.com/MichaelCurrin/docsify-js-tutorial/tags/)
5-
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)
4+
[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/docsify-js-tutorial?color=3271a8)](https://GitHub.com/MichaelCurrin/docsify-js-tutorial/tags/)
5+
[![License](https://img.shields.io/badge/License-MIT-3271a8)](#license)
66

7-
[![Made with Docsify latest](https://img.shields.io/npm/v/docsify?label=docsify)](https://docsify.js.org/)
8-
[![Hosted with GH Pages](https://img.shields.io/badge/Hosted_with-GitHub_Pages-blue?logo=github&logoColor=white)](https://pages.github.com/)
7+
[![Made with Docsify latest](https://img.shields.io/npm/v/docsify?label=docsify&color=3271a8)](https://docsify.js.org/)
8+
[![Hosted with GH Pages](https://img.shields.io/badge/Hosted_with-GitHub_Pages-3271a8?logo=github&logoColor=white)](https://pages.github.com/)
99

1010

1111
## Preview
@@ -30,7 +30,7 @@ Follow the online tutorial. Start with the basics or get to the menu customizati
3030

3131
<div align="center">
3232

33-
[![DocsifyJS Tutorial](https://img.shields.io/badge/View-DocsifyJS_Tutorial_site-2ea44f?style=for-the-badge)](https://michaelcurrin.github.io/docsify-js-tutorial/#/)
33+
[![DocsifyJS Tutorial](https://img.shields.io/badge/View-DocsifyJS_Tutorial_site-2ea44f?style=for-the-badge)](https://michaelcurrin.github.io/docsify-js-tutorial/)
3434

3535
</div>
3636

@@ -40,7 +40,7 @@ Want to make a Docsify site? I have a template project you can use. It has enoug
4040

4141
<div align="center">
4242

43-
[![DocsifyJS Template](https://img.shields.io/badge/Generate-DocsifyJS_Template-blue?style=for-the-badge)](https://michaelcurrin.github.io/docsify-js-template/#/)
43+
[![DocsifyJS Template](https://img.shields.io/badge/Generate-DocsifyJS_Template-3271a8?style=for-the-badge)](https://michaelcurrin.github.io/docsify-js-template/)
4444

4545
</div>
4646

@@ -59,7 +59,7 @@ It also assumes you already have a docs directory in a project and you want to t
5959

6060
This project's own site is built on _DocsifyJS_ so serves as a good example. It serves from the `docs` directory. There is no main application to separate from `docs` directory, so serving from that directory is just convenient.
6161

62-
See also the [Nested Example](/nested-example/README.md) section on the repo for understanding links in markdown and the sidebar.
62+
See also the [Nested Example](/nested-example/README.md) section on the repo for understanding links in Markdown and the sidebar.
6363

6464

6565
## Use a template 🖨️

0 commit comments

Comments
 (0)