Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-06 03:09:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-06 03:09:12 +0300
commita97acfe57aac7d8206e99e5ffdfe9c5fb5b69544 (patch)
tree2133036f5e917d2d795ddd750f5772d53b957c88 /doc
parent76623c12c136f43f24c3966ed4b469e2c0b434b7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/user/clusters/applications.md4
-rw-r--r--doc/user/project/index.md26
2 files changed, 28 insertions, 2 deletions
diff --git a/doc/user/clusters/applications.md b/doc/user/clusters/applications.md
index 0950dd2bef0..8abbb715ed5 100644
--- a/doc/user/clusters/applications.md
+++ b/doc/user/clusters/applications.md
@@ -9,6 +9,10 @@ and [deployments](../../ci/environments.md) when using [Auto DevOps](../../topic
You can install them after you
[create a cluster](../project/clusters/add_remove_clusters.md).
+Interested in contributing a new GitLab managed app? Visit the
+[development guidelines page](../../development/kubernetes.md#gitlab-managed-apps)
+to get started.
+
## Installing applications
Applications managed by GitLab will be installed onto the `gitlab-managed-apps` namespace.
diff --git a/doc/user/project/index.md b/doc/user/project/index.md
index 29de700af4d..fb72445538a 100644
--- a/doc/user/project/index.md
+++ b/doc/user/project/index.md
@@ -114,15 +114,37 @@ Learn how to [create a new project](../../gitlab-basics/create-project.md) in Gi
### Fork a project
-You can [fork a project](../../gitlab-basics/fork-project.md) in order to:
+You can [fork a project](repository/forking_workflow.md) in order to:
- Collaborate on code by forking a project and creating a merge request
from your fork to the upstream project
- Fork a sample project to work on the top of that
+### Star a project
+
+You can star a project to make it easier to find projects you frequently use.
+The number of stars a project has can indicate its popularity.
+
+To star a project:
+
+1. Go to the home page of the project you want to star.
+1. In the upper right corner of the page, click **Star**.
+
+To view your starred projects:
+
+1. Click **Projects** in the navigation bar.
+1. Click **Starred Projects**.
+1. GitLab displays information about your starred projects, including:
+
+ - Project description, including name, description, and icon
+ - Number of times this project has been starred
+ - Number of times this project has been forked
+ - Number of open merge requests
+ - Number of open issues
+
## Project settings
-Set the project's visibility level and the access levels to its various pages
+Set the project's visibility level and the access levels to its various pages
and perform actions like archiving, renaming or transferring a project.
Read through the documentation on [project settings](settings/index.md).