Moved Configure HTTPS above the installation topic

This commit is contained in:
Stuart Clements 2019-10-22 17:03:48 +02:00
parent b3938e7fa0
commit f68d4d9955
4 changed files with 2 additions and 2 deletions

View File

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

View File

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

View File

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