Commit 1cac49da authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'eread/remove-inline-settings-icon-docs' into 'master'

Remove inline settings icon from docs

See merge request gitlab-org/gitlab!38117
parents 5755bdd5 a7c633e2
...@@ -238,7 +238,7 @@ You can login to the **secondary** node with the same credentials as used for th ...@@ -238,7 +238,7 @@ You can login to the **secondary** node with the same credentials as used for th
Using Hashed Storage significantly improves Geo replication. Project and group Using Hashed Storage significantly improves Geo replication. Project and group
renames no longer require synchronization between nodes. renames no longer require synchronization between nodes.
1. Visit the **primary** node's **Admin Area >** **{settings}** **Settings > Repository** 1. Visit the **primary** node's **Admin Area > Settings > Repository**
(`/admin/application_settings/repository`) in your browser. (`/admin/application_settings/repository`) in your browser.
1. In the **Repository storage** section, check **Use hashed storage paths for newly created and renamed projects**. 1. In the **Repository storage** section, check **Use hashed storage paths for newly created and renamed projects**.
...@@ -255,7 +255,7 @@ on the **secondary** node. ...@@ -255,7 +255,7 @@ on the **secondary** node.
### Step 6. Enable Git access over HTTP/HTTPS ### Step 6. Enable Git access over HTTP/HTTPS
Geo synchronizes repositories over HTTP/HTTPS, and therefore requires this clone Geo synchronizes repositories over HTTP/HTTPS, and therefore requires this clone
method to be enabled. Navigate to **Admin Area >** **{settings}** **Settings** method to be enabled. Navigate to **Admin Area > Settings**
(`/admin/application_settings/general`) on the **primary** node, and set (`/admin/application_settings/general`) on the **primary** node, and set
`Enabled Git access protocols` to `Both SSH and HTTP(S)` or `Only HTTP(S)`. `Enabled Git access protocols` to `Both SSH and HTTP(S)` or `Only HTTP(S)`.
......
...@@ -73,7 +73,7 @@ The GitLab Performance Bar is disabled by default. To enable it for a given grou ...@@ -73,7 +73,7 @@ The GitLab Performance Bar is disabled by default. To enable it for a given grou
1. Sign in as a user with Administrator [permissions](../../../user/permissions.md). 1. Sign in as a user with Administrator [permissions](../../../user/permissions.md).
1. In the menu bar, click **Admin Area**. 1. In the menu bar, click **Admin Area**.
1. Navigate to **{settings}** **Settings > Metrics and profiling** 1. Navigate to **Settings > Metrics and profiling**
(`admin/application_settings/metrics_and_profiling`), and expand the section (`admin/application_settings/metrics_and_profiling`), and expand the section
**Profiling - Performance bar**. **Profiling - Performance bar**.
1. Click **Enable access to the Performance Bar**. 1. Click **Enable access to the Performance Bar**.
......
...@@ -46,6 +46,6 @@ Note the following: ...@@ -46,6 +46,6 @@ Note the following:
compatible as described in the [Version history](../../user/project/settings/import_export.md#version-history). compatible as described in the [Version history](../../user/project/settings/import_export.md#version-history).
- The project import option must be enabled in - The project import option must be enabled in
application settings (`/admin/application_settings/general`) under **Import sources**, which is available application settings (`/admin/application_settings/general`) under **Import sources**, which is available
under **Admin Area >** **{settings}** **Settings > Visibility and access controls**. under **Admin Area > Settings > Visibility and access controls**.
- The exports are stored in a temporary [shared directory](../../development/shared_files.md) - The exports are stored in a temporary [shared directory](../../development/shared_files.md)
and are deleted every 24 hours by a specific worker. and are deleted every 24 hours by a specific worker.
...@@ -208,7 +208,7 @@ If you want all pending non-HEAD pipelines on branches to auto-cancel each time ...@@ -208,7 +208,7 @@ If you want all pending non-HEAD pipelines on branches to auto-cancel each time
a new pipeline is created, such as after a Git push or manually from the UI, a new pipeline is created, such as after a Git push or manually from the UI,
you can enable this in the project settings: you can enable this in the project settings:
1. Go to **{settings}** **Settings > CI / CD**. 1. Go to **Settings > CI / CD**.
1. Expand **General Pipelines**. 1. Expand **General Pipelines**.
1. Check the **Auto-cancel redundant, pending pipelines** checkbox. 1. Check the **Auto-cancel redundant, pending pipelines** checkbox.
1. Click **Save changes**. 1. Click **Save changes**.
...@@ -227,7 +227,7 @@ newer one, which may not be what you want. ...@@ -227,7 +227,7 @@ newer one, which may not be what you want.
To avoid this scenario: To avoid this scenario:
1. Go to **{settings}** **Settings > CI / CD**. 1. Go to **Settings > CI / CD**.
1. Expand **General pipelines**. 1. Expand **General pipelines**.
1. Check the **Skip outdated deployment jobs** checkbox. 1. Check the **Skip outdated deployment jobs** checkbox.
1. Click **Save changes**. 1. Click **Save changes**.
......
...@@ -118,7 +118,7 @@ You can also enable shared Runners for individual projects. ...@@ -118,7 +118,7 @@ You can also enable shared Runners for individual projects.
To enable shared Runners: To enable shared Runners:
1. Go to the project's **{settings}** **Settings > CI/CD** and expand the **Runners** section. 1. Go to the project's **Settings > CI/CD** and expand the **Runners** section.
1. Click **Allow shared Runners**. 1. Click **Allow shared Runners**.
#### Disable shared Runners #### Disable shared Runners
...@@ -128,12 +128,12 @@ You must have Owner permissions for the project<!-- or group-->. ...@@ -128,12 +128,12 @@ You must have Owner permissions for the project<!-- or group-->.
To disable shared Runners for a project: To disable shared Runners for a project:
1. Go to the project's **{settings}** **Settings > CI/CD** and expand the **Runners** section. 1. Go to the project's **Settings > CI/CD** and expand the **Runners** section.
1. In the **Shared Runners** area, click **Disable shared Runners**. 1. In the **Shared Runners** area, click **Disable shared Runners**.
<!--To disable shared Runners for a group: <!--To disable shared Runners for a group:
1. Go to the group's **{settings}** **Settings > CI/CD** and expand the **Runners** section. 1. Go to the group's **Settings > CI/CD** and expand the **Runners** section.
1. In the **Shared Runners** area, click **Disable shared Runners globally**. 1. In the **Shared Runners** area, click **Disable shared Runners globally**.
1. Optionally, to allow shared Runners to be enabled for individual projects or subgroups, 1. Optionally, to allow shared Runners to be enabled for individual projects or subgroups,
click **Allow projects/subgroups to override the global setting**. click **Allow projects/subgroups to override the global setting**.
...@@ -155,7 +155,7 @@ To create a group Runner: ...@@ -155,7 +155,7 @@ To create a group Runner:
1. [Install Runner](https://docs.gitlab.com/runner/install/). 1. [Install Runner](https://docs.gitlab.com/runner/install/).
1. Go to the group you want to make the Runner work for. 1. Go to the group you want to make the Runner work for.
1. Go to **{settings}** **Settings > CI/CD** and expand the **Runners** section. 1. Go to **Settings > CI/CD** and expand the **Runners** section.
1. Note the URL and token. 1. Note the URL and token.
1. [Register the Runner](https://docs.gitlab.com/runner/register/). 1. [Register the Runner](https://docs.gitlab.com/runner/register/).
...@@ -168,7 +168,7 @@ You can do this for your self-managed GitLab instance or for GitLab.com. ...@@ -168,7 +168,7 @@ You can do this for your self-managed GitLab instance or for GitLab.com.
You must have [Owner permissions](../../user/permissions.md#group-members-permissions) for the group. You must have [Owner permissions](../../user/permissions.md#group-members-permissions) for the group.
1. Go to the group where you want to view the Runners. 1. Go to the group where you want to view the Runners.
1. Go to **{settings}** **Settings > CI/CD** and expand the **Runners** section. 1. Go to **Settings > CI/CD** and expand the **Runners** section.
1. The following fields are displayed. 1. The following fields are displayed.
| Attribute | Description | | Attribute | Description |
...@@ -191,7 +191,7 @@ You can pause or remove a group Runner for your self-managed GitLab instance or ...@@ -191,7 +191,7 @@ You can pause or remove a group Runner for your self-managed GitLab instance or
You must have [Owner permissions](../../user/permissions.md#group-members-permissions) for the group. You must have [Owner permissions](../../user/permissions.md#group-members-permissions) for the group.
1. Go to the group you want to remove or pause the Runner for. 1. Go to the group you want to remove or pause the Runner for.
1. Go to **{settings}** **Settings > CI/CD** and expand the **Runners** section. 1. Go to **Settings > CI/CD** and expand the **Runners** section.
1. Click **Pause** or **Remove Runner**. 1. Click **Pause** or **Remove Runner**.
- If you pause a group Runner that is used by multiple projects, the Runner pauses for all projects. - If you pause a group Runner that is used by multiple projects, the Runner pauses for all projects.
- From the group view, you cannot remove a Runner that is assigned to more than one project. - From the group view, you cannot remove a Runner that is assigned to more than one project.
...@@ -223,7 +223,7 @@ You must have [Owner permissions](../../user/permissions.md#project-members-perm ...@@ -223,7 +223,7 @@ You must have [Owner permissions](../../user/permissions.md#project-members-perm
To create a specific Runner: To create a specific Runner:
1. [Install Runner](https://docs.gitlab.com/runner/install/). 1. [Install Runner](https://docs.gitlab.com/runner/install/).
1. Go to the project's **{settings}** **Settings > CI/CD** and expand the **Runners** section. 1. Go to the project's **Settings > CI/CD** and expand the **Runners** section.
1. Note the URL and token. 1. Note the URL and token.
1. [Register the Runner](https://docs.gitlab.com/runner/register/). 1. [Register the Runner](https://docs.gitlab.com/runner/register/).
...@@ -237,7 +237,7 @@ enable a specific Runner to apply to additional projects. ...@@ -237,7 +237,7 @@ enable a specific Runner to apply to additional projects.
To enable or disable a specific Runner for a project: To enable or disable a specific Runner for a project:
1. Go to the project's **{settings}** **Settings > CI/CD** and expand the **Runners** section. 1. Go to the project's **Settings > CI/CD** and expand the **Runners** section.
1. Click **Enable for this project** or **Disable for this project**. 1. Click **Enable for this project** or **Disable for this project**.
#### Prevent a specific Runner from being enabled for other projects #### Prevent a specific Runner from being enabled for other projects
...@@ -248,7 +248,7 @@ but can also be changed later. ...@@ -248,7 +248,7 @@ but can also be changed later.
To lock or unlock a Runner: To lock or unlock a Runner:
1. Go to the project's **{settings}** **Settings > CI/CD** and expand the **Runners** section. 1. Go to the project's **Settings > CI/CD** and expand the **Runners** section.
1. Find the Runner you want to lock or unlock. Make sure it's enabled. 1. Find the Runner you want to lock or unlock. Make sure it's enabled.
1. Click the pencil button. 1. Click the pencil button.
1. Check the **Lock to current projects** option. 1. Check the **Lock to current projects** option.
...@@ -317,7 +317,7 @@ and ignores other jobs. ...@@ -317,7 +317,7 @@ and ignores other jobs.
To protect or unprotect a Runner: To protect or unprotect a Runner:
1. Go to the project's **{settings}** **Settings > CI/CD** and expand the **Runners** section. 1. Go to the project's **Settings > CI/CD** and expand the **Runners** section.
1. Find the Runner you want to protect or unprotect. Make sure it's enabled. 1. Find the Runner you want to protect or unprotect. Make sure it's enabled.
1. Click the pencil button. 1. Click the pencil button.
1. Check the **Protected** option. 1. Check the **Protected** option.
...@@ -346,7 +346,7 @@ may then be used to obtain the values of secret variables or to clone project co ...@@ -346,7 +346,7 @@ may then be used to obtain the values of secret variables or to clone project co
To reset the token: To reset the token:
1. Go to the project's **{settings}** **Settings > CI/CD**. 1. Go to the project's **Settings > CI/CD**.
1. Expand the **General pipelines settings** section. 1. Expand the **General pipelines settings** section.
1. Find the **Runner token** form field and click the **Reveal value** button. 1. Find the **Runner token** form field and click the **Reveal value** button.
1. Delete the value and save the form. 1. Delete the value and save the form.
...@@ -386,7 +386,7 @@ the GitLab instance. To determine this: ...@@ -386,7 +386,7 @@ the GitLab instance. To determine this:
To can find the IP address of a Runner for a specific project, To can find the IP address of a Runner for a specific project,
you must have Owner [permissions](../../user/permissions.md#project-members-permissions) for the project. you must have Owner [permissions](../../user/permissions.md#project-members-permissions) for the project.
1. Go to the project's **{settings}** **Settings > CI/CD** and expand the **Runners** section. 1. Go to the project's **Settings > CI/CD** and expand the **Runners** section.
1. On the details page you should see a row for **IP Address**. 1. On the details page you should see a row for **IP Address**.
![specific Runner IP address](img/specific_runner_ip_address.png) ![specific Runner IP address](img/specific_runner_ip_address.png)
...@@ -409,7 +409,7 @@ To change this, you must have Owner [permissions](../../user/permissions.md#proj ...@@ -409,7 +409,7 @@ To change this, you must have Owner [permissions](../../user/permissions.md#proj
To make a Runner pick untagged jobs: To make a Runner pick untagged jobs:
1. Go to the project's **{settings}** **Settings > CI/CD** and expand the **Runners** section. 1. Go to the project's **Settings > CI/CD** and expand the **Runners** section.
1. Find the Runner you want to pick untagged jobs and make sure it's enabled. 1. Find the Runner you want to pick untagged jobs and make sure it's enabled.
1. Click the pencil button. 1. Click the pencil button.
1. Check the **Run untagged jobs** option. 1. Check the **Run untagged jobs** option.
......
...@@ -16,7 +16,7 @@ such as setting up Prometheus alerts, displaying metrics, and sending notificati ...@@ -16,7 +16,7 @@ such as setting up Prometheus alerts, displaying metrics, and sending notificati
You can enable or disable Incident Management features in the GitLab user interface You can enable or disable Incident Management features in the GitLab user interface
to create issues when alerts are triggered: to create issues when alerts are triggered:
1. Navigate to **{settings}** **Settings > Operations > Incidents** and expand 1. Navigate to **Settings > Operations > Incidents** and expand
**Incidents**: **Incidents**:
![Incident Management Settings](img/incident_management_settings.png) ![Incident Management Settings](img/incident_management_settings.png)
...@@ -58,7 +58,7 @@ for each PagerDuty incident. This configuration requires you to make changes ...@@ -58,7 +58,7 @@ for each PagerDuty incident. This configuration requires you to make changes
in both PagerDuty and GitLab: in both PagerDuty and GitLab:
1. Sign in as a user with Maintainer [permissions](../../user/permissions.md). 1. Sign in as a user with Maintainer [permissions](../../user/permissions.md).
1. Navigate to **{settings}** **Settings > Operations > Incidents** and expand **Incidents**. 1. Navigate to **Settings > Operations > Incidents** and expand **Incidents**.
1. Select the **PagerDuty integration** tab: 1. Select the **PagerDuty integration** tab:
![PagerDuty incidents integration](img/pagerduty_incidents_integration_13_3.png) ![PagerDuty incidents integration](img/pagerduty_incidents_integration_13_3.png)
......
...@@ -57,7 +57,7 @@ To deploy the Status Page to AWS S3 you need to add the Status Page project & co ...@@ -57,7 +57,7 @@ To deploy the Status Page to AWS S3 you need to add the Status Page project & co
Once the CI/CD variables are set, you'll need to set up the Project you want to use for Incident issues: Once the CI/CD variables are set, you'll need to set up the Project you want to use for Incident issues:
1. To view the [Operations Settings](../../user/project/settings/#operations-settings) page, navigate to **{settings}** **Settings > Operations > Status Page**. 1. To view the [Operations Settings](../../user/project/settings/#operations-settings) page, navigate to **Settings > Operations > Status Page**.
1. Fill in your cloud provider's credentials and make sure the **Active** checkbox is checked. 1. Fill in your cloud provider's credentials and make sure the **Active** checkbox is checked.
1. Click **Save changes**. 1. Click **Save changes**.
......
...@@ -37,7 +37,7 @@ To remove the alert, click back on the alert icon for the desired metric, and cl ...@@ -37,7 +37,7 @@ To remove the alert, click back on the alert icon for the desired metric, and cl
For manually configured Prometheus servers, GitLab provides a notify endpoint for For manually configured Prometheus servers, GitLab provides a notify endpoint for
use with Prometheus webhooks. If you have manual configuration enabled, an use with Prometheus webhooks. If you have manual configuration enabled, an
**Alerts** section is added to **{settings}** **Settings > Integrations > Prometheus**. **Alerts** section is added to **Settings > Integrations > Prometheus**.
This section contains the **URL** and **Authorization Key** you will need. The This section contains the **URL** and **Authorization Key** you will need. The
**Reset Key** button will invalidate the key and generate a new one. **Reset Key** button will invalidate the key and generate a new one.
...@@ -75,7 +75,7 @@ Prometheus server to use the ...@@ -75,7 +75,7 @@ Prometheus server to use the
Alerts can be used to trigger actions, like opening an issue automatically Alerts can be used to trigger actions, like opening an issue automatically
(disabled by default since `13.1`). To configure the actions: (disabled by default since `13.1`). To configure the actions:
1. Navigate to your project's **{settings}** **Settings > Operations > Incidents**. 1. Navigate to your project's **Settings > Operations > Incidents**.
1. Enable the option to create issues. 1. Enable the option to create issues.
1. Choose the [issue template](../../user/project/description_templates.md) to create the issue from. 1. Choose the [issue template](../../user/project/description_templates.md) to create the issue from.
1. Optionally, select whether to send an email notification to the developers of the project. 1. Optionally, select whether to send an email notification to the developers of the project.
......
...@@ -104,7 +104,7 @@ To manage the settings for your metrics dashboard: ...@@ -104,7 +104,7 @@ To manage the settings for your metrics dashboard:
1. Sign in as a user with project Maintainer or Admin 1. Sign in as a user with project Maintainer or Admin
[permissions](../../../user/permissions.md#project-members-permissions). [permissions](../../../user/permissions.md#project-members-permissions).
1. Navigate to your dashboard at **{cloud-gear}** **Operations > Metrics**. 1. Navigate to your dashboard at **{cloud-gear}** **Operations > Metrics**.
1. In the top-right corner of your dashboard, click **{settings}** **Metrics Settings**: 1. In the top-right corner of your dashboard, click **Metrics Settings**:
![Monitoring Dashboard actions menu with create new item](img/metrics_settings_button_v13_2.png) ![Monitoring Dashboard actions menu with create new item](img/metrics_settings_button_v13_2.png)
......
...@@ -21,7 +21,7 @@ time zone, but you can display dates and times in UTC format. To change the ...@@ -21,7 +21,7 @@ time zone, but you can display dates and times in UTC format. To change the
time zone: time zone:
1. Sign in as a user with Manage Project Operations [permissions](../../../user/permissions.md). 1. Sign in as a user with Manage Project Operations [permissions](../../../user/permissions.md).
1. Navigate to **{settings}** **Settings > Operations**, and scroll to 1. Navigate to **Settings > Operations**, and scroll to
**Metrics Dashboard**. **Metrics Dashboard**.
1. In the **Dashboard timezone** select box, select *User's local timezone* 1. In the **Dashboard timezone** select box, select *User's local timezone*
or *UTC*: or *UTC*:
...@@ -37,7 +37,7 @@ You can add a button on your monitoring dashboard that links directly to your ...@@ -37,7 +37,7 @@ You can add a button on your monitoring dashboard that links directly to your
existing external dashboards: existing external dashboards:
1. Sign in as a user with Manage Project Operations [permissions](../../../user/permissions.md). 1. Sign in as a user with Manage Project Operations [permissions](../../../user/permissions.md).
1. Navigate to **{settings}** **Settings > Operations**, and scroll to 1. Navigate to **Settings > Operations**, and scroll to
**Metrics Dashboard**. **Metrics Dashboard**.
1. In **External dashboard URL**, provide the URL to your external dashboard: 1. In **External dashboard URL**, provide the URL to your external dashboard:
......
...@@ -51,7 +51,7 @@ from a Grafana instance, the data source must: ...@@ -51,7 +51,7 @@ from a Grafana instance, the data source must:
## Setting up the Grafana integration ## Setting up the Grafana integration
1. In Grafana, [generate an Admin-level API Token](https://grafana.com/docs/grafana/latest/http_api/auth/#create-api-token). 1. In Grafana, [generate an Admin-level API Token](https://grafana.com/docs/grafana/latest/http_api/auth/#create-api-token).
1. In your GitLab project, navigate to **{settings}** **Settings > Operations > Grafana Authentication**. 1. In your GitLab project, navigate to **Settings > Operations > Grafana Authentication**.
1. To enable the integration, check the **Active** checkbox. 1. To enable the integration, check the **Active** checkbox.
1. For **Grafana URL**, enter the base URL of the Grafana instance. 1. For **Grafana URL**, enter the base URL of the Grafana instance.
1. For **API Token**, enter the Admin API Token you just generated. 1. For **API Token**, enter the Admin API Token you just generated.
......
...@@ -46,7 +46,7 @@ navigation bar contains: ...@@ -46,7 +46,7 @@ navigation bar contains:
([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/34779) in GitLab 12.5.) ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/34779) in GitLab 12.5.)
- **Create dashboard** **{file-addition-solid}** - Create a - **Create dashboard** **{file-addition-solid}** - Create a
[new custom dashboard for your project](dashboards/index.md#add-a-new-dashboard-to-your-project). [new custom dashboard for your project](dashboards/index.md#add-a-new-dashboard-to-your-project).
- **Metrics settings** **{settings}** - Configure the - **Metrics settings** - Configure the
[settings for this dashboard](dashboards/index.md#manage-the-metrics-dashboard-settings). [settings for this dashboard](dashboards/index.md#manage-the-metrics-dashboard-settings).
## Populate your metrics dashboard ## Populate your metrics dashboard
...@@ -60,7 +60,7 @@ helps quickly create a deployment: ...@@ -60,7 +60,7 @@ helps quickly create a deployment:
1. Ensure that, in addition to Prometheus, you also have Runner and Ingress 1. Ensure that, in addition to Prometheus, you also have Runner and Ingress
installed. installed.
1. After installing Ingress, copy its endpoint. 1. After installing Ingress, copy its endpoint.
1. Navigate to your project's **{settings}** **Settings > CI/CD** page. In the 1. Navigate to your project's **Settings > CI/CD** page. In the
**Auto DevOps** section, select a deployment strategy and save your changes. **Auto DevOps** section, select a deployment strategy and save your changes.
1. On the same page, in the **Variables** section, add a variable named 1. On the same page, in the **Variables** section, add a variable named
`KUBE_INGRESS_BASE_DOMAIN` with the value of the Ingress endpoint you `KUBE_INGRESS_BASE_DOMAIN` with the value of the Ingress endpoint you
......
...@@ -518,8 +518,8 @@ CI pipeline minutes are the execution time for your [pipelines](../ci/pipelines/ ...@@ -518,8 +518,8 @@ CI pipeline minutes are the execution time for your [pipelines](../ci/pipelines/
Quotas apply to: Quotas apply to:
- Groups, where the minutes are shared across all members of the group, its subgroups, and nested projects. To view the group's usage, navigate to the group, then **{settings}** **Settings** > **Usage Quotas**. - Groups, where the minutes are shared across all members of the group, its subgroups, and nested projects. To view the group's usage, navigate to the group, then **Settings > Usage Quotas**.
- Your personal account, where the minutes are available for your personal projects. To view and buy personal minutes, click your avatar, then **{settings}** **Settings** > **[Usage Quotas](https://gitlab.com/profile/usage_quotas#pipelines-quota-tab)**. - Your personal account, where the minutes are available for your personal projects. To view and buy personal minutes, click your avatar, then **Settings > [Usage Quotas](https://gitlab.com/profile/usage_quotas#pipelines-quota-tab)**.
Only pipeline minutes for GitLab shared runners are restricted. If you have a specific runner set up for your projects, there is no limit to your build time on GitLab.com. Only pipeline minutes for GitLab shared runners are restricted. If you have a specific runner set up for your projects, there is no limit to your build time on GitLab.com.
...@@ -539,11 +539,11 @@ main quota. You can find pricing for additional CI/CD minutes in the [GitLab Cus ...@@ -539,11 +539,11 @@ main quota. You can find pricing for additional CI/CD minutes in the [GitLab Cus
To purchase additional minutes for your group on GitLab.com: To purchase additional minutes for your group on GitLab.com:
1. From your group, go to **{settings}** **Settings > Usage Quotas**. 1. From your group, go to **Settings > Usage Quotas**.
1. Select **Buy additional minutes** and you will be directed to the Customers Portal. 1. Select **Buy additional minutes** and you will be directed to the Customers Portal.
1. Locate the subscription card that's linked to your group on GitLab.com, click **Buy more CI minutes**, and complete the details about the transaction. 1. Locate the subscription card that's linked to your group on GitLab.com, click **Buy more CI minutes**, and complete the details about the transaction.
1. Once we have processed your payment, the extra CI minutes will be synced to your group namespace. 1. Once we have processed your payment, the extra CI minutes will be synced to your group namespace.
1. To confirm the available CI minutes, go to your group, then **{settings}** **Settings > Usage Quotas**. 1. To confirm the available CI minutes, go to your group, then **Settings > Usage Quotas**.
The **Additional minutes** displayed now includes the purchased additional CI minutes, plus any minutes rolled over from last month. The **Additional minutes** displayed now includes the purchased additional CI minutes, plus any minutes rolled over from last month.
......
...@@ -381,7 +381,7 @@ these prefixed variables available to the deployed application as environment va ...@@ -381,7 +381,7 @@ these prefixed variables available to the deployed application as environment va
To configure your application variables: To configure your application variables:
1. Go to your project's **{settings}** **Settings > CI/CD**, then expand the 1. Go to your project's **Settings > CI/CD**, then expand the
**Variables** section. **Variables** section.
1. Create a CI/CD variable, ensuring the key is prefixed with 1. Create a CI/CD variable, ensuring the key is prefixed with
......
...@@ -185,7 +185,7 @@ instance level. ...@@ -185,7 +185,7 @@ instance level.
If enabling, check that your project does not have a `.gitlab-ci.yml`, or if one exists, remove it. If enabling, check that your project does not have a `.gitlab-ci.yml`, or if one exists, remove it.
1. Go to your project's **{settings}** **Settings > CI/CD > Auto DevOps**. 1. Go to your project's **Settings > CI/CD > Auto DevOps**.
1. Select the **Default to Auto DevOps pipeline** checkbox to enable it. 1. Select the **Default to Auto DevOps pipeline** checkbox to enable it.
1. (Optional, but recommended) When enabling, you can add in the 1. (Optional, but recommended) When enabling, you can add in the
[base domain](#auto-devops-base-domain) Auto DevOps uses to [base domain](#auto-devops-base-domain) Auto DevOps uses to
...@@ -207,7 +207,7 @@ is specifically enabled or disabled on the subgroup or project. ...@@ -207,7 +207,7 @@ is specifically enabled or disabled on the subgroup or project.
To enable or disable Auto DevOps at the group level: To enable or disable Auto DevOps at the group level:
1. Go to your group's **{settings}** **Settings > CI/CD > Auto DevOps** page. 1. Go to your group's **Settings > CI/CD > Auto DevOps** page.
1. Select the **Default to Auto DevOps pipeline** checkbox to enable it. 1. Select the **Default to Auto DevOps pipeline** checkbox to enable it.
1. Click **Save changes** for the changes to take effect. 1. Click **Save changes** for the changes to take effect.
...@@ -227,7 +227,7 @@ Auto DevOps at the group and project level, respectively. ...@@ -227,7 +227,7 @@ Auto DevOps at the group and project level, respectively.
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/38542) in GitLab 11.0. > [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/38542) in GitLab 11.0.
You can change the deployment strategy used by Auto DevOps by going to your You can change the deployment strategy used by Auto DevOps by going to your
project's **{settings}** **Settings > CI/CD > Auto DevOps**. The following options project's **Settings > CI/CD > Auto DevOps**. The following options
are available: are available:
- **Continuous deployment to production**: Enables [Auto Deploy](stages.md#auto-deploy) - **Continuous deployment to production**: Enables [Auto Deploy](stages.md#auto-deploy)
......
...@@ -127,7 +127,7 @@ While Auto DevOps is enabled by default, Auto DevOps can be disabled at both ...@@ -127,7 +127,7 @@ While Auto DevOps is enabled by default, Auto DevOps can be disabled at both
the instance level (for self-managed instances) and the group level. Complete the instance level (for self-managed instances) and the group level. Complete
these steps to enable Auto DevOps if it's disabled: these steps to enable Auto DevOps if it's disabled:
1. Navigate to **{settings}** **Settings > CI/CD > Auto DevOps**, and click **Expand**. 1. Navigate to **Settings > CI/CD > Auto DevOps**, and click **Expand**.
1. Select **Default to Auto DevOps pipeline** to display more options. 1. Select **Default to Auto DevOps pipeline** to display more options.
1. In **Deployment strategy**, select your desired [continuous deployment strategy](index.md#deployment-strategy) 1. In **Deployment strategy**, select your desired [continuous deployment strategy](index.md#deployment-strategy)
to deploy the application to production after the pipeline successfully runs on the `master` branch. to deploy the application to production after the pipeline successfully runs on the `master` branch.
...@@ -221,7 +221,7 @@ takes you to the pod's logs page. ...@@ -221,7 +221,7 @@ takes you to the pod's logs page.
TIP: **Tip:** TIP: **Tip:**
The example shows only one pod hosting the application at the moment, but you can add The example shows only one pod hosting the application at the moment, but you can add
more pods by defining the [`REPLICAS` variable](customize.md#environment-variables) more pods by defining the [`REPLICAS` variable](customize.md#environment-variables)
in **{settings}** **Settings > CI/CD > Environment variables**. in **Settings > CI/CD > Environment variables**.
### Work with branches ### Work with branches
......
...@@ -95,7 +95,7 @@ Access the default page for admin area settings by navigating to **Admin Area > ...@@ -95,7 +95,7 @@ Access the default page for admin area settings by navigating to **Admin Area >
| Option | Description | | Option | Description |
| ------ | ----------- | | ------ | ----------- |
| Geo | Geo allows you to replicate your GitLab instance to other geographical locations. Redirects to **Admin Area >** **{location-dot}** **Geo >** **{settings}** **Settings**, and will no longer be available at **Admin Area >** **{settings}** **Settings >** **{location-dot}** **Geo** in [GitLab 13.0](https://gitlab.com/gitlab-org/gitlab/-/issues/36896). | | Geo | Geo allows you to replicate your GitLab instance to other geographical locations. Redirects to **Admin Area >** **{location-dot}** **Geo > Settings**, and will no longer be available at **Admin Area > Settings >** **{location-dot}** **Geo** in [GitLab 13.0](https://gitlab.com/gitlab-org/gitlab/-/issues/36896). |
## Preferences ## Preferences
......
...@@ -303,7 +303,7 @@ To enable Security Approvals, a [project approval rule](../project/merge_request ...@@ -303,7 +303,7 @@ To enable Security Approvals, a [project approval rule](../project/merge_request
must be created with the case-sensitive name `Vulnerability-Check`. This approval group must be set must be created with the case-sensitive name `Vulnerability-Check`. This approval group must be set
with the number of approvals required greater than zero. You must have Maintainer or Owner [permissions](../permissions.md#project-members-permissions) to manage approval rules. with the number of approvals required greater than zero. You must have Maintainer or Owner [permissions](../permissions.md#project-members-permissions) to manage approval rules.
1. Navigate to your project's **{settings}** **Settings > General** and expand **Merge request approvals**. 1. Navigate to your project's **Settings > General** and expand **Merge request approvals**.
1. Click **Add approval rule**, or **Edit**. 1. Click **Add approval rule**, or **Edit**.
- Add or change the **Rule name** to `Vulnerability-Check` (case sensitive). - Add or change the **Rule name** to `Vulnerability-Check` (case sensitive).
......
...@@ -219,7 +219,7 @@ By default, every group inherits the branch protection set at the global level. ...@@ -219,7 +219,7 @@ By default, every group inherits the branch protection set at the global level.
To change this setting for a specific group: To change this setting for a specific group:
1. Go to the group's **{settings}** **Settings > General** page. 1. Go to the group's **Settings > General** page.
1. Expand the **Permissions, LFS, 2FA** section. 1. Expand the **Permissions, LFS, 2FA** section.
1. Select the desired option in the **Default branch protection** dropdown list. 1. Select the desired option in the **Default branch protection** dropdown list.
1. Click **Save changes**. 1. Click **Save changes**.
...@@ -472,7 +472,7 @@ username, you can create a new group and transfer projects to it. ...@@ -472,7 +472,7 @@ username, you can create a new group and transfer projects to it.
To remove a group and its contents: To remove a group and its contents:
1. Navigate to your group's **{settings}** **Settings > General** page. 1. Navigate to your group's **Settings > General** page.
1. Expand the **Path, transfer, remove** section. 1. Expand the **Path, transfer, remove** section.
1. In the Remove group section, click the **Remove group** button. 1. In the Remove group section, click the **Remove group** button.
1. Confirm the action when asked to. 1. Confirm the action when asked to.
...@@ -488,7 +488,7 @@ This action either: ...@@ -488,7 +488,7 @@ This action either:
To restore a group that is marked for deletion: To restore a group that is marked for deletion:
1. Navigate to your group's **{settings}** **Settings > General** page. 1. Navigate to your group's **Settings > General** page.
1. Expand the **Path, transfer, remove** section. 1. Expand the **Path, transfer, remove** section.
1. In the Restore group section, click the **Restore group** button. 1. In the Restore group section, click the **Restore group** button.
......
...@@ -105,7 +105,7 @@ Only a GitLab administrator or an owner of a Group-managed account can set a lim ...@@ -105,7 +105,7 @@ Only a GitLab administrator or an owner of a Group-managed account can set a lim
To set a limit on how long personal access tokens are valid for users in a group managed account: To set a limit on how long personal access tokens are valid for users in a group managed account:
1. Navigate to the **{settings}** **Settings > General** page in your group's sidebar. 1. Navigate to the **Settings > General** page in your group's sidebar.
1. Expand the **Permissions, LFS, 2FA** section. 1. Expand the **Permissions, LFS, 2FA** section.
1. Fill in the **Maximum allowable lifetime for personal access tokens (days)** field. 1. Fill in the **Maximum allowable lifetime for personal access tokens (days)** field.
1. Click **Save changes**. 1. Click **Save changes**.
......
...@@ -21,7 +21,7 @@ See also: ...@@ -21,7 +21,7 @@ See also:
To enable GitLab import/export: To enable GitLab import/export:
1. Navigate to **Admin Area >** **{settings}** **Settings > Visibility and access controls**. 1. Navigate to **Admin Area > Settings > Visibility and access controls**.
1. Scroll to **Import sources** 1. Scroll to **Import sources**
1. Enable desired **Import sources** 1. Enable desired **Import sources**
...@@ -63,7 +63,7 @@ For more details on the specific data persisted in a group export, see the ...@@ -63,7 +63,7 @@ For more details on the specific data persisted in a group export, see the
1. Navigate to your group's homepage. 1. Navigate to your group's homepage.
1. Click **{settings}** **Settings** in the sidebar. 1. Click **Settings** in the sidebar.
1. In the **Advanced** section, click the **Export Group** button. 1. In the **Advanced** section, click the **Export Group** button.
......
...@@ -50,7 +50,7 @@ If you plan to only run `terraform plan` and `terraform apply` commands from you ...@@ -50,7 +50,7 @@ If you plan to only run `terraform plan` and `terraform apply` commands from you
local machine, this is a simple way to get started: local machine, this is a simple way to get started:
1. Create your project on your GitLab instance. 1. Create your project on your GitLab instance.
1. Navigate to **{settings}** **Settings > General** and note your **Project name** 1. Navigate to **Settings > General** and note your **Project name**
and **Project ID**. and **Project ID**.
1. Define the Terraform backend in your Terraform project to be: 1. Define the Terraform backend in your Terraform project to be:
......
...@@ -93,7 +93,7 @@ see the [administration documentation](../../administration/packages/index.md). ...@@ -93,7 +93,7 @@ see the [administration documentation](../../administration/packages/index.md).
You can also remove the Package Registry for your project specifically: You can also remove the Package Registry for your project specifically:
1. In your project, go to **{settings}** **Settings > General**. 1. In your project, go to **Settings > General**.
1. Expand the **Visibility, project features, permissions** section and disable the 1. Expand the **Visibility, project features, permissions** section and disable the
**Packages** feature. **Packages** feature.
1. Click **Save changes**. 1. Click **Save changes**.
......
...@@ -129,7 +129,7 @@ the components outlined above and the pre-loaded demo runbook. ...@@ -129,7 +129,7 @@ the components outlined above and the pre-loaded demo runbook.
%env DB_NAME={project.variables.get('DB_NAME').value} %env DB_NAME={project.variables.get('DB_NAME').value}
``` ```
1. Navigate to **{settings}** **Settings >> CI/CD >> Variables** to create 1. Navigate to **Settings > CI/CD > Variables** to create
the variables in your project. the variables in your project.
![GitLab variables](img/gitlab-variables.png) ![GitLab variables](img/gitlab-variables.png)
......
...@@ -373,7 +373,7 @@ variables. ...@@ -373,7 +373,7 @@ variables.
To set these: To set these:
1. Navigate to the project's **{settings}** **Settings > CI / CD**. 1. Navigate to the project's **Settings > CI / CD**.
1. Expand the **Variables** section and create entries for `AWS_ACCESS_KEY_ID` and 1. Expand the **Variables** section and create entries for `AWS_ACCESS_KEY_ID` and
`AWS_SECRET_ACCESS_KEY`. `AWS_SECRET_ACCESS_KEY`.
1. Mask the credentials so they do not show in logs using the **Masked** toggle. 1. Mask the credentials so they do not show in logs using the **Masked** toggle.
......
...@@ -25,7 +25,7 @@ You can create as many deploy tokens as you like from the settings of your proje ...@@ -25,7 +25,7 @@ You can create as many deploy tokens as you like from the settings of your proje
1. Log in to your GitLab account. 1. Log in to your GitLab account.
1. Go to the project (or group) you want to create Deploy Tokens for. 1. Go to the project (or group) you want to create Deploy Tokens for.
1. Go to **{settings}** **Settings** > **Repository**. 1. Go to **Settings > Repository**.
1. Click on "Expand" on **Deploy Tokens** section. 1. Click on "Expand" on **Deploy Tokens** section.
1. Choose a name, expiry date (optional), and username (optional) for the token. 1. Choose a name, expiry date (optional), and username (optional) for the token.
1. Choose the [desired scopes](#limiting-scopes-of-a-deploy-token). 1. Choose the [desired scopes](#limiting-scopes-of-a-deploy-token).
......
...@@ -8,7 +8,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -8,7 +8,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
To enable the Custom Issue Tracker integration in a project: To enable the Custom Issue Tracker integration in a project:
1. Go to **{settings}** **Settings > Integrations**. 1. Go to **Settings > Integrations**.
1. Click **Custom Issue Tracker** 1. Click **Custom Issue Tracker**
1. Fill in the tracker's details, such as title, description, and URLs. 1. Fill in the tracker's details, such as title, description, and URLs.
You will be able to edit these fields later as well. You will be able to edit these fields later as well.
......
...@@ -29,8 +29,8 @@ To obtain credentials for setting up a generic alerts integration: ...@@ -29,8 +29,8 @@ To obtain credentials for setting up a generic alerts integration:
- Sign in to GitLab as a user with maintainer [permissions](../../permissions.md) for a project. - Sign in to GitLab as a user with maintainer [permissions](../../permissions.md) for a project.
- Navigate to the **Operations** page for your project, depending on your installed version of GitLab: - Navigate to the **Operations** page for your project, depending on your installed version of GitLab:
- *In GitLab versions 13.1 and greater,* navigate to **{settings}** **Settings > Operations** in your project. - *In GitLab versions 13.1 and greater,* navigate to **Settings > Operations** in your project.
- *In GitLab versions prior to 13.1,* navigate to **{settings}** **Settings > Integrations** in your project. GitLab will display a banner encouraging you to enable the Alerts endpoint in **{settings}** **Settings > Operations** instead. - *In GitLab versions prior to 13.1,* navigate to **Settings > Integrations** in your project. GitLab will display a banner encouraging you to enable the Alerts endpoint in **Settings > Operations** instead.
- Click **Alerts endpoint**. - Click **Alerts endpoint**.
- Toggle the **Active** alert setting to display the **URL** and **Authorization Key** for the webhook configuration. - Toggle the **Active** alert setting to display the **URL** and **Authorization Key** for the webhook configuration.
...@@ -101,7 +101,7 @@ After a [project maintainer or owner](#setting-up-generic-alerts) ...@@ -101,7 +101,7 @@ After a [project maintainer or owner](#setting-up-generic-alerts)
test alert to confirm your integration works properly. test alert to confirm your integration works properly.
1. Sign in as a user with Developer or greater [permissions](../../../user/permissions.md). 1. Sign in as a user with Developer or greater [permissions](../../../user/permissions.md).
1. Navigate to **{settings}** **Settings > Operations** in your project. 1. Navigate to **Settings > Operations** in your project.
1. Click **Alerts endpoint** to expand the section. 1. Click **Alerts endpoint** to expand the section.
1. Enter a sample payload in **Alert test payload** (valid JSON is required). 1. Enter a sample payload in **Alert test payload** (valid JSON is required).
1. Click **Test alert payload**. 1. Click **Test alert payload**.
......
...@@ -42,7 +42,7 @@ docs on [Adding an app to your workspace](https://slack.com/help/articles/202035 ...@@ -42,7 +42,7 @@ docs on [Adding an app to your workspace](https://slack.com/help/articles/202035
To enable GitLab's service for your Slack team: To enable GitLab's service for your Slack team:
1. Go to your project's **{settings}** **Settings > Integration > Slack application** (only 1. Go to your project's **Settings > Integration > Slack application** (only
visible on GitLab.com). visible on GitLab.com).
1. Click **Add to Slack**. 1. Click **Add to Slack**.
...@@ -53,7 +53,7 @@ That's all! You can now start using the Slack slash commands. ...@@ -53,7 +53,7 @@ That's all! You can now start using the Slack slash commands.
To create a project alias on GitLab.com for Slack integration: To create a project alias on GitLab.com for Slack integration:
1. Go to your project's home page. 1. Go to your project's home page.
1. Navigate to **{settings}** **Settings > Integrations** (only visible on GitLab.com) 1. Navigate to **Settings > Integrations** (only visible on GitLab.com)
1. On the **Integrations** page, click **Slack application**. 1. On the **Integrations** page, click **Slack application**.
1. The current **Project Alias**, if any, is displayed. To edit this value, 1. The current **Project Alias**, if any, is displayed. To edit this value,
click **Edit**. click **Edit**.
......
...@@ -88,7 +88,7 @@ service account can be found at Google's documentation for ...@@ -88,7 +88,7 @@ service account can be found at Google's documentation for
[Authenticating from a service account](https://cloud.google.com/iap/docs/authentication-howto#authenticating_from_a_service_account). [Authenticating from a service account](https://cloud.google.com/iap/docs/authentication-howto#authenticating_from_a_service_account).
1. Navigate to the [Integrations page](overview.md#accessing-integrations) at 1. Navigate to the [Integrations page](overview.md#accessing-integrations) at
**{settings}** **Settings > Integrations**. **Settings > Integrations**.
1. Click the **Prometheus** service. 1. Click the **Prometheus** service.
1. For **API URL**, provide the domain name or IP address of your server, such as 1. For **API URL**, provide the domain name or IP address of your server, such as
`http://prometheus.example.com/` or `http://192.0.2.1/`. `http://prometheus.example.com/` or `http://192.0.2.1/`.
......
...@@ -25,7 +25,7 @@ separately configured [Slack slash commands](slack_slash_commands.md). ...@@ -25,7 +25,7 @@ separately configured [Slack slash commands](slack_slash_commands.md).
1. Open your project's page, and navigate to your project's 1. Open your project's page, and navigate to your project's
[Integrations page](overview.md#accessing-integrations) at [Integrations page](overview.md#accessing-integrations) at
**{settings}** **Settings > Integrations**. **Settings > Integrations**.
1. Select the **Slack notifications** integration to configure it. 1. Select the **Slack notifications** integration to configure it.
1. Click **Enable integration**. 1. Click **Enable integration**.
1. In **Trigger**, select the checkboxes for each type of GitLab event to send to Slack as a 1. In **Trigger**, select the checkboxes for each type of GitLab event to send to Slack as a
......
...@@ -338,7 +338,7 @@ Examples: ...@@ -338,7 +338,7 @@ Examples:
To set a WIP limit for a list: To set a WIP limit for a list:
1. Navigate to a Project or Group board of which you're a member. 1. Navigate to a Project or Group board of which you're a member.
1. Click the Settings icon (**{settings}**) in a list's header. 1. Click the settings icon in a list's header.
1. Next to **Work In Progress Limit**, click **Edit**. 1. Next to **Work In Progress Limit**, click **Edit**.
1. Enter the maximum number of issues. 1. Enter the maximum number of issues.
1. Press <kbd>Enter</kbd> to save. 1. Press <kbd>Enter</kbd> to save.
......
...@@ -119,7 +119,7 @@ Alternatively, you can **require** ...@@ -119,7 +119,7 @@ Alternatively, you can **require**
To add or edit the default merge request approval rule: To add or edit the default merge request approval rule:
1. Navigate to your project's **{settings}** **Settings > General** and expand **Merge request approvals**. 1. Navigate to your project's **Settings > General** and expand **Merge request approvals**.
1. Click **Add approval rule**, or **Edit**. 1. Click **Add approval rule**, or **Edit**.
- Add or change the **Rule name**. - Add or change the **Rule name**.
...@@ -233,7 +233,7 @@ or a [failed CI/CD pipeline](merge_when_pipeline_succeeds.md). ...@@ -233,7 +233,7 @@ or a [failed CI/CD pipeline](merge_when_pipeline_succeeds.md).
### Merge request approvals project settings ### Merge request approvals project settings
The project settings for Merge request approvals are found by going to The project settings for Merge request approvals are found by going to
**{settings}** **Settings > General** and expanding **Merge request approvals**. **Settings > General** and expanding **Merge request approvals**.
#### Prevent overriding default approvals #### Prevent overriding default approvals
......
...@@ -197,7 +197,7 @@ To set a deploy freeze window in the UI, complete these steps: ...@@ -197,7 +197,7 @@ To set a deploy freeze window in the UI, complete these steps:
1. Sign in to GitLab as a user with project Maintainer [permissions](../../permissions.md). 1. Sign in to GitLab as a user with project Maintainer [permissions](../../permissions.md).
1. Navigate to **Project overview**. 1. Navigate to **Project overview**.
1. In the left navigation menu, navigate to **{settings}** **Settings > CI / CD**. 1. In the left navigation menu, navigate to **Settings > CI / CD**.
1. Scroll to **Deploy freezes**. 1. Scroll to **Deploy freezes**.
1. Click **Expand** to see the deploy freeze table. 1. Click **Expand** to see the deploy freeze table.
1. Click **Add deploy freeze** to open the deploy freeze modal. 1. Click **Add deploy freeze** to open the deploy freeze modal.
......
...@@ -214,7 +214,7 @@ references to these objects. You can use ...@@ -214,7 +214,7 @@ references to these objects. You can use
To clean up a repository: To clean up a repository:
1. Go to the project for the repository. 1. Go to the project for the repository.
1. Navigate to **{settings}** **Settings > Repository**. 1. Navigate to **Settings > Repository**.
1. Upload a list of objects. For example, a `commit-map` file created by `git filter-repo` which is located in the 1. Upload a list of objects. For example, a `commit-map` file created by `git filter-repo` which is located in the
`filter-repo` directory. `filter-repo` directory.
......
...@@ -24,7 +24,7 @@ See also: ...@@ -24,7 +24,7 @@ See also:
To set up a project import/export: To set up a project import/export:
1. Navigate to **Admin Area >** **{settings}** **Settings > Visibility and access controls**. 1. Navigate to **Admin Area > Settings > Visibility and access controls**.
1. Scroll to **Import sources** 1. Scroll to **Import sources**
1. Enable desired **Import sources** 1. Enable desired **Import sources**
...@@ -131,7 +131,7 @@ For more details on the specific data persisted in a project export, see the ...@@ -131,7 +131,7 @@ For more details on the specific data persisted in a project export, see the
1. Go to your project's homepage. 1. Go to your project's homepage.
1. Click **{settings}** **Settings** in the sidebar. 1. Click **Settings** in the sidebar.
1. Scroll down to find the **Export project** button: 1. Scroll down to find the **Export project** button:
......
...@@ -141,7 +141,7 @@ in project listings. ...@@ -141,7 +141,7 @@ in project listings.
To archive a project: To archive a project:
1. Navigate to your project's **{settings}** **Settings > General**. 1. Navigate to your project's **Settings > General**.
1. Under **Advanced**, click **Expand**. 1. Under **Advanced**, click **Expand**.
1. In the **Archive project** section, click the **Archive project** button. 1. In the **Archive project** section, click the **Archive project** button.
1. Confirm the action when asked to. 1. Confirm the action when asked to.
...@@ -165,7 +165,7 @@ To find an archived project: ...@@ -165,7 +165,7 @@ To find an archived project:
Next, to unarchive the project: Next, to unarchive the project:
1. Navigate to your project's **{settings}** **Settings > General**. 1. Navigate to your project's **Settings > General**.
1. Under **Advanced**, click **Expand**. 1. Under **Advanced**, click **Expand**.
1. In the **Unarchive project** section, click the **Unarchive project** button. 1. In the **Unarchive project** section, click the **Unarchive project** button.
1. Confirm the action when asked to. 1. Confirm the action when asked to.
...@@ -182,7 +182,7 @@ project via a browser) and its place on the file disk where GitLab is installed. ...@@ -182,7 +182,7 @@ project via a browser) and its place on the file disk where GitLab is installed.
To rename a repository: To rename a repository:
1. Navigate to your project's **{settings}** **Settings > General**. 1. Navigate to your project's **Settings > General**.
1. Under **Advanced**, click **Expand**. 1. Under **Advanced**, click **Expand**.
1. Under "Rename repository", change the "Path" to your liking. 1. Under "Rename repository", change the "Path" to your liking.
1. Hit **Rename project**. 1. Hit **Rename project**.
...@@ -205,7 +205,7 @@ You can transfer an existing project into a [group](../../group/index.md) if: ...@@ -205,7 +205,7 @@ You can transfer an existing project into a [group](../../group/index.md) if:
To transfer a project: To transfer a project:
1. Navigate to your project's **{settings}** **Settings > General**. 1. Navigate to your project's **Settings > General**.
1. Under **Advanced**, click **Expand**. 1. Under **Advanced**, click **Expand**.
1. Under "Transfer project", choose the namespace you want to transfer the 1. Under "Transfer project", choose the namespace you want to transfer the
project to. project to.
...@@ -226,7 +226,7 @@ Only project owners and admins have [permissions](../../permissions.md#project-m ...@@ -226,7 +226,7 @@ Only project owners and admins have [permissions](../../permissions.md#project-m
To remove a project: To remove a project:
1. Navigate to your project, and select **{settings}** **Settings > General > Advanced**. 1. Navigate to your project, and select **Settings > General > Advanced**.
1. In the Remove project section, click the **Remove project** button. 1. In the Remove project section, click the **Remove project** button.
1. Confirm the action when asked to. 1. Confirm the action when asked to.
...@@ -249,7 +249,7 @@ The default behavior of [Delayed Project deletion](https://gitlab.com/gitlab-org ...@@ -249,7 +249,7 @@ The default behavior of [Delayed Project deletion](https://gitlab.com/gitlab-org
To restore a project marked for deletion: To restore a project marked for deletion:
1. Navigate to your project, and select **{settings}** **Settings > General > Advanced**. 1. Navigate to your project, and select **Settings > General > Advanced**.
1. In the Restore project section, click the **Restore project** button. 1. In the Restore project section, click the **Restore project** button.
#### Removing a fork relationship #### Removing a fork relationship
......
...@@ -28,7 +28,7 @@ For examples of how you can use a project access token to authenticate with the ...@@ -28,7 +28,7 @@ For examples of how you can use a project access token to authenticate with the
1. Log in to GitLab. 1. Log in to GitLab.
1. Navigate to the project you would like to create an access token for. 1. Navigate to the project you would like to create an access token for.
1. In the **{settings}** **Settings** menu choose **Access Tokens**. 1. In the **Settings** menu choose **Access Tokens**.
1. Choose a name and optional expiry date for the token. 1. Choose a name and optional expiry date for the token.
1. Choose the [desired scopes](#limiting-scopes-of-a-project-access-token). 1. Choose the [desired scopes](#limiting-scopes-of-a-project-access-token).
1. Click the **Create project access token** button. 1. Click the **Create project access token** button.
...@@ -51,7 +51,7 @@ see [Associated Records](../../profile/account/delete_account.md#associated-reco ...@@ -51,7 +51,7 @@ see [Associated Records](../../profile/account/delete_account.md#associated-reco
## Revoking a project access token ## Revoking a project access token
At any time, you can revoke any project access token by clicking the At any time, you can revoke any project access token by clicking the
respective **Revoke** button in **{settings}** **Settings > Access Tokens**. respective **Revoke** button in **Settings > Access Tokens**.
## Limiting scopes of a project access token ## Limiting scopes of a project access token
......
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