Commit 5c67eb48 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Updated nav steps to match standard

Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/454
parent 65c65c8a
...@@ -40,7 +40,7 @@ compliance report is shown properly. ...@@ -40,7 +40,7 @@ compliance report is shown properly.
![License Compliance Widget](img/license_compliance_v13_0.png) ![License Compliance Widget](img/license_compliance_v13_0.png)
You can click on a license to see more information. You can select a license to see more information.
When GitLab detects a **Denied** license, you can view it in the [license list](#license-list). When GitLab detects a **Denied** license, you can view it in the [license list](#license-list).
...@@ -710,15 +710,16 @@ instance's administrator can manually update it with a [Rake task](../../../rake ...@@ -710,15 +710,16 @@ instance's administrator can manually update it with a [Rake task](../../../rake
The License list allows you to see your project's licenses and key The License list allows you to see your project's licenses and key
details about them. details about them.
In order for the licenses to appear under the license list, the following For the licenses to appear under the license list, the following
requirements must be met: requirements must be met:
1. The License Compliance CI job must be [configured](#configuration) for your project. 1. The License Compliance CI job must be [configured](#configuration) for your project.
1. Your project must use at least one of the 1. Your project must use at least one of the
[supported languages and package managers](#supported-languages-and-package-managers). [supported languages and package managers](#supported-languages-and-package-managers).
Once everything is set, navigate to **Security & Compliance > License Compliance** When everything is configured, on the left sidebar, select **Security & Compliance > License Compliance**.
in your project's sidebar, and the licenses are displayed, where:
The licenses are displayed, where:
- **Name:** The name of the license. - **Name:** The name of the license.
- **Component:** The components which have this license. - **Component:** The components which have this license.
...@@ -758,8 +759,10 @@ license. ...@@ -758,8 +759,10 @@ license.
You can enable `License-Check` one of two ways: You can enable `License-Check` one of two ways:
1. Navigate to your project's **Settings > General** and expand **Merge request approvals**. 1. On the top bar, select **Menu > Projects** and find your project.
1. Click **Enable** or **Edit**. 1. On the left sidebar, select **Settings > General**.
1. Expand **Merge request approvals**.
1. Select **Enable** or **Edit**.
1. Add or change the **Rule name** to `License-Check` (case sensitive). 1. Add or change the **Rule name** to `License-Check` (case sensitive).
![License Check Approver Rule](img/license-check_v13_4.png) ![License Check Approver Rule](img/license-check_v13_4.png)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment