Skip to content

Commit aa1d1e6

Browse files
committed
Merge branch 'develop' into fix-790
# Conflicts: # docs/index.html
2 parents f385e21 + 537597c commit aa1d1e6

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,9 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR
123123
## License
124124

125125
[MIT](LICENSE)
126+
127+
## Special Thanks
128+
129+
_Vercel_ has given us a Pro account.
130+
131+
<a href="https://vercel.com/?utm_source=docsifyjsdocs" target="_blank"><img src="docs/_media/vercel_logo.svg" width="100px"></a>

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ Please consider donating if you think docsify is helpful to you or that my work
3030
## Community
3131

3232
Users and the development team are usually in the [Gitter chat room](https://gitter.im/docsifyjs/Lobby).
33+
34+
## Special Thanks
35+
36+
_Vercel_ has given us a Pro account.
37+
38+
<a href="https://vercel.com/?utm_source=docsifyjsdocs" target="_blank"><img src="_media/vercel_logo.svg" width="100px"></a>

docs/_media/vercel_logo.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@
8484
+ html
8585
+ '\n\n----\n\n'
8686
+ '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
87+
}),
88+
hook.afterEach(function (html){
89+
if(vm.route.path === '/'){
90+
return html
91+
}
92+
return `${html}<br/> <i>Vercel</i> has given us a Pro account <br/> <a href="https://vercel.com/?utm_source=docsifyjsdocs" target="_blank"><img src="_media/vercel_logo.svg" alt="Vercel" width="100" height="64"></a>`
8793
})
8894
}
8995
]

0 commit comments

Comments
 (0)