Merge pull request #3730 from sigsbee/updateguide

Add link to user guide overview issue#3519
This commit is contained in:
Yan 2017-12-10 20:49:24 -08:00 committed by GitHub
commit bcb74dde83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,20 +2,23 @@
## Overview ## Overview
This guide walks you through the fundamentals of using Harbor. You'll learn how to use Harbor to: This guide walks you through the fundamentals of using Harbor. You'll learn how to use Harbor to:
* Manage your projects. * [Manage your projects.](#managing-projects)
* Manage members of a project. * [Manage members of a project.](#managing-members-of-a-project)
* Replicate projects to a remote registry. * [Replicate projects to a remote registry.](#replicationg-images)
* Search projects and repositories. * [Search projects and repositories.](#searching-projects-and-repositories)
* Manage Harbor system if you are the system administrator: * [Manage Harbor system if you are the system administrator:](#administrator-options)
* Manage users. * [Manage users.](#managing-user)
* Manage destinations. * [Manage destinations.](#managing-endpoint)
* Manage replication policies. * [Manage replication policies.](#managing-replication)
* Manage configuration. * [Manage authentication.](#managing-authentication)
* Pull and push images using Docker client. * [Manage project creation.](#managing-project-creation)
* Delete repositories and images. * [Manage self-registration.](#managing-self-registration)
* Content trust. * [Manage email settings.](#managing-email-settings)
* Vulnerability scanning via Clair. * [Pull and push images using Docker client.](#pulling-and-pushing-images-using-docker-client)
* Pull image from Harbor in Kubernetes. * [Delete repositories and images.](#deleting-repositories)
* [Content trust. ](#content-trust)
* [Vulnerability scanning via Clair.](#vulnerability-scaning-via-clair)
* [Pull image from Harbor in Kubernetes.](#pull-image-from-harbor-in-kubernetes)
## Role Based Access Control(RBAC) ## Role Based Access Control(RBAC)