mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
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 <andre601@noreply.codeberg.org> Co-committed-by: Andre601 <andre601@noreply.codeberg.org>
This commit is contained in:
parent
5d457efc06
commit
a21dbdd678
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue