From 54d9be778340381a55ce804618f2b1228be56ee8 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Mon, 23 Feb 2026 21:35:46 +0100 Subject: [PATCH] docs: link to expose service recipe from blocks page --- docs/blocks.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/blocks.md b/docs/blocks.md index 4a0e0e0..8863235 100644 --- a/docs/blocks.md +++ b/docs/blocks.md @@ -5,8 +5,11 @@ Blocks help you self-host apps or services. They implement a specific function l access through a subdomain. Each block is designed to be usable on its own and to fit nicely with others. -Not all blocks are documented yet. -You can find all available blocks [in the repository](@REPO@/modules/blocks). +All blocks are implemented under the blocks folder [in the repository](@REPO@/modules/blocks). + +All services in SHB document how to setup the various blocks provided here. +For custom services or those not provided by SHB, +the [Expose a service Recipe](recipes-exposeService.html) explains how to use the blocks here. ## Authentication {#blocks-category-authentication}