From 566608ab2fb58b2b18d4ea0ff17c0fce414e21c5 Mon Sep 17 00:00:00 2001 From: Stuart Clements Date: Tue, 17 Dec 2019 14:40:58 +0100 Subject: [PATCH] More TOC linking --- docs/harbor-doc-reorg/install_config/_index.md | 6 ++---- .../install_config/installation/configure_https.md | 4 ++-- .../install_config/installation/configure_yml_file.md | 4 ++-- .../install_config/installation/demo_server.md | 9 +++++++-- .../install_config/installation/download_installer.md | 6 ++++-- .../installation/harbor_compatibility_list.md | 6 ++++-- .../install_config/installation/installation_prereqs.md | 6 ++++-- .../install_config/installation/run_installer_script.md | 6 ++++-- .../installation/troubleshoot_installation.md | 6 ++++-- 9 files changed, 33 insertions(+), 20 deletions(-) diff --git a/docs/harbor-doc-reorg/install_config/_index.md b/docs/harbor-doc-reorg/install_config/_index.md index 626b538bb..2bf61a548 100644 --- a/docs/harbor-doc-reorg/install_config/_index.md +++ b/docs/harbor-doc-reorg/install_config/_index.md @@ -1,4 +1,4 @@ -Back to table of contents +[Back to table of contents](../../_index.md) # Harbor Installation and Configuration @@ -6,6 +6,4 @@ This document describes how to install Harbor, and how to perform initial config - [Installing Harbor](installation/_index.md) - [Post-Installation Configuration](configuration/_index.md) -- [Initial Configuration in the Harbor UI](configuration/initial_config_ui.md) - -Back to table of contents \ No newline at end of file +- [Initial Configuration in the Harbor UI](configuration/initial_config_ui.md) \ No newline at end of file diff --git a/docs/harbor-doc-reorg/install_config/installation/configure_https.md b/docs/harbor-doc-reorg/install_config/installation/configure_https.md index 9dee0f6b8..d75d59801 100644 --- a/docs/harbor-doc-reorg/install_config/installation/configure_https.md +++ b/docs/harbor-doc-reorg/install_config/installation/configure_https.md @@ -1,4 +1,4 @@ -Back to table of contents +[Back to table of contents](../../_index.md) # Configure HTTPS Access to Harbor @@ -199,4 +199,4 @@ If you've mapped nginx 443 port to another, you need to add the port to login, l To start the installation process, [Download the Harbor Installer](download_installer.md). -Back to table of contents \ No newline at end of file +[Back to table of contents](../../_index.md) \ No newline at end of file diff --git a/docs/harbor-doc-reorg/install_config/installation/configure_yml_file.md b/docs/harbor-doc-reorg/install_config/installation/configure_yml_file.md index cba3ef7fd..d28e47e29 100644 --- a/docs/harbor-doc-reorg/install_config/installation/configure_yml_file.md +++ b/docs/harbor-doc-reorg/install_config/installation/configure_yml_file.md @@ -1,4 +1,4 @@ -Back to table of contents +[Back to table of contents](../../_index.md) # Configure the Harbor YML File @@ -334,4 +334,4 @@ Currently, Harbor only supports PostgreSQL database. To use an external database To install Harbor, [Run the Installer Script](run_installer_script.md). -Back to table of contents \ No newline at end of file +[Back to table of contents](../../_index.md) \ No newline at end of file diff --git a/docs/harbor-doc-reorg/install_config/installation/demo_server.md b/docs/harbor-doc-reorg/install_config/installation/demo_server.md index 4201aa3ca..4ab7aab8a 100644 --- a/docs/harbor-doc-reorg/install_config/installation/demo_server.md +++ b/docs/harbor-doc-reorg/install_config/installation/demo_server.md @@ -1,4 +1,4 @@ -Back to table of contents +[Back to table of contents](../../_index.md) # Test Harbor with the Demo Server @@ -51,4 +51,9 @@ If you encounter any problems while using the demo server, open an [issue on Git ## What to Do Next ## -If you decide to install Harbor, verify that your target host meets the [Harbor Installation Prerequisites](installation_prereqs.md). \ No newline at end of file +If you decide to install Harbor, verify that your target host meets the [Harbor Installation Prerequisites](installation_prereqs.md). + + +---------- + +[Back to table of contents](../../_index.md) \ No newline at end of file diff --git a/docs/harbor-doc-reorg/install_config/installation/download_installer.md b/docs/harbor-doc-reorg/install_config/installation/download_installer.md index d048d0139..1ce7a4622 100644 --- a/docs/harbor-doc-reorg/install_config/installation/download_installer.md +++ b/docs/harbor-doc-reorg/install_config/installation/download_installer.md @@ -1,4 +1,4 @@ -Back to table of contents +[Back to table of contents](../../_index.md) # Download the Harbor Installer: @@ -47,4 +47,6 @@ The installation processes are almost the same for both the online and offline i To prepare your Harbor installation, [Configure the Harbor YML File](configure_yml_file.md). -Back to table of contents \ No newline at end of file +---------- + +[Back to table of contents](../../_index.md) \ No newline at end of file diff --git a/docs/harbor-doc-reorg/install_config/installation/harbor_compatibility_list.md b/docs/harbor-doc-reorg/install_config/installation/harbor_compatibility_list.md index 38bd1c72c..255c4c39c 100644 --- a/docs/harbor-doc-reorg/install_config/installation/harbor_compatibility_list.md +++ b/docs/harbor-doc-reorg/install_config/installation/harbor_compatibility_list.md @@ -1,4 +1,4 @@ -Back to table of contents +[Back to table of contents](../../_index.md) # Harbor Compatibility List @@ -51,4 +51,6 @@ This document provides compatibility information for all Harbor components. * `Evaluated` means that the scanner implementation has been officially tested and verified. * `As Default` means that the scanner is provided as a default option and can be deployed together with the main Harbor components by providing extra options during installation. You must install other scanners manually. -Back to table of contents \ No newline at end of file +---------- + +[Back to table of contents](../../_index.md) \ No newline at end of file diff --git a/docs/harbor-doc-reorg/install_config/installation/installation_prereqs.md b/docs/harbor-doc-reorg/install_config/installation/installation_prereqs.md index 4660cf72d..7ba38f9a3 100644 --- a/docs/harbor-doc-reorg/install_config/installation/installation_prereqs.md +++ b/docs/harbor-doc-reorg/install_config/installation/installation_prereqs.md @@ -1,4 +1,4 @@ -Back to table of contents +[Back to table of contents](../../_index.md) # Harbor Installation Prerequisites @@ -38,4 +38,6 @@ Harbor requires that the following ports be open on the target host. To secure the connections the Harbor, you must [Configure HTTPS Access to Harbor](configure_https.md). -Back to table of contents \ No newline at end of file +---------- + +[Back to table of contents](../../_index.md) \ No newline at end of file diff --git a/docs/harbor-doc-reorg/install_config/installation/run_installer_script.md b/docs/harbor-doc-reorg/install_config/installation/run_installer_script.md index f9eb5e5b2..6d78b64c0 100644 --- a/docs/harbor-doc-reorg/install_config/installation/run_installer_script.md +++ b/docs/harbor-doc-reorg/install_config/installation/run_installer_script.md @@ -1,4 +1,4 @@ -Back to table of contents +[Back to table of contents](../../_index.md) # Run the Installer Script @@ -103,4 +103,6 @@ If the installation succeeds, continue to set up Harbor by following the instruc If installation fails, see [Troubleshooting Harbor Installation ](troubleshoot_installation.md). -Back to table of contents \ No newline at end of file +---------- + +[Back to table of contents](../../_index.md) \ No newline at end of file diff --git a/docs/harbor-doc-reorg/install_config/installation/troubleshoot_installation.md b/docs/harbor-doc-reorg/install_config/installation/troubleshoot_installation.md index 81714d3cd..cf35de840 100644 --- a/docs/harbor-doc-reorg/install_config/installation/troubleshoot_installation.md +++ b/docs/harbor-doc-reorg/install_config/installation/troubleshoot_installation.md @@ -1,4 +1,4 @@ -Back to table of contents +[Back to table of contents](../../_index.md) # Troubleshooting Harbor Installation @@ -34,4 +34,6 @@ proxy_set_header X-Forwarded-Proto $scheme; Then re-deploy Harbor per the instructions in "Managing Harbor Lifecycle. -Back to table of contents \ No newline at end of file +---------- + +[Back to table of contents](../../_index.md) \ No newline at end of file