From a21dbdd678e4e72e0e362b85cbc5170a377f3ece Mon Sep 17 00:00:00 2001 From: Andre601 Date: Thu, 20 Jul 2023 21:06:05 +0000 Subject: [PATCH] Add note about _redirects status (#329) As mentioned in https://codeberg.org/Codeberg/pages-server/issues/234 The `_redirects` file feature seems to not yet be implemented in the production version of Codeberg Pages. That combined with the fact that the docs give the impression that it is available can and will cause confusion for people. I've added a simple note at the top of the page, informing about the status of this feature not yet being available. Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/329 Co-authored-by: Andre601 Co-committed-by: Andre601 --- content/codeberg-pages/redirects.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/codeberg-pages/redirects.md b/content/codeberg-pages/redirects.md index d73a2de..e10a398 100644 --- a/content/codeberg-pages/redirects.md +++ b/content/codeberg-pages/redirects.md @@ -6,6 +6,9 @@ eleventyNavigation: order: 102 --- +> **Note:** +> This feature is not yet active on Codeberg Pages. + Redirects can be created with a `_redirects` file with the following format: ```