From f68d4d9955861dfb1e3c9a06a376f1a217dd18cd Mon Sep 17 00:00:00 2001 From: Stuart Clements Date: Tue, 22 Oct 2019 17:03:48 +0200 Subject: [PATCH] Moved Configure HTTPS above the installation topic --- docs/harbor-doc-reorg/_index.md | 2 +- docs/harbor-doc-reorg/install_config/configuration/_index.md | 1 - docs/harbor-doc-reorg/install_config/installation/_index.md | 1 + .../{configuration => installation}/configure_https.md | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename docs/harbor-doc-reorg/install_config/{configuration => installation}/configure_https.md (100%) diff --git a/docs/harbor-doc-reorg/_index.md b/docs/harbor-doc-reorg/_index.md index 1805d7b00..e9b2e41d1 100644 --- a/docs/harbor-doc-reorg/_index.md +++ b/docs/harbor-doc-reorg/_index.md @@ -9,13 +9,13 @@ This section describes how to install Harbor and perform the required initial co - [Installing Harbor](install_config/installation/_index.md) - [Test Harbor with the Demo Server](install_config/installation/demo_server.md) - [Harbor Installation Prerequisites](install_config/installation/installation_prereqs.md) + - [Configure HTTPS Access to Harbor](install_config/installation/configure_https.md) - [Download the Harbor Installer](install_config/installation/download_installer.md) - [Configure the Harbor YML File](install_config/installation/configure_yml_file.md) - [Run the Installer Script](install_config/installation/run_installer_script.md) - [Troubleshooting Harbor Installation ](install_config/installation/troubleshoot_installation.md) - [Post-Installation Configuration](install_config/configuration/_index.md) - - [Configure HTTPS Access to Harbor](install_config/configuration/configure_https.md) - [Customize the Harbor Token Service](install_config/configuration/customize_token_service.md) - [Configure Notary Content Trust](install_config/configuration/configure_notary_content_trust.md) - [Initial Configuration in the Harbor UI](install_config/configuration/initial_config_ui.md) diff --git a/docs/harbor-doc-reorg/install_config/configuration/_index.md b/docs/harbor-doc-reorg/install_config/configuration/_index.md index db11ab95b..fc52b9b09 100644 --- a/docs/harbor-doc-reorg/install_config/configuration/_index.md +++ b/docs/harbor-doc-reorg/install_config/configuration/_index.md @@ -2,7 +2,6 @@ After you have deployed Harbor, you must perform certain post-deployment configuration operations. -- [Configure HTTPS Access to Harbor](configure_https.md) - [Customize the Harbor Token Service](customize_token_service.md) - [Configure Notary Content Trust](configure_notary_content_trust.md) - [Reconfigure Harbor and Manage the Harbor Lifecycle](reconfigure_manage_lifecycle.md) diff --git a/docs/harbor-doc-reorg/install_config/installation/_index.md b/docs/harbor-doc-reorg/install_config/installation/_index.md index 8af57fc70..4270f984d 100644 --- a/docs/harbor-doc-reorg/install_config/installation/_index.md +++ b/docs/harbor-doc-reorg/install_config/installation/_index.md @@ -3,6 +3,7 @@ The Harbor installation process involves the following stages: 1. Make sure that your target host meets the [Harbor Installation Prerequisites](installation_prereqs.md). +1. [Configure HTTPS Access to Harbor](configure_https.md) 1. [Download the Harbor Installer](download_installer.md) 1. [Configure the Harbor YML File](configure_yml_file.md) 1. [Run the Installer Script](run_installer_script.md) diff --git a/docs/harbor-doc-reorg/install_config/configuration/configure_https.md b/docs/harbor-doc-reorg/install_config/installation/configure_https.md similarity index 100% rename from docs/harbor-doc-reorg/install_config/configuration/configure_https.md rename to docs/harbor-doc-reorg/install_config/installation/configure_https.md