Experimenting with TOC links

This commit is contained in:
Stuart Clements 2019-12-17 13:40:52 +01:00
parent c3f9d5af80
commit 67dcee6502
9 changed files with 26 additions and 7 deletions

View File

@ -4,4 +4,6 @@ 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)
- [Initial Configuration in the Harbor UI](configuration/initial_config_ui.md)
[Table of Contents](../../index.md)

View File

@ -33,4 +33,6 @@ The table below lists the components that are deployed when you deploy Harbor.
|Docker/distribution|2.7.1|
|Docker/notary|0.6.1|
|Helm|2.9.1|
|Swagger-ui|3.22.1|
|Swagger-ui|3.22.1|
[Table of Contents](../../index.md)

View File

@ -195,4 +195,6 @@ If you've mapped nginx 443 port to another, you need to add the port to login, l
## What to Do Next ##
To start the installation process, [Download the Harbor Installer](download_installer.md).
To start the installation process, [Download the Harbor Installer](download_installer.md).
[Table of Contents](../../index.md)

View File

@ -1,3 +1,5 @@
[Table of Contents](../../index.md)
# Configure the Harbor YML File
You set system level parameters for Harbor in the `harbor.yml` file that is contained in the installer package. These parameters take effect when you run the `install.sh` script to install or reconfigure Harbor.
@ -330,4 +332,6 @@ Currently, Harbor only supports PostgreSQL database. To use an external database
## What to Do Next ##
To install Harbor, [Run the Installer Script](run_installer_script.md).
To install Harbor, [Run the Installer Script](run_installer_script.md).
[Table of Contents](../../index.md)

View File

@ -43,4 +43,6 @@ The installation processes are almost the same for both the online and offline i
## Next Steps
To prepare your Harbor installation, [Configure the Harbor YML File](configure_yml_file.md).
To prepare your Harbor installation, [Configure the Harbor YML File](configure_yml_file.md).
[Table of Contents](../../index.md)

View File

@ -49,3 +49,4 @@ 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.
[Table of Contents](../../index.md)

View File

@ -34,4 +34,6 @@ Harbor requires that the following ports be open on the target host.
## What to Do Next ##
To secure the connections the Harbor, you must [Configure HTTPS Access to Harbor](configure_https.md).
To secure the connections the Harbor, you must [Configure HTTPS Access to Harbor](configure_https.md).
[Table of Contents](../../index.md)

View File

@ -100,3 +100,5 @@ If the installation succeeds, continue to set up Harbor by following the instruc
If installation fails, see [Troubleshooting Harbor Installation
](troubleshoot_installation.md).
[Table of Contents](../../index.md)

View File

@ -30,4 +30,6 @@ When setting up Harbor behind an `nginx` proxy or elastic load balancing, look f
proxy_set_header X-Forwarded-Proto $scheme;
```
Then re-deploy Harbor per the instructions in "Managing Harbor Lifecycle.
Then re-deploy Harbor per the instructions in "Managing Harbor Lifecycle.
[Table of Contents](../../index.md)