add showcase

This commit is contained in:
qingwei.li 2016-11-28 14:03:54 +08:00
commit 4d7772035f
2 changed files with 7 additions and 1 deletions

View file

@ -30,6 +30,12 @@ Create `404.html` and `README.md` into `/docs`.
</html>
```
## Showcase
These open-source projects are using docsify to generate their sites.
- [docsify](https://docsify.js.org) - A magical documentation site generator.
## How to contribute
- Fork it and clone!

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Docsify</title>
<title>docsify - A magical documentation site generator.</title>
<meta name="description" content="A magical documentation generator.">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">