diff --git a/docs/harbor-doc-reorg/_index.md b/docs/harbor-doc-reorg/_index.md index f3d2865a5..e767e73a5 100644 --- a/docs/harbor-doc-reorg/_index.md +++ b/docs/harbor-doc-reorg/_index.md @@ -57,7 +57,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. - [Working with Harbor Projects](working_with_projects/_index.md) - - [Project Creation]() + - [Project Creation](working_with_projects/project_overview.md)) - [Create a Project](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) diff --git a/docs/harbor-doc-reorg/administration/_index.md b/docs/harbor-doc-reorg/administration/_index.md index e87ec7599..f5600ff54 100644 --- a/docs/harbor-doc-reorg/administration/_index.md +++ b/docs/harbor-doc-reorg/administration/_index.md @@ -1,5 +1,7 @@ # Harbor Administration +This section describes how to configure and maintain Harbor after deployment. These day 2 operations are performed by the Harbor Administrator. + - [Managing Users](managing_users/_index.md) - [Configure Project Settings](configure_project_settings/_index.md) - [Configuring Replication](configuring_replication/_index.md) diff --git a/docs/harbor-doc-reorg/build_customize_contribute/_index.md b/docs/harbor-doc-reorg/build_customize_contribute/_index.md index ca01fa7ec..ec8e484b2 100644 --- a/docs/harbor-doc-reorg/build_customize_contribute/_index.md +++ b/docs/harbor-doc-reorg/build_customize_contribute/_index.md @@ -1,3 +1,3 @@ # Build, Customize, and Contribute to Harbor -Placeholder text +This section describes how developers can build from Harbor source code, customize their deployments, and contribute to the open-source Harbor project. diff --git a/docs/harbor-doc-reorg/working_with_projects/_index.md b/docs/harbor-doc-reorg/working_with_projects/_index.md index eac8e6c36..0249c3908 100644 --- a/docs/harbor-doc-reorg/working_with_projects/_index.md +++ b/docs/harbor-doc-reorg/working_with_projects/_index.md @@ -2,10 +2,5 @@ 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. -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 diff --git a/docs/harbor-doc-reorg/working_with_projects/project_overview.md b/docs/harbor-doc-reorg/working_with_projects/project_overview.md index f2b1be752..7a827adc0 100644 --- a/docs/harbor-doc-reorg/working_with_projects/project_overview.md +++ b/docs/harbor-doc-reorg/working_with_projects/project_overview.md @@ -1,3 +1,8 @@ # Project Creation -Here +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