Fixing links

This commit is contained in:
Stuart Clements 2019-12-17 15:47:15 +01:00
parent ea84990551
commit 2dc4fb5fb0
3 changed files with 11 additions and 11 deletions

View File

@ -72,7 +72,7 @@ This section describes how users with the developer, master, and project adminis
- [Create Tag Immutability Rules](working_with_projects/create_tag_immutability_rules.md)
- [Manage Kubernetes Packages with Helm Charts](working_with_projects/managing_helm_charts.md)
## Build, Customize, and Contribute to Harbor
## [Build, Customize, and Contribute to Harbor](build_customize_contribute/_index.md)
This section describes how developers can build from Harbor source code, customize their deployments, and contribute to the open-source Harbor project.

View File

@ -1,11 +1,11 @@
[Back to table of contents](../../_index.md)
----------
# Harbor Installation and Configuration
This document describes how to install Harbor, and how to perform initial configuration.
This section describes how to get Harbor up and running.
- [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)
----------
[Back to table of contents](../_index.md)

View File

@ -1,12 +1,12 @@
[Back to table of contents](../_index.md)
[Back to table of contents](../../_index.md)
----------
# Installing Harbor
This section describes how to install for the first time.
This section describes how to perform a new installation of Harbor.
If you are upgrading from a previous version of Harbor, you might need to update the configuration file and migrate your data to fit the database schema of the later version. For information about upgrading, see the [Upgrading Harbor](../../administration/upgrade/_index.md).
If you are upgrading from a previous version of Harbor, you might need to update the configuration file and migrate your data to fit the database schema of the later version. For information about upgrading, see [Upgrading Harbor](../../administration/upgrade/_index.md).
You can also use Helm to install Harbor on a Kubernetes cluster, to make it highly available. For information about installing Harbor with Helm on a Kubernetes cluster, see the [Harbor High Availability Guide](https://github.com/goharbor/harbor-helm/blob/master/docs/High%20Availability.md) in the https://github.com/goharbor/harbor-helm repository.
@ -44,4 +44,4 @@ The table below lists the components that are deployed when you deploy Harbor.
|Swagger-ui|3.22.1|
----------
[Back to table of contents](../_index.md)
[Back to table of contents](../../_index.md)