Commit 9a733f13 authored by Niklas's avatar Niklas Committed by Fiona Neill

Consistency Update: user/project/index.md

Remove inline tier badges
parent c0ccea30
...@@ -35,7 +35,7 @@ Projects include the following [features](https://about.gitlab.com/features/): ...@@ -35,7 +35,7 @@ Projects include the following [features](https://about.gitlab.com/features/):
- [Deploy tokens](deploy_tokens/index.md): Manage access to the repository and Container Registry. - [Deploy tokens](deploy_tokens/index.md): Manage access to the repository and Container Registry.
- [Web IDE](web_ide/index.md) - [Web IDE](web_ide/index.md)
- [CVE ID Requests](../application_security/cve_id_request.md): Request a CVE identifier to track a - [CVE ID Requests](../application_security/cve_id_request.md): Request a CVE identifier to track a
vulnerability in your project. **(FREE SAAS)** vulnerability in your project.
**Issues and merge requests:** **Issues and merge requests:**
...@@ -83,7 +83,7 @@ Projects include the following [features](https://about.gitlab.com/features/): ...@@ -83,7 +83,7 @@ Projects include the following [features](https://about.gitlab.com/features/):
- [Kubernetes cluster integration](../infrastructure/clusters/index.md): Connect your GitLab project - [Kubernetes cluster integration](../infrastructure/clusters/index.md): Connect your GitLab project
with a Kubernetes cluster. with a Kubernetes cluster.
- [Feature Flags](../../operations/feature_flags.md): Ship different features - [Feature Flags](../../operations/feature_flags.md): Ship different features
by dynamically toggling functionality. **(PREMIUM)** by dynamically toggling functionality.
- [GitLab Pages](pages/index.md): Build, test, and deploy your static - [GitLab Pages](pages/index.md): Build, test, and deploy your static
website. website.
...@@ -92,8 +92,8 @@ Projects include the following [features](https://about.gitlab.com/features/): ...@@ -92,8 +92,8 @@ Projects include the following [features](https://about.gitlab.com/features/):
- [Wiki](wiki/index.md): Document your GitLab project in an integrated Wiki. - [Wiki](wiki/index.md): Document your GitLab project in an integrated Wiki.
- [Snippets](../snippets.md): Store, share and collaborate on code snippets. - [Snippets](../snippets.md): Store, share and collaborate on code snippets.
- [Value Stream Analytics](../analytics/value_stream_analytics.md): Review your development lifecycle. - [Value Stream Analytics](../analytics/value_stream_analytics.md): Review your development lifecycle.
- [Insights](insights/index.md): Configure the insights that matter for your projects. **(ULTIMATE)** - [Insights](insights/index.md): Configure the insights that matter for your projects.
- [Security Dashboard](../application_security/security_dashboard/index.md) **(ULTIMATE)** - [Security Dashboard](../application_security/security_dashboard/index.md)
- [Syntax highlighting](highlighting.md): Customize - [Syntax highlighting](highlighting.md): Customize
your code blocks, overriding the default language choice. your code blocks, overriding the default language choice.
- [Badges](badges.md): Add an image to the **Project information** page. - [Badges](badges.md): Add an image to the **Project information** page.
...@@ -102,9 +102,9 @@ Projects include the following [features](https://about.gitlab.com/features/): ...@@ -102,9 +102,9 @@ Projects include the following [features](https://about.gitlab.com/features/):
associated with a released version of your code. associated with a released version of your code.
- [Package Registry](../packages/package_registry/index.md): Publish and install packages. - [Package Registry](../packages/package_registry/index.md): Publish and install packages.
- [Code owners](code_owners.md): Specify code owners for specific files. - [Code owners](code_owners.md): Specify code owners for specific files.
- [License Compliance](../compliance/license_compliance/index.md): Approve and deny licenses for projects. **(ULTIMATE)** - [License Compliance](../compliance/license_compliance/index.md): Approve and deny licenses for projects.
- [Dependency List](../application_security/dependency_list/index.md): View project dependencies. **(ULTIMATE)** - [Dependency List](../application_security/dependency_list/index.md): View project dependencies.
- [Requirements](requirements/index.md): Create criteria to check your products against. **(ULTIMATE)** - [Requirements](requirements/index.md): Create criteria to check your products against.
- [Code Intelligence](code_intelligence.md): Navigate code. - [Code Intelligence](code_intelligence.md): Navigate code.
## Project integrations ## Project integrations
......
...@@ -76,13 +76,13 @@ To create a project in GitLab: ...@@ -76,13 +76,13 @@ To create a project in GitLab:
- [custom template](#create-a-project-from-a-custom-template). - [custom template](#create-a-project-from-a-custom-template).
- [HIPAA audit protocol template](#create-a-project-from-the-hipaa-audit-protocol-template). - [HIPAA audit protocol template](#create-a-project-from-the-hipaa-audit-protocol-template).
- [Import a project](../../user/project/import/index.md) - [Import a project](../../user/project/import/index.md)
from a different repository. Contact your GitLab administrator if this option is not available. from a different repository. Contact your GitLab administrator if this option is not available.
- [Connect an external repository to GitLab CI/CD](../../ci/ci_cd_for_external_repos/index.md). - [Connect an external repository to GitLab CI/CD](../../ci/ci_cd_for_external_repos/index.md).
- For a list of words that you cannot use as project names, see - For a list of words that you cannot use as project names, see
[reserved project and group names](../../user/reserved_names.md). [reserved project and group names](../../user/reserved_names.md).
- For a list of characters that you cannot use in project and group names, see - For a list of characters that you cannot use in project and group names, see
[limitations on project and group names](../../user/reserved_names.md#limitations-on-project-and-group-names). [limitations on project and group names](../../user/reserved_names.md#limitations-on-project-and-group-names).
## Create a blank project ## Create a blank project
...@@ -100,11 +100,11 @@ To create a blank project: ...@@ -100,11 +100,11 @@ To create a blank project:
- In the **Project target (optional)** field, select your project's deployment target. - In the **Project target (optional)** field, select your project's deployment target.
This information helps GitLab better understand its users and their deployment requirements. This information helps GitLab better understand its users and their deployment requirements.
- To modify the project's [viewing and access rights](../public_access.md) for - To modify the project's [viewing and access rights](../public_access.md) for
users, change the **Visibility Level**. users, change the **Visibility Level**.
- To create README file so that the Git repository is initialized, has a default branch, and - To create README file so that the Git repository is initialized, has a default branch, and
can be cloned, select **Initialize repository with a README**. can be cloned, select **Initialize repository with a README**.
- To analyze the source code in the project for known security vulnerabilities, - To analyze the source code in the project for known security vulnerabilities,
select **Enable Static Application Security Testing (SAST)**. select **Enable Static Application Security Testing (SAST)**.
1. Select **Create project**. 1. Select **Create project**.
## Create a project from a built-in template ## Create a project from a built-in template
...@@ -133,12 +133,12 @@ To create a project from a built-in template: ...@@ -133,12 +133,12 @@ To create a project from a built-in template:
then change the slug. then change the slug.
- In the **Project description (optional)** field, enter the description of your project's dashboard. - In the **Project description (optional)** field, enter the description of your project's dashboard.
- To modify the project's [viewing and access rights](../public_access.md) for users, - To modify the project's [viewing and access rights](../public_access.md) for users,
change the **Visibility Level**. change the **Visibility Level**.
1. Select **Create project**. 1. Select **Create project**.
## Create a project from a custom template **(PREMIUM)** ## Create a project from a custom template **(PREMIUM)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/6860) in [GitLab Premium](https://about.gitlab.com/pricing/) 11.2. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/6860) in GitLab 11.2.
Custom project templates are available at: Custom project templates are available at:
...@@ -159,7 +159,7 @@ Custom project templates are available at: ...@@ -159,7 +159,7 @@ Custom project templates are available at:
then change the slug. then change the slug.
- The description of your project's dashboard in the **Project description (optional)** field. - The description of your project's dashboard in the **Project description (optional)** field.
- To modify the project's [viewing and access rights](../public_access.md) for users, - To modify the project's [viewing and access rights](../public_access.md) for users,
change the **Visibility Level**. change the **Visibility Level**.
1. Select **Create project**. 1. Select **Create project**.
## Create a project from the HIPAA Audit Protocol template **(ULTIMATE)** ## Create a project from the HIPAA Audit Protocol template **(ULTIMATE)**
...@@ -185,7 +185,7 @@ To create a project from the HIPAA Audit Protocol template: ...@@ -185,7 +185,7 @@ To create a project from the HIPAA Audit Protocol template:
then change the slug. then change the slug.
- In the **Project description (optional)** field, enter the description of your project's dashboard. - In the **Project description (optional)** field, enter the description of your project's dashboard.
- To modify the project's [viewing and access rights](../public_access.md) for users, - To modify the project's [viewing and access rights](../public_access.md) for users,
change the **Visibility Level**. change the **Visibility Level**.
1. Select **Create project**. 1. Select **Create project**.
## Create a new project with Git push ## Create a new project with Git push
...@@ -207,7 +207,7 @@ used or renamed project, use the [UI](#create-a-project) or the [Projects API](. ...@@ -207,7 +207,7 @@ used or renamed project, use the [UI](#create-a-project) or the [Projects API](.
Prerequisites: Prerequisites:
- To push with SSH, you must have [an SSH key](../../ssh/index.md) that is - To push with SSH, you must have [an SSH key](../../ssh/index.md) that is
[added to your GitLab account](../../ssh/index.md#add-an-ssh-key-to-your-gitlab-account). [added to your GitLab account](../../ssh/index.md#add-an-ssh-key-to-your-gitlab-account).
- You must have permission to add new projects to a namespace. To check if you have permission: - You must have permission to add new projects to a namespace. To check if you have permission:
1. On the top bar, select **Menu > Projects**. 1. On the top bar, select **Menu > Projects**.
...@@ -409,9 +409,9 @@ To disable fetching: ...@@ -409,9 +409,9 @@ To disable fetching:
1. Disable checksum queries in `GONOSUMDB`. 1. Disable checksum queries in `GONOSUMDB`.
- If the module name or its prefix is in `GOPRIVATE` or `GONOPROXY`, Go does not query module - If the module name or its prefix is in `GOPRIVATE` or `GONOPROXY`, Go does not query module
proxies. proxies.
- If the module name or its prefix is in `GONOPRIVATE` or `GONOSUMDB`, Go does not query - If the module name or its prefix is in `GONOPRIVATE` or `GONOSUMDB`, Go does not query
Checksum databases. Checksum databases.
### Fetch Go modules from Geo secondary sites ### Fetch Go modules from Geo secondary sites
......
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