Skip to content

Commit

Permalink
Remove download count and replace it with hit badge on upload pages
Browse files Browse the repository at this point in the history
as the binary download from the release page doesn't show all the download sources
  • Loading branch information
1technophile committed Sep 14, 2021
1 parent ed4949f commit b265eb5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Community forum](https://img.shields.io/badge/community-forum-brightgreen.svg)](https://community.openmqttgateway.com)
[![GitLicense](https://gitlicense.com/badge/1technophile/OpenMQTTGateway)](https://gitlicense.com/license/1technophile/OpenMQTTGateway)
[![Download count](https://img.shields.io/github/downloads/1technophile/OpenMQTTGateway/total.svg)](https://github.com/1technophile/OpenMQTTGateway/releases)

![Build](https://github.com/1technophile/OpenMQTTGateway/workflows/Build/badge.svg?branch=development)
![Check Code Format](https://github.com/1technophile/OpenMQTTGateway/workflows/Check%20Code%20Format/badge.svg?branch=development)
Expand Down
2 changes: 2 additions & 0 deletions docs/upload/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ The upload details appears.
With an ESP if you did not set your network and mqtt parameters manually you can now open the [web portal configuration](portal.md).

Note that to reset the wifi and mqtt settings you can check *yes, wipes all data*

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fdocs.openmqttgateway.com%2Fupload%2Fbinaries.html&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
2 changes: 2 additions & 0 deletions docs/upload/builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,5 @@ With an ESP if you did not set your network and mqtt parameters manualy you can
::: warning Note
simpleReceiving on Arduino boards doesn't accept 64 bits MQTT values, you can only send 32bits values from the MQTT broker.
:::

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fdocs.openmqttgateway.com%2Fupload%2Fbuilds.html&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
2 changes: 2 additions & 0 deletions docs/upload/web-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ You can upload the firmware to your ESP device directly from here.
4. Wait until the process is complete.

<web-uploader/>

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fdocs.openmqttgateway.com%2Fupload%2Fweb-install.html&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

0 comments on commit b265eb5

Please sign in to comment.