Skip to content

Commit 4d77720

Browse files
committed
add showcase
1 parent 6540e73 commit 4d77720

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Create `404.html` and `README.md` into `/docs`.
3030
</html>
3131
```
3232

33+
## Showcase
34+
These open-source projects are using docsify to generate their sites.
35+
36+
- [docsify](https://docsify.js.org) - A magical documentation site generator.
37+
38+
3339
## How to contribute
3440

3541
- Fork it and clone!

docs/404.html

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

0 commit comments

Comments
 (0)