Commit 72287743 authored by Amy Qualls's avatar Amy Qualls Committed by Craig Norris

Update references to Projects in top bar

parent e5c04dd7
...@@ -35,7 +35,9 @@ metrics exposed by the [GitLab exporter](../prometheus/gitlab_metrics.md#metrics ...@@ -35,7 +35,9 @@ metrics exposed by the [GitLab exporter](../prometheus/gitlab_metrics.md#metrics
1. Go to **Admin Area > Settings > Metrics and profiling** and expand the **Self monitoring** section. 1. Go to **Admin Area > Settings > Metrics and profiling** and expand the **Self monitoring** section.
1. Toggle the **Create Project** button on. 1. Toggle the **Create Project** button on.
1. Once your GitLab instance creates the project, GitLab displays a link to the project in the text above the **Create Project** toggle. You can also find it under **Projects > Your projects**. 1. After your GitLab instance creates the project, GitLab displays a link to the
project in the text above the **Create Project** toggle. You can also find it
from the top bar by selecting **Menu > Project**, then selecting **Your projects**.
## Deleting the self monitoring project ## Deleting the self monitoring project
......
...@@ -168,7 +168,8 @@ Click on **Compare branches and continue** to go to the ...@@ -168,7 +168,8 @@ Click on **Compare branches and continue** to go to the
After forking a project and applying your local changes, complete the following steps to After forking a project and applying your local changes, complete the following steps to
create a merge request from your fork to contribute back to the main project: create a merge request from your fork to contribute back to the main project:
1. Go to **Projects > Your Projects** and select your fork of the repository. 1. On the top bar, select **Menu > Project**.
1. Select **Your Projects**, then select your fork of the repository.
1. In the left menu, go to **Merge requests**, and click **New merge request**. 1. In the left menu, go to **Merge requests**, and click **New merge request**.
1. In the **Source branch** drop-down list box, select your branch in your forked repository as the source branch. 1. In the **Source branch** drop-down list box, select your branch in your forked repository as the source branch.
1. In the **Target branch** drop-down list box, select the branch from the upstream repository as the target branch. 1. In the **Target branch** drop-down list box, select the branch from the upstream repository as the target branch.
......
...@@ -79,7 +79,7 @@ Example `.compliance-gitlab-ci.yml` ...@@ -79,7 +79,7 @@ Example `.compliance-gitlab-ci.yml`
```yaml ```yaml
# Allows compliance team to control the ordering and interweaving of stages/jobs. # Allows compliance team to control the ordering and interweaving of stages/jobs.
# Stages without jobs defined will remain hidden. # Stages without jobs defined will remain hidden.
stages: stages:
- pre-compliance - pre-compliance
- build - build
- test - test
...@@ -112,7 +112,7 @@ sanity check: ...@@ -112,7 +112,7 @@ sanity check:
- when: always - when: always
allow_failure: false allow_failure: false
before_script: before_script:
- "# No before scripts." - "# No before scripts."
script: script:
- echo "running $FOO" - echo "running $FOO"
after_script: after_script:
...@@ -298,10 +298,11 @@ To find an archived project: ...@@ -298,10 +298,11 @@ To find an archived project:
1. If you: 1. If you:
- Have the project's URL, open the project's page in your browser. - Have the project's URL, open the project's page in your browser.
- Don't have the project's URL: - Don't have the project's URL:
1. Click **Projects > Explore projects**. 1. On the top bar, select **Menu > Project**.
1. In the **Sort projects** dropdown box, select **Show archived projects**. 1. Select **Explore projects**.
1. In the **Filter by name** field, provide the project's name. 1. In the **Sort projects** dropdown box, select **Show archived projects**.
1. Click the link to the project to open its **Details** page. 1. In the **Filter by name** field, provide the project's name.
1. Click the link to the project to open its **Details** page.
Next, to unarchive the project: Next, to unarchive the project:
......
...@@ -13,8 +13,8 @@ code are saved in projects, and most features are in the scope of projects. ...@@ -13,8 +13,8 @@ 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. Click **Projects** in the navigation bar. 1. On the top bar, select **Menu > Project**.
1. Click **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
projects with the most [stars](#star-a-project), click **Most stars**. To view projects with the most [stars](#star-a-project), click **Most stars**. To view
...@@ -197,8 +197,8 @@ To star a project: ...@@ -197,8 +197,8 @@ To star a project:
To view your starred projects: To view your starred projects:
1. Click **Projects** in the navigation bar. 1. On the top bar, select **Menu > Project**.
1. Click **Starred Projects**. 1. Select **Starred Projects**.
1. GitLab displays information about your starred projects, including: 1. GitLab displays information about your starred projects, including:
- Project description, including name, description, and icon - Project description, including name, description, and icon
......
...@@ -194,7 +194,7 @@ author, type, and action. Also, you can sort them by ...@@ -194,7 +194,7 @@ author, type, and action. Also, you can sort them by
## Projects ## Projects
You can search through your projects from the left menu, by clicking the menu bar, then **Projects**. You can search through your projects from the top bar, by selecting **Menu > Projects**.
On the field **Filter by name**, type the project or group name you want to find, and GitLab On the field **Filter by name**, type the project or group name you want to find, and GitLab
filters them for you as you type. filters them for you as you type.
......
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