From bd582eaad3cde60f5bb19b20f4da112f0b54f461 Mon Sep 17 00:00:00 2001 From: Raj Nandan Sharma Date: Sun, 15 Mar 2026 13:57:19 +0530 Subject: [PATCH] document: include "Deploy to Render" button in README and relevant documentation --- README.md | 13 ++++++++----- .../docs/content/v4/getting-started/introduction.md | 1 + .../(docs)/docs/content/v4/setup/deployment.md | 1 + 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a80db441..682199c8 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,14 @@ | [🌍 Live Server](https://kener.ing) | [πŸŽ‰ Quick Start](https://kener.ing/docs/v4/getting-started/quick-start) | [πŸ—„ Documentation](https://kener.ing/docs/v4/getting-started/introduction) | | ----------------------------------- | ----------------------------------------------------------------------- | -------------------------------------------------------------------------- | +

+ +[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/spSvic?referralCode=1Pn7vs&utm_medium=integration&utm_source=template&utm_campaign=generic) +[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/1YRTMI?referralCode=rajnandan1) +[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https%3A%2F%2Fgithub.com%2Frajnandan1%2Fkener) + +

+ ## What is Kener? **Kener** is a sleek and lightweight status page system built with **SvelteKit** and **NodeJS**. It’s not here to replace heavyweights like Datadog or Atlassian but rather to offer a simple, modern, and hassle-free way to set up a great-looking status page with minimal effort. @@ -171,11 +179,6 @@ For the full quick start (including local Docker builds and dev mode), see the d - https://kener.ing/docs/v4/getting-started/quick-start -## One Click Deployment - -[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/spSvic?referralCode=1Pn7vs&utm_medium=integration&utm_source=template&utm_campaign=generic) -[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/1YRTMI?referralCode=rajnandan1) - ## Features Kener combines public status page essentials with advanced admin workflows. diff --git a/src/routes/(docs)/docs/content/v4/getting-started/introduction.md b/src/routes/(docs)/docs/content/v4/getting-started/introduction.md index ff571d8b..44d4f106 100644 --- a/src/routes/(docs)/docs/content/v4/getting-started/introduction.md +++ b/src/routes/(docs)/docs/content/v4/getting-started/introduction.md @@ -26,6 +26,7 @@ Kener is built and maintained by [Rajnandan1](https://www.rajnandan.com). It is [![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/spSvic?referralCode=1Pn7vs&utm_medium=integration&utm_source=template&utm_campaign=generic) [![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/1YRTMI?referralCode=rajnandan1) +[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https%3A%2F%2Fgithub.com%2Frajnandan1%2Fkener) Ready to get started? Head over to the [Quick Start](/docs/v4/getting-started/quick-start) guide. diff --git a/src/routes/(docs)/docs/content/v4/setup/deployment.md b/src/routes/(docs)/docs/content/v4/setup/deployment.md index 780caef6..a93dcc16 100644 --- a/src/routes/(docs)/docs/content/v4/setup/deployment.md +++ b/src/routes/(docs)/docs/content/v4/setup/deployment.md @@ -5,6 +5,7 @@ description: Deploy Kener with Docker or Node.js and verify service health with [![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/spSvic?referralCode=1Pn7vs&utm_medium=integration&utm_source=template&utm_campaign=generic) [![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/1YRTMI?referralCode=rajnandan1) +[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https%3A%2F%2Fgithub.com%2Frajnandan1%2Fkener) Use this guide when moving from local testing to production. It includes `.env` examples for PostgreSQL, MySQL, subpath deployments, and both SMTP/Resend email providers.