From 7e585d636b3efafad7ec2f45761f0ddb54107265 Mon Sep 17 00:00:00 2001 From: Stuart Clements Date: Fri, 1 Nov 2019 15:00:01 +0100 Subject: [PATCH] More reorg --- docs/harbor-doc-reorg/_index.md | 11 ++++++----- .../working_with_projects/configure_webhooks.md | 2 +- .../working_with_projects/create_robot_accounts.md | 3 ++- .../create_tag_retention_rules.md | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/harbor-doc-reorg/_index.md b/docs/harbor-doc-reorg/_index.md index 3e0273760..ced00d302 100644 --- a/docs/harbor-doc-reorg/_index.md +++ b/docs/harbor-doc-reorg/_index.md @@ -57,12 +57,13 @@ This section describes how users with the developer, master, and project adminis - [Working with Projects](working_with_projects/) - [Create a Project](working_with_projects/create_projects.md) - [Assign Users to a Project](working_with_projects/add_users.md) - - [Configure a Per-Project CVE Whitelist](working_with_projects/configure_project_whitelist.md) + - [Create Labels](working_with_projects/create_labels.md) - [Access and Search Project Logs](working_with_projects/access_project_logs.md) -- [](working_with_projects/) -- [](working_with_projects/) -- [](working_with_projects/) -- [](working_with_projects/) + - [Create Robot Accounts](working_with_projects/create_robot_accounts.md) + - [Create Tag Retention Rules](working_with_projects/create_tag_retention_rules.md) + - [Configure Webhook Notifications](working_with_projects/configure_webhooks.md) + - [Project Configuration](working_with_projects/project_configuration.md) + - [Configure a Per-Project CVE Whitelist](working_with_projects/configure_project_whitelist.md) ## Build, Customize, and Contribute to Harbor diff --git a/docs/harbor-doc-reorg/working_with_projects/configure_webhooks.md b/docs/harbor-doc-reorg/working_with_projects/configure_webhooks.md index c702c7987..d444c3989 100644 --- a/docs/harbor-doc-reorg/working_with_projects/configure_webhooks.md +++ b/docs/harbor-doc-reorg/working_with_projects/configure_webhooks.md @@ -1,4 +1,4 @@ -# Configuring Webhook Notifications +# Configure Webhook Notifications If you are a project administrator, you can configure a connection from a project in Harbor to a webhook endpoint. If you configure webhooks, Harbor notifies the webhook endpoint of certain events that occur in the project. Webhooks allow you to integrate Harbor with other tools to streamline continuous integration and development processes. diff --git a/docs/harbor-doc-reorg/working_with_projects/create_robot_accounts.md b/docs/harbor-doc-reorg/working_with_projects/create_robot_accounts.md index 8ce9c8c89..56e819e36 100644 --- a/docs/harbor-doc-reorg/working_with_projects/create_robot_accounts.md +++ b/docs/harbor-doc-reorg/working_with_projects/create_robot_accounts.md @@ -1,4 +1,5 @@ -# Creating Robot Accounts +# Create Robot Accounts + Robot Accounts are accounts created by project admins that are intended for automated operations. They have the following limitations: 1, Robot Accounts cannot login Harbor portal diff --git a/docs/harbor-doc-reorg/working_with_projects/create_tag_retention_rules.md b/docs/harbor-doc-reorg/working_with_projects/create_tag_retention_rules.md index cfeae149d..5cd105cb2 100644 --- a/docs/harbor-doc-reorg/working_with_projects/create_tag_retention_rules.md +++ b/docs/harbor-doc-reorg/working_with_projects/create_tag_retention_rules.md @@ -1,4 +1,4 @@ -#Create Tag Retention Rules +# Create Tag Retention Rules A repository can rapidly accumulate a large number of image tags, many of which might not be required after a given time or once they have been superseded by a subsequent image build. These excess tags can obviously consume large quantities of storage capacity. As a system administrator, you can define rules that govern how many tags of a given repository to retain, or for how long to retain certain tags.