Commit 8f20a41b authored by Fiona Neill's avatar Fiona Neill

Merge branch 'fix/doc-user-project-workspace' into 'master'

Doc Consistency: user/project - workspace

See merge request gitlab-org/gitlab!81576
parents 13300d46 9a733f13
...@@ -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
......
...@@ -80,9 +80,9 @@ To create a project in GitLab: ...@@ -80,9 +80,9 @@ To create a project in GitLab:
- [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
...@@ -138,7 +138,7 @@ To create a project from a built-in template: ...@@ -138,7 +138,7 @@ To create a project from a built-in template:
## 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:
...@@ -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