From 82b094eeac672ef1458de5d55e9130b1e7edac1d Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 16 Jan 2024 14:35:55 +0100 Subject: [PATCH] docs: mention that `searchContent` is an experimental feature --- docs/content/3.composables/7.search-content.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/3.composables/7.search-content.md b/docs/content/3.composables/7.search-content.md index 98132780e..5a1a84780 100644 --- a/docs/content/3.composables/7.search-content.md +++ b/docs/content/3.composables/7.search-content.md @@ -1,5 +1,9 @@ # searchContent() +::alert{type="warning"} +This is an experimental feature, opt-in with the [`experimental.search` option](/get-started/configuration#search). +:: + Used to search in your `content` directory. ```ts