Moved content around a bit

This commit is contained in:
Stuart Clements 2019-11-01 17:10:24 +01:00
parent d189b1e425
commit 2bbe0ef444
5 changed files with 10 additions and 8 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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.

View File

@ -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

View File

@ -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