From 0f9ec8bbddd99df8c37c79dc7f699d8a9e191ee7 Mon Sep 17 00:00:00 2001 From: Chad Lavimoniere <clavimoniere@gitlab.com> Date: Tue, 22 Oct 2024 12:08:16 +0000 Subject: [PATCH] Clarify instructions for adding a license in the Admin Adding an H2/an entry in the TOC makes it easier for users to find this most common option. --- doc/administration/license_file.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/administration/license_file.md b/doc/administration/license_file.md index 3e55ea00e4a01..2418bf543e7a7 100644 --- a/doc/administration/license_file.md +++ b/doc/administration/license_file.md @@ -13,7 +13,9 @@ a base64-encoded ASCII text file with a `.gitlab-license` extension. The first time you sign in to your GitLab instance, a note with a link to the **Add license** page should be displayed. -Otherwise, to add your license: +Otherwise, add your license in the Admin area. + +## Add license in the Admin area 1. Sign in to GitLab as an administrator. 1. On the left sidebar, at the bottom, select **Admin**. -- GitLab