From 0b1e0704a561201303b369917897b97c7e033f1e Mon Sep 17 00:00:00 2001 From: Stuart Clements Date: Fri, 20 Dec 2019 18:11:52 +0100 Subject: [PATCH] Reorg --- docs/harbor-doc-reorg/administration/_index.md | 2 +- .../administration/configure_authentication/db_auth.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/harbor-doc-reorg/administration/_index.md b/docs/harbor-doc-reorg/administration/_index.md index ad5e513dc..e40b81513 100644 --- a/docs/harbor-doc-reorg/administration/_index.md +++ b/docs/harbor-doc-reorg/administration/_index.md @@ -7,7 +7,7 @@ The operations that are performed by the Harbor system administrator are the fol - Select database, LDAP/Active Directory, or OIDC based authentication. For information, see [Configuring Authentication](configure_authentication/configure_authentication.md). - Add users in database authentication mode and assign the system administrator role to other users. For information, see [Role Based Access Control](managing_users/rbac.md). - Configure general system settings, including setting up an email server and setting the registry to read-only mode. For information, see [Configure Global Settings](general_settings.md). -- Configure how projects are created, and apply resource quotas to projects. For information, see [Configure Project Settings](configure_project_settings.md) +- Configure how projects are created, and apply resource quotas to projects. For information, see [Configure Project Settings](configure_project_settings.md). - Set up replication of images between Harbor and another Harbor instance or a 3rd party replication target. For information, see [Configuring Replication](configuring_replication/configuring_replication.md). - Set up vulnerability scanners to check the images in the registry for CVE vulnerabilities. For information, see [Vulnerability Scanning](vulnerability_scanning/vulnerability_scanning.md). - Perform garbage collection, to remove unnecessary data from Harbor. For information, see [Garbage Collection](garbage_collection.md). diff --git a/docs/harbor-doc-reorg/administration/configure_authentication/db_auth.md b/docs/harbor-doc-reorg/administration/configure_authentication/db_auth.md index 2d0b30bd7..56f065d18 100644 --- a/docs/harbor-doc-reorg/administration/configure_authentication/db_auth.md +++ b/docs/harbor-doc-reorg/administration/configure_authentication/db_auth.md @@ -25,6 +25,7 @@ In database authentication mode, user accounts are stored in the local database. ## What to Do Next For information about how to create users in database authentication mode, see [Create User Accounts in Database Mode](../managing_users/create_users_db.md). + ---------- [Back to table of contents](../../_index.md)