diff --git a/docs/blog/2024-01-11-fresh-new-start.md b/docs/blog/2024-01-11-fresh-new-start.md index 818f7119..1c05b9f9 100644 --- a/docs/blog/2024-01-11-fresh-new-start.md +++ b/docs/blog/2024-01-11-fresh-new-start.md @@ -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) diff --git a/docs/blog/2024-07-03-release.md b/docs/blog/2024-07-03-release.md index 2ac9f432..816615bb 100644 --- a/docs/blog/2024-07-03-release.md +++ b/docs/blog/2024-07-03-release.md @@ -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) diff --git a/docs/blog/2024-09-06-release.md b/docs/blog/2024-09-06-release.md index e9c61f61..b97dce93 100644 --- a/docs/blog/2024-09-06-release.md +++ b/docs/blog/2024-09-06-release.md @@ -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] diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 7118453c..ca8d126c 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -108,6 +108,10 @@ const config: Config = { label: 'Getting Started', to: '/docs/getting-started', }, + { + label: 'FAQ', + to: '/docs/faq', + } ], }, { @@ -136,6 +140,18 @@ const config: Config = { }, ], }, + { + title: 'Donations', + items: [ + { + html: ` + + Ko-fi button + + `, + } + ] + } ], copyright: `Copyright © ${new Date().getFullYear()} Klaas Schoute. Built with Docusaurus.`, },