diff --git a/docs/1.10/index.md b/docs/1.10/index.md index 46a9a9295..7adb7c327 100644 --- a/docs/1.10/index.md +++ b/docs/1.10/index.md @@ -54,8 +54,7 @@ This section describes how to use and maintain Harbor after deployment. These da This section describes how users with the developer, master, and project administrator roles manage and participate in Harbor projects. - [Introduction](working_with_projects/index.md) -- [Project Creation](working_with_projects/project_overview.md) - - [Create a Project](working_with_projects/create_projects.md) +- [Create Projects](working_with_projects/create_projects.md) - [Assign Users to a Project](working_with_projects/add_users.md) - [Project Configuration](working_with_projects/project_configuration.md) - [Access and Search Project Logs](working_with_projects/access_project_logs.md) diff --git a/docs/1.10/working_with_projects/create_projects.md b/docs/1.10/working_with_projects/create_projects.md index 3e6fac909..ea1e55099 100644 --- a/docs/1.10/working_with_projects/create_projects.md +++ b/docs/1.10/working_with_projects/create_projects.md @@ -2,9 +2,16 @@ ---------- -# Create a Project +# Create Projects -In Harbor, you create different projects to which you assign users so that they can push and pull image repositories. You also configure project-specific settings. When you first deploy Harbor, a default public project named `library` is created. +A project in Harbor contains all repositories of an application. Images cannot be pushed to Harbor before a project is created. Role-Based Access Control (RBAC) is applied to projects, so that only users with the appropriate roles can perform certain operations. + +There are two types of project in Harbor: + +* **Public**: Any user can pull images from this project. This is a convenient way for you to share repositories with others. +* **Private**: Only users who are members of the project can pull images + +You create different projects to which you assign users so that they can push and pull image repositories. You also configure project-specific settings. When you first deploy Harbor, a default public project named `library` is created. ## Prerequisites diff --git a/docs/1.10/working_with_projects/index.md b/docs/1.10/working_with_projects/index.md index bb1fdb065..2664ddfdf 100644 --- a/docs/1.10/working_with_projects/index.md +++ b/docs/1.10/working_with_projects/index.md @@ -2,7 +2,7 @@ This section describes how users with the developer, master, and project administrator roles manage and participate in Harbor projects. The Harbor administrator can also perform all of these tasks. -- [Project Creation](project_overview.md) +- [Create Projects](create_projects.md) - [Project Configuration](project_configuration.md) - [Working with Images, Tags, and Helm Charts](working_with_images.md) diff --git a/docs/1.10/working_with_projects/project_overview.md b/docs/1.10/working_with_projects/project_overview.md deleted file mode 100644 index 28a98d450..000000000 --- a/docs/1.10/working_with_projects/project_overview.md +++ /dev/null @@ -1,13 +0,0 @@ -# Project Creation - -A project in Harbor contains all repositories of an application. Images cannot be pushed to Harbor before a project is created. Role-Based Access Control (RBAC) is applied to projects, so that only users with the appropriate roles can perform certain operations. - -There are two types of project in Harbor: - -* **Public**: Any user can pull images from this project. This is a convenient way for you to share repositories with others. -* **Private**: Only users who are members of the project can pull images - ----------- - -[Back to table of contents](../index.md) -