fix: update instructions to enabling the wiki

Update the wiki instructions to reflect the UI changes from forgejo/forgejo#2221

Resolves #520
This commit is contained in:
Gusted 2025-01-24 05:33:09 +00:00
parent 8a30b2def3
commit b6438bfbd9

View file

@ -13,7 +13,12 @@ The user in these examples is `knut`, the polar bear and its repository is `foob
## Activation and Permissions
To enable the wiki for a repository, visit the `Settings` page and activate `Enable Repository Wiki` in the `Advanced Section`. It will default to the built-in wiki which is described here, but you can add an URI to an external site the "Wiki" tab should link to.
To enable the wiki for a repository follow these steps:
1. Go to the repository and visit the **Settings** page.
2. In the sidebar click on **Units** and then **Wiki**.
3. Check **Enable Repository Wiki**.
4. Click on **Save settings**.
{% admonition "warning" %}