From be413ff3e5bdfdfd4390db0dc5d44bd17baac069 Mon Sep 17 00:00:00 2001 From: Sergio del Amo Date: Wed, 7 Feb 2024 14:50:12 +0100 Subject: [PATCH] doc: link to static resources guide (#10459) --- src/main/docs/guide/httpServer/staticResources.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/docs/guide/httpServer/staticResources.adoc b/src/main/docs/guide/httpServer/staticResources.adoc index 5158bf20c0f..74a8ee9ca6c 100644 --- a/src/main/docs/guide/httpServer/staticResources.adoc +++ b/src/main/docs/guide/httpServer/staticResources.adoc @@ -3,3 +3,5 @@ Static resource resolution is enabled by default. The Micronaut framework suppor See the information below for available configuration options: include::{includedir}configurationProperties/io.micronaut.web.router.resource.StaticResourceConfiguration.adoc[] + +TIP: Read the https://guides.micronaut.io/latest/micronaut-static-resources.html[Serving static resources in a Micronaut Application] guide, a step-by-step tutorial, to learn how to expose static resources such as CSS or images in a Micronaut Framework application. \ No newline at end of file