Commit d636cd52 authored by Fiona Neill's avatar Fiona Neill

Merge branch 'topics/explore-topics-docs' into 'master'

Docs: Add docs for `Explore topics` page

See merge request gitlab-org/gitlab!74282
parents e2fac9f0 b6594df9
...@@ -241,8 +241,8 @@ To [Create a new group](../group/index.md#create-a-group) click **New group**. ...@@ -241,8 +241,8 @@ To [Create a new group](../group/index.md#create-a-group) click **New group**.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/340920) in GitLab 14.4. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/340920) in GitLab 14.4.
You can administer all [topics](../project/settings/index.md#topics) in the GitLab instance from the You can administer all [topics](../project/working_with_projects.md#explore-topics) in the
Admin Area's Topics page. GitLab instance from the Admin Area's Topics page.
To access the Topics page: To access the Topics page:
......
...@@ -43,7 +43,7 @@ To assign topics to a project: ...@@ -43,7 +43,7 @@ To assign topics to a project:
1. Under **Topics**, enter the project topics. Existing popular topics are suggested as you type. 1. Under **Topics**, enter the project topics. Existing popular topics are suggested as you type.
1. Select **Save changes**. 1. Select **Save changes**.
For GitLab.com, explore popular topics on the [Explore topics page](https://gitlab.com/explore/projects/topics). For GitLab.com, explore popular topics on the [Explore topics page](../working_with_projects.md#explore-topics).
When you select a topic, you can see relevant projects. When you select a topic, you can see relevant projects.
NOTE: NOTE:
......
...@@ -13,7 +13,7 @@ code are saved in projects, and most features are in the scope of projects. ...@@ -13,7 +13,7 @@ code are saved in projects, and most features are in the scope of projects.
You can explore other popular projects available on GitLab. To explore projects: You can explore other popular projects available on GitLab. To explore projects:
1. On the top bar, select **Menu > Project**. 1. On the top bar, select **Menu > Projects**.
1. Select **Explore projects**. 1. Select **Explore projects**.
GitLab displays a list of projects, sorted by last updated date. To view GitLab displays a list of projects, sorted by last updated date. To view
...@@ -25,6 +25,21 @@ By default, `/explore` is visible to unauthenticated users. However, if the ...@@ -25,6 +25,21 @@ By default, `/explore` is visible to unauthenticated users. However, if the
[**Public** visibility level](../admin_area/settings/visibility_and_access_controls.md#restrict-visibility-levels) [**Public** visibility level](../admin_area/settings/visibility_and_access_controls.md#restrict-visibility-levels)
is restricted, `/explore` is visible only to signed-in users. is restricted, `/explore` is visible only to signed-in users.
## Explore topics
You can explore popular project topics available on GitLab. To explore project topics:
1. On the top bar, select **Menu > Projects**.
1. Select **Explore topics**.
GitLab displays a list of topics sorted by the number of associated projects.
To view projects associated with a topic, select a topic from the list.
You can assign topics to a project on the [Project Settings page](settings/index.md#topics).
If you're an instance administrator, you can administer all project topics from the
[Admin Area's Topics page](../admin_area/index.md#administering-topics).
## Create a project ## Create a project
To create a project in GitLab: To create a project in GitLab:
...@@ -213,7 +228,7 @@ To star a project: ...@@ -213,7 +228,7 @@ To star a project:
To view your starred projects: To view your starred projects:
1. On the top bar, select **Menu > Project**. 1. On the top bar, select **Menu > Projects**.
1. Select **Starred Projects**. 1. Select **Starred Projects**.
1. GitLab displays information about your starred projects, including: 1. GitLab displays information about your starred projects, including:
......
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