From 4b23370c6c81de43be8f2d61ed11a09b7fc0bab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 5 Jul 2022 15:18:25 +0200 Subject: [PATCH] docs: add edge channel for document-driven mode --- docs/content/3.guide/1.writing/7.document-driven.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/3.guide/1.writing/7.document-driven.md b/docs/content/3.guide/1.writing/7.document-driven.md index fb3f18510..47331f639 100644 --- a/docs/content/3.guide/1.writing/7.document-driven.md +++ b/docs/content/3.guide/1.writing/7.document-driven.md @@ -9,6 +9,10 @@ This mode creates a direct binding between the `content/` directory and pages. It also offers `page`, `navigation`, `surround` and `globals` variables. +::alert{type="info"} +This feature is currently available on the [edge channel](/guide/migration/edge-channel). +:: + ## Enable the mode ### Existing project