From b6438bfbd98cb77eb2f17d67d62dd290710fe6b2 Mon Sep 17 00:00:00 2001 From: Gusted Date: Fri, 24 Jan 2025 05:33:09 +0000 Subject: [PATCH] fix: update instructions to enabling the wiki Update the wiki instructions to reflect the UI changes from forgejo/forgejo#2221 Resolves #520 --- content/getting-started/wiki.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/getting-started/wiki.md b/content/getting-started/wiki.md index 3b5d2e1..556e71e 100644 --- a/content/getting-started/wiki.md +++ b/content/getting-started/wiki.md @@ -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" %}