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

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

View File

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

View File

@ -196,3 +196,5 @@ 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).
[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.
@ -331,3 +333,5 @@ 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).
[Table of Contents](../../index.md)

View File

@ -44,3 +44,5 @@ 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).
[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

@ -35,3 +35,5 @@ 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).
[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

@ -31,3 +31,5 @@ proxy_set_header X-Forwarded-Proto $scheme;
```
Then re-deploy Harbor per the instructions in "Managing Harbor Lifecycle.
[Table of Contents](../../index.md)