File tree Expand file tree Collapse file tree 6 files changed +12
-22
lines changed Expand file tree Collapse file tree 6 files changed +12
-22
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,4 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR
124
124
125
125
## Special Thanks
126
126
127
- _ Vercel_ has given us a Pro account.
128
-
129
- <a href =" https://vercel.com/?utm_source=docsifyjs&utm_campaign=oss " target =" _blank " ><img src =" docs/_media/vercel_logo.svg " width =" 100px " ></a >
127
+ <a href =" https://vercel.com/?utm_source=docsifyjs&utm_campaign=oss " target =" _blank " title =" Vercel has given us a Pro account " ><img src =" docs/_media/powered-by-vercel.svg " width =" 100px " ></a >
Original file line number Diff line number Diff line change @@ -30,9 +30,3 @@ Please consider donating if you think docsify is helpful to you or that my work
30
30
## Community
31
31
32
32
Users and the development team are usually in the [ Discord server] ( https://discord.gg/3NwKFyR ) .
33
-
34
- ## Special Thanks
35
-
36
- _ Vercel_ has given us a Pro account.
37
-
38
- <a href =" https://vercel.com/?utm_source=docsifyjs&utm_campaign=oss " target =" _blank " ><img src =" https://cdn.jsdelivr.net/gh/docsifyjs/docsify/docs/_media/vercel_logo.svg " width =" 100px " ></a >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 195
195
editHtml +
196
196
html +
197
197
'\n\n----\n\n' +
198
- '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
198
+ '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>\n\n' +
199
+ '<a href="https://vercel.com/?utm_source=docsifyjs&utm_campaign=oss" target="_blank"><img src="/_media/powered-by-vercel.svg" alt="Vercel" width="150"></a>'
199
200
) ;
200
- } ) ,
201
- hook . afterEach ( function ( html ) {
202
- if ( vm . route . path === '/' ) {
203
- return html ;
204
- }
205
- return (
206
- html +
207
- '<br/> <i>Vercel</i> has given us a Pro account <br/> <a href="https://vercel.com/?utm_source=docsifyjs&utm_campaign=oss" target="_blank"><img src="https://cdn.jsdelivr.net/gh/docsifyjs/docsify/docs/_media/vercel_logo.svg" alt="Vercel" width="100" height="64"></a>'
208
- ) ;
209
- } ) ;
201
+ } )
210
202
} ,
211
203
] ,
212
204
} ;
Original file line number Diff line number Diff line change 106
106
editHtml +
107
107
html +
108
108
'\n\n----\n\n' +
109
- '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
109
+ '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>\n\n' +
110
+ '<a href="https://vercel.com/?utm_source=docsifyjs&utm_campaign=oss" target="_blank"><img src="/_media/powered-by-vercel.svg" alt="Vercel" width="150"></a>'
110
111
) ;
111
112
} ) ;
112
113
} ,
You can’t perform that action at this time.
0 commit comments