Skip to content

Commit 676f5f8

Browse files
authored
docs: Add Gold sponsors (#2485)
1 parent 33f1d9a commit 676f5f8

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

Diff for: README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<img alt="Sponsors on Open Collective" src="https://opencollective.com/docsify/sponsors/badge.svg?style=flat-square"></a>
1515
<a href="https://github.com/docsifyjs/docsify/actions/workflows/test.yml"><img src="https://github.com/docsifyjs/docsify/actions/workflows/test.yml/badge.svg" alt="Build & Test"></a>
1616
<a href="https://www.npmjs.com/package/docsify"><img alt="npm" src="https://img.shields.io/npm/v/docsify.svg?style=flat-square"></a>
17-
<a href="https://github.com/QingWei-Li/donate"><img alt="donate" src="https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat-square"></a>
1817
<a href="https://discord.gg/3NwKFyR"><img alt="Join Discord community and chat about Docsify" src="https://img.shields.io/discord/713647066802421792.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2&cacheSeconds=60"></a>
1918
<a href="https://gitpod.io/#https://github.com/docsifyjs/docsify"><img src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" alt="Gitpod Ready-to-Code"></a>
2019
</p>
@@ -23,7 +22,7 @@
2322

2423
<p align="center">
2524
<a href="https://opencollective.com/docsify/order/3254">
26-
<img src="https://opencollective.com/docsify/tiers/gold-sponsor.svg?avatarHeight=36">
25+
<img src="https://opencollective.com/docsify/tiers/gold-sponsor.svg?avatarHeight=48">
2726
</a>
2827
</p>
2928

@@ -36,7 +35,7 @@ Docsify turns one or more Markdown files into a Website, with no build process r
3635
- Smart full-text search plugin
3736
- Multiple themes
3837
- Useful plugin API
39-
- Support embedded files
38+
- Emoji support
4039

4140
## Quick Start
4241

@@ -63,13 +62,13 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md).
6362

6463
## Backers
6564

66-
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/docsify#backers)]
65+
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/docsify/contribute)]
6766

6867
<a href="https://opencollective.com/docsify#backers" target="_blank"><img src="https://opencollective.com/docsify/backers.svg?width=890"></a>
6968

7069
## Sponsors
7170

72-
Thank you for supporting this project:heart: [[Become a sponsor](https://opencollective.com/docsify)]
71+
Thank you for supporting this project! ❤️ [[Become a sponsor](https://opencollective.com/docsify/contribute)]
7372

7473
<img src="https://opencollective.com/docsify/sponsors.svg?width=890" />
7574

Diff for: docs/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Check out the [Showcase](https://github.com/docsifyjs/awesome-docsify#showcase)
2525

2626
Please consider donating if you think docsify is helpful to you or that my work is valuable. I am happy if you can help me [buy a cup of coffee](https://github.com/QingWei-Li/donate). :heart:
2727

28+
### Gold sponsors
29+
30+
[![](_images/Route4Me.png ':size=200')](https://route4me.com/ 'Best Route Planning and Route Optimization Software')
31+
2832
## Community
2933

3034
Users and the development team are usually in the [Discord server](https://discord.gg/3NwKFyR).

Diff for: docs/_images/Route4Me.png

20.2 KB
Loading

Diff for: docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
// repo: 'docsifyjs/docsify',
123123
// routerMode: 'history',
124124
subMaxLevel: 2,
125-
ga: 'UA-106147152-1',
125+
gtag: 'G-H77Y58DS3L',
126126
matomo: {
127127
host: '//matomo.thunderwave.de',
128128
id: 6,
@@ -249,7 +249,7 @@
249249
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/docsify.min.js"></script>
250250
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/plugins/search.min.js"></script>
251251
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/plugins/front-matter.min.js"></script>
252-
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/plugins/ga.min.js"></script>
252+
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/plugins/gtag.min.js"></script>
253253
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/plugins/matomo.min.js"></script>
254254
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
255255
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-markdown.min.js"></script>

0 commit comments

Comments
 (0)