Skip to content

Commit

Permalink
Add Ko-fi links on docs website (#602)
Browse files Browse the repository at this point in the history
* Bump NPM packages

* Add Ko-fi links on docs website
  • Loading branch information
klaasnicolaas authored Oct 1, 2024
1 parent 2c840b9 commit d29260a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/blog/2024-01-11-fresh-new-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Moving forward, firmware builds will be tested on a weekly basis. This ensures t

---

That's it! If you would like to support the project you can do so through [Github sponsors](https://github.com/sponsors/klaasnicolaas). If you have any questions, you can ask them via the [discussions](https://github.com/klaasnicolaas/home-assistant-glow/discussions) and if you encounter problems with the Home Assistant Glow, you can indicate this in the [issues](https://github.com/klaasnicolaas/home-assistant-glow/issues).
That's it! If you would like to support the project you can do so through [Github sponsors](https://github.com/sponsors/klaasnicolaas) or Ko-fi. If you have any questions, you can ask them via the [discussions](https://github.com/klaasnicolaas/home-assistant-glow/discussions) and if you encounter problems with the Home Assistant Glow, you can indicate this in the [issues](https://github.com/klaasnicolaas/home-assistant-glow/issues).

./Klaas

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/F1F1SW69D)
4 changes: 3 additions & 1 deletion docs/blog/2024-07-03-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ This separation ensures that the firmware files on the website are always the sa

This release contains some nice features / improvements that make the Home Assistant Glow more 🌟

If you would like to support the project, you can do so through [GitHub sponsors](https://github.com/sponsors/klaasnicolaas). If you have any questions, you can ask them via the [discussions](https://github.com/klaasnicolaas/home-assistant-glow/discussions), and if you encounter problems with the Home Assistant Glow, you can indicate this in the [issues](https://github.com/klaasnicolaas/home-assistant-glow/issues).
If you would like to support the project, you can do so through [GitHub sponsors](https://github.com/sponsors/klaasnicolaas) or Ko-fi. If you have any questions, you can ask them via the [discussions](https://github.com/klaasnicolaas/home-assistant-glow/discussions), and if you encounter problems with the Home Assistant Glow, you can indicate this in the [issues](https://github.com/klaasnicolaas/home-assistant-glow/issues).

./Klaas

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/F1F1SW69D)

## Related links

- [ESPHome 2024.6](https://esphome.io/changelog/2024.6.0.html)
Expand Down
4 changes: 3 additions & 1 deletion docs/blog/2024-09-06-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ web_server:
## Wrap up
If you would like to support the project, you can do so through [GitHub sponsors](https://github.com/sponsors/klaasnicolaas). If you have any questions, you can ask them via the [discussions](https://github.com/klaasnicolaas/home-assistant-glow/discussions), and if you encounter problems with the Home Assistant Glow, you can indicate this in the [issues](https://github.com/klaasnicolaas/home-assistant-glow/issues).
If you would like to support the project, you can do so through [GitHub sponsors](https://github.com/sponsors/klaasnicolaas) or Ko-fi. If you have any questions, you can ask them via the [discussions](https://github.com/klaasnicolaas/home-assistant-glow/discussions), and if you encounter problems with the Home Assistant Glow, you can indicate this in the [issues](https://github.com/klaasnicolaas/home-assistant-glow/issues).
./Klaas
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/F1F1SW69D)
## Related links
- [ESPHome 2024.8.x - Changelog][esphome-changelog]
Expand Down
16 changes: 16 additions & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ const config: Config = {
label: 'Getting Started',
to: '/docs/getting-started',
},
{
label: 'FAQ',
to: '/docs/faq',
}
],
},
{
Expand Down Expand Up @@ -136,6 +140,18 @@ const config: Config = {
},
],
},
{
title: 'Donations',
items: [
{
html: `
<a href="https://ko-fi.com/${organizationName}" target="_blank" rel="noreferrer noopener" aria-label="Ko-fi button">
<img src="https://storage.ko-fi.com/cdn/brandasset/kofi_bg_tag_white.png" style="height: 60px;" alt="Ko-fi button" />
</a>
`,
}
]
}
],
copyright: `Copyright © ${new Date().getFullYear()} Klaas Schoute. Built with Docusaurus.`,
},
Expand Down

0 comments on commit d29260a

Please sign in to comment.