add showcase
This commit is contained in:
parent
6540e7370d
commit
4d7772035f
2 changed files with 7 additions and 1 deletions
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue