diff --git a/docs/README.md b/docs/README.md index 46c0c10f1..b2de015bd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,47 +1,90 @@ -# User and Developer Documentation +Harbor Documentation -For the Harbor 1.10 docs, please go to https://github.com/goharbor/harbor/blob/master/docs/1.10/. +This is the main table of contents for the Harbor 1.10.x documentation. -For older versions of the docs, please select the appropriate `release-1.xx.x` branch and go to the `docs` folder. +## Harbor Installation and Configuration -See also the [Harbor Architecture Overview](https://github.com/vmware/harbor/wiki/Architecture-Overview-of-Harbor). +This section describes how to install Harbor and perform the required initial configurations. These day 1 operations are performed by the Harbor Administrator. -# Articles from the Harbor Community +- [Introduction](install-config/_index.md) +- [Test Harbor with the Demo Server](install-config/demo-server.md) +- [Harbor Compatibility List](install-config/harbor-compatibility-list.md) +- [Harbor Installation Prerequisites](install-config/installation-prereqs.md) +- [Download the Harbor Installer](install-config/download-installer.md) +- [Configure HTTPS Access to Harbor](install-config/configure-https.md) +- [Configure the Harbor YML File](install-config/configure-yml-file.md) +- [Run the Installer Script](install-config/run-installer-script.md) +- [Deploying Harbor with High Availability via Helm](install-config/harbor-ha-helm.md) +- [Deploy Harbor with the Quick Installation Script](install-config/quick-install-script.md) +- [Troubleshooting Harbor Installation](install-config/troubleshoot-installation.md) +- [Reconfigure Harbor and Manage the Harbor Lifecycle](install-config/reconfigure-manage-lifecycle.md) +- [Customize the Harbor Token Service](install-config/customize-token-service.md) +- [Configure Harbor User Settings at the Command Line](install-config/configure-user-settings-cli.md) + +## Harbor Administration -[Python SDK](../contrib/registryapi) +This section describes how to use and maintain Harbor after deployment. These day 2 operations are performed by the Harbor Administrator. -[Harbor CLI](https://github.com/int32bit/harborclient) +- [Introduction](administration/_index.md) +- [Configuring Authentication](administration/configure-authentication/_index.md) + - [Configure Database Authentication](administration/configure-authentication/db-auth.md) + - [Configure LDAP/Active Directory Authentication](administration/configure-authentication/ldap-auth.md) + - [Configure OIDC Provider Authentication](administration/configure-authentication/oidc-auth.md) +- [Managing Users](administration/managing-users/_index.md) + - [User Permissions By Role](administration/managing-users/user-permissions-by-role.md) + - [Create User Accounts in Database Mode](administration/managing-users/create-users-db.md) +- [Configure Global Settings](administration/general-settings/_index.md) +- [Configure Project Quotas](administration/configure-project-quotas/_index.md) +- [Configuring Replication](administration/configuring-replication/_index.md) + - [Create Replication Endpoints](administration/configuring-replication/create-replication-endpoints.md) + - [Create Replication Rules](administration/configuring-replication/create-replication-rules.md) + - [Manage Replications](administration/configuring-replication/manage-replications.md) +- [Vulnerability Scanning](administration/vulnerability-scanning/_index.md) + - [Connect Harbor to Additional Vulnerability Scanners](administration/vulnerability-scanning/pluggable-scanners.md) + - [Scan Individual Images](administration/vulnerability-scanning/scan-individual-image.md) + - [Scan All Images](administration/vulnerability-scanning/scan-all-images.md) + - [Schedule Scans](administration/vulnerability-scanning/schedule-scans.md) + - [Import Vulnerability Data to an Offline Harbor instance](administration/vulnerability-scanning/import-vulnerability-data.md) + - [Configure System-Wide CVE Whitelists](administration/vulnerability-scanning/configure-system-whitelist.md) +- [Garbage Collection](administration/garbage-collection/_index.md) +- [Upgrade Harbor and Migrate Data](administration/upgrade/upgrade-migrate-data.md) + - [Upgrading Harbor Deployed with Helm](administration/upgrade/helm-upgrade.md) + - [Roll Back an Upgrade](administration/upgrade/roll-back-upgrade.md) + - [Test Harbor Upgrade](administration/upgrade/upgrade-test.md) -[Deploy Harbor using Docker Machine](../contrib/deploying_using_docker_machine.md) +## Working with Harbor Projects -[Configuring Harbor as a local registry mirror](../contrib/Configure_mirror.md) +This section describes how users with the developer, master, and project administrator roles manage and participate in Harbor projects. -[Remote site replicated Docker Registries with VMware Harbor](http://www.vmtocloud.com/remote-site-replicated-docker-registries-with-vmware-harbor/) +- [Introduction](working-with-projects/_index.md) +- [Create Projects](working-with-projects/create-projects/_index.md) + - [Assign Users to a Project](working-with-projects/add-users.md) +- [Project Configuration](working-with-projects/project-configuration/_index.md) + - [Access and Search Project Logs](working-with-projects/access-project-logs.md) + - [Create Robot Accounts](working-with-projects/create-robot-accounts.md) + - [Configure Webhook Notifications](working-with-projects/configure-webhooks.md) + - [Configure a Per-Project CVE Whitelist](working-with-projects/configure-project-whitelist.md) + - [Implementing Content Trust](working-with-projects/implementing-content-trust.md) +- [Working with Images, Tags, and Helm Charts](working-with-projects/working-with-images.md) + - [Pulling and Pushing Images](working-with-projects/pulling-pushing-images.md) + - [Create Labels](working-with-projects/create-labels.md) + - [Retag Images](working-with-projects/retagging-images.md) + - [Create Tag Retention Rules](working-with-projects/create-tag-retention-rules.md) + - [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) +- [Using API Explorer](working-with-projects/using-api-explorer/_index.md) -[Hybrid cloud Docker Registry with VMware Harbor](http://www.vmtocloud.com/hybrid-cloud-docker-registry-with-vmware-harbor/) +## Build, Customize, and Contribute to Harbor -[Harbor Registry Blueprint for vRA](http://www.vmtocloud.com/harbor-registry-blueprint-is-here/) +This section describes how developers can build from Harbor source code, customize their deployments, and contribute to the open-source Harbor project. -[Architecture of Harbor: An Open Source Enterprise-class Registry Server](http://www.think-foundry.com/architecture-of-harbor-an-open-source-enterprise-class-registry-server/) +- [Build Harbor from Source Code](build-customize-contribute/compile-guide.md) +- [Developing the Harbor Frontend](build-customize-contribute/ui-contribution-get-started.md) +- [Customize the Harbor Look & Feel ](build-customize-contribute/customize-look-feel.md) +- [Developing for Internationalization](build-customize-contribute/developer-guide-i18n.md) +- [Using Make](build-customize-contribute/use-make.md) +- [View and test Harbor REST API via Swagger](build-customize-contribute/configure-swagger.md) +- [Registry Landscape](build-customize-contribute/registry-landscape.md) +- [E2E Test Scripting Guide](build-customize-contribute/e2e_api_python_based_scripting_guide.md) -[Private Harbor Registry Achieves High Availability based on Virtual SAN](http://www.think-foundry.com/private-docker-registry-harbor-achieves-ha-based-on-virtual-san/) - -[Working with Harbor Registry REST API via Swagger](http://www.think-foundry.com/working-with-harbor-registry-rest-api-via-swagger/) - -[How to use Harbor with Minio](https://blog.minio.io/how-to-use-vmware-harbor-with-minio-c07a5c4ae31b) - -[Harbor, an enterprise class registry server](https://vorcunus.blog/2017/03/11/harbor-an-enterprise-class-registry-server/) - -[Hybrid Container Management for vCloud Director with Harbor](https://blogs.vmware.com/vcat/2017/03/hybrid-container-management-vcloud-director-vmware-harbor.html) - -[Project Harbor Reached Milestone of 2000 Stars](http://www.think-foundry.com/project-harbor-reaches-milestone-2000-stars-github/) - -[Project Harbor in action](http://cormachogan.com/2016/08/05/project-harbor-action/) - -[Using vSphere docker volume driver to run Project Harbor on VSAN](http://cormachogan.com/2016/07/29/using-vsphere-docker-volume-driver-run-project-harbor-vsan/) - -[Overall Architecture of Harbor Registry](http://www.compare-review-information.com/overall-architecture-of-harbor-registry/) - -[Making a Private Secured Docker Registry in 15 Minutes](http://alexanderzeitler.com/articles/deploying-a-private-secured-docker-registry-within-15-minutes/) - -[Docker Private Registry Using Harbor](https://blog.imaginea.com/docker-private-registry-using-harbor-2/) +See also the list of [Articles from the Harbor Community](https://github.com/goharbor/harbor/blob/master/docs/README.md#articles-from-the-community). \ No newline at end of file diff --git a/docs/website/_index.md b/docs/_index.md similarity index 100% rename from docs/website/_index.md rename to docs/_index.md diff --git a/docs/website/administration/_index.md b/docs/administration/_index.md similarity index 100% rename from docs/website/administration/_index.md rename to docs/administration/_index.md diff --git a/docs/website/administration/configure-authentication/_index.md b/docs/administration/configure-authentication/_index.md similarity index 100% rename from docs/website/administration/configure-authentication/_index.md rename to docs/administration/configure-authentication/_index.md diff --git a/docs/website/administration/configure-authentication/db-auth.md b/docs/administration/configure-authentication/db-auth.md similarity index 100% rename from docs/website/administration/configure-authentication/db-auth.md rename to docs/administration/configure-authentication/db-auth.md diff --git a/docs/website/administration/configure-authentication/ldap-auth.md b/docs/administration/configure-authentication/ldap-auth.md similarity index 100% rename from docs/website/administration/configure-authentication/ldap-auth.md rename to docs/administration/configure-authentication/ldap-auth.md diff --git a/docs/website/administration/configure-authentication/oidc-auth.md b/docs/administration/configure-authentication/oidc-auth.md similarity index 100% rename from docs/website/administration/configure-authentication/oidc-auth.md rename to docs/administration/configure-authentication/oidc-auth.md diff --git a/docs/website/administration/configure-project-quotas/_index.md b/docs/administration/configure-project-quotas/_index.md similarity index 100% rename from docs/website/administration/configure-project-quotas/_index.md rename to docs/administration/configure-project-quotas/_index.md diff --git a/docs/website/administration/configuring-replication/_index.md b/docs/administration/configuring-replication/_index.md similarity index 100% rename from docs/website/administration/configuring-replication/_index.md rename to docs/administration/configuring-replication/_index.md diff --git a/docs/website/administration/configuring-replication/create-replication-endpoints.md b/docs/administration/configuring-replication/create-replication-endpoints.md similarity index 100% rename from docs/website/administration/configuring-replication/create-replication-endpoints.md rename to docs/administration/configuring-replication/create-replication-endpoints.md diff --git a/docs/website/administration/configuring-replication/create-replication-rules.md b/docs/administration/configuring-replication/create-replication-rules.md similarity index 100% rename from docs/website/administration/configuring-replication/create-replication-rules.md rename to docs/administration/configuring-replication/create-replication-rules.md diff --git a/docs/website/administration/configuring-replication/manage-replications.md b/docs/administration/configuring-replication/manage-replications.md similarity index 100% rename from docs/website/administration/configuring-replication/manage-replications.md rename to docs/administration/configuring-replication/manage-replications.md diff --git a/docs/website/administration/garbage-collection/_index.md b/docs/administration/garbage-collection/_index.md similarity index 100% rename from docs/website/administration/garbage-collection/_index.md rename to docs/administration/garbage-collection/_index.md diff --git a/docs/website/administration/general-settings/_index.md b/docs/administration/general-settings/_index.md similarity index 100% rename from docs/website/administration/general-settings/_index.md rename to docs/administration/general-settings/_index.md diff --git a/docs/website/administration/managing-users/_index.md b/docs/administration/managing-users/_index.md similarity index 100% rename from docs/website/administration/managing-users/_index.md rename to docs/administration/managing-users/_index.md diff --git a/docs/website/administration/managing-users/create-users-db.md b/docs/administration/managing-users/create-users-db.md similarity index 100% rename from docs/website/administration/managing-users/create-users-db.md rename to docs/administration/managing-users/create-users-db.md diff --git a/docs/website/administration/managing-users/user-permissions-by-role.md b/docs/administration/managing-users/user-permissions-by-role.md similarity index 100% rename from docs/website/administration/managing-users/user-permissions-by-role.md rename to docs/administration/managing-users/user-permissions-by-role.md diff --git a/docs/website/administration/upgrade/_index.md b/docs/administration/upgrade/_index.md similarity index 100% rename from docs/website/administration/upgrade/_index.md rename to docs/administration/upgrade/_index.md diff --git a/docs/website/administration/upgrade/helm-upgrade.md b/docs/administration/upgrade/helm-upgrade.md similarity index 100% rename from docs/website/administration/upgrade/helm-upgrade.md rename to docs/administration/upgrade/helm-upgrade.md diff --git a/docs/website/administration/upgrade/roll-back-upgrade.md b/docs/administration/upgrade/roll-back-upgrade.md similarity index 100% rename from docs/website/administration/upgrade/roll-back-upgrade.md rename to docs/administration/upgrade/roll-back-upgrade.md diff --git a/docs/website/administration/upgrade/upgrade-test.md b/docs/administration/upgrade/upgrade-test.md similarity index 100% rename from docs/website/administration/upgrade/upgrade-test.md rename to docs/administration/upgrade/upgrade-test.md diff --git a/docs/website/administration/vulnerability-scanning/_index.md b/docs/administration/vulnerability-scanning/_index.md similarity index 100% rename from docs/website/administration/vulnerability-scanning/_index.md rename to docs/administration/vulnerability-scanning/_index.md diff --git a/docs/website/administration/vulnerability-scanning/configure-system-whitelist.md b/docs/administration/vulnerability-scanning/configure-system-whitelist.md similarity index 100% rename from docs/website/administration/vulnerability-scanning/configure-system-whitelist.md rename to docs/administration/vulnerability-scanning/configure-system-whitelist.md diff --git a/docs/website/administration/vulnerability-scanning/import-vulnerability-data.md b/docs/administration/vulnerability-scanning/import-vulnerability-data.md similarity index 100% rename from docs/website/administration/vulnerability-scanning/import-vulnerability-data.md rename to docs/administration/vulnerability-scanning/import-vulnerability-data.md diff --git a/docs/website/administration/vulnerability-scanning/pluggable-scanners.md b/docs/administration/vulnerability-scanning/pluggable-scanners.md similarity index 100% rename from docs/website/administration/vulnerability-scanning/pluggable-scanners.md rename to docs/administration/vulnerability-scanning/pluggable-scanners.md diff --git a/docs/website/administration/vulnerability-scanning/scan-all-images.md b/docs/administration/vulnerability-scanning/scan-all-images.md similarity index 100% rename from docs/website/administration/vulnerability-scanning/scan-all-images.md rename to docs/administration/vulnerability-scanning/scan-all-images.md diff --git a/docs/website/administration/vulnerability-scanning/scan-individual-image.md b/docs/administration/vulnerability-scanning/scan-individual-image.md similarity index 100% rename from docs/website/administration/vulnerability-scanning/scan-individual-image.md rename to docs/administration/vulnerability-scanning/scan-individual-image.md diff --git a/docs/website/administration/vulnerability-scanning/schedule-scans.md b/docs/administration/vulnerability-scanning/schedule-scans.md similarity index 100% rename from docs/website/administration/vulnerability-scanning/schedule-scans.md rename to docs/administration/vulnerability-scanning/schedule-scans.md diff --git a/docs/adopters/360.png b/docs/adopters/360.png deleted file mode 100644 index bb8feab6b..000000000 Binary files a/docs/adopters/360.png and /dev/null differ diff --git a/docs/adopters/Yanrong.jpg b/docs/adopters/Yanrong.jpg deleted file mode 100644 index 3a4d892d4..000000000 Binary files a/docs/adopters/Yanrong.jpg and /dev/null differ diff --git a/docs/adopters/anchore_logo.png b/docs/adopters/anchore_logo.png deleted file mode 100644 index 289da968e..000000000 Binary files a/docs/adopters/anchore_logo.png and /dev/null differ diff --git a/docs/adopters/axatp.png b/docs/adopters/axatp.png deleted file mode 100644 index 2401c56c8..000000000 Binary files a/docs/adopters/axatp.png and /dev/null differ diff --git a/docs/adopters/beyondsoft.png b/docs/adopters/beyondsoft.png deleted file mode 100644 index 49867c396..000000000 Binary files a/docs/adopters/beyondsoft.png and /dev/null differ diff --git a/docs/adopters/bingocloud.png b/docs/adopters/bingocloud.png deleted file mode 100644 index d1fac9f19..000000000 Binary files a/docs/adopters/bingocloud.png and /dev/null differ diff --git a/docs/adopters/bocoit.png b/docs/adopters/bocoit.png deleted file mode 100644 index 7560b646f..000000000 Binary files a/docs/adopters/bocoit.png and /dev/null differ diff --git a/docs/adopters/boer.png b/docs/adopters/boer.png deleted file mode 100644 index af54d40f6..000000000 Binary files a/docs/adopters/boer.png and /dev/null differ diff --git a/docs/adopters/caicloud.png b/docs/adopters/caicloud.png deleted file mode 100644 index 37e26c0ec..000000000 Binary files a/docs/adopters/caicloud.png and /dev/null differ diff --git a/docs/adopters/china-mobile.png b/docs/adopters/china-mobile.png deleted file mode 100644 index 98e3589da..000000000 Binary files a/docs/adopters/china-mobile.png and /dev/null differ diff --git a/docs/adopters/cloudchef.png b/docs/adopters/cloudchef.png deleted file mode 100644 index 2a5cd00c4..000000000 Binary files a/docs/adopters/cloudchef.png and /dev/null differ diff --git a/docs/adopters/cloudstar.png b/docs/adopters/cloudstar.png deleted file mode 100644 index fe0a58904..000000000 Binary files a/docs/adopters/cloudstar.png and /dev/null differ diff --git a/docs/adopters/datayes.png b/docs/adopters/datayes.png deleted file mode 100644 index 707aacfe5..000000000 Binary files a/docs/adopters/datayes.png and /dev/null differ diff --git a/docs/adopters/hydsoft.png b/docs/adopters/hydsoft.png deleted file mode 100644 index 0a694fa67..000000000 Binary files a/docs/adopters/hydsoft.png and /dev/null differ diff --git a/docs/adopters/ifre.png b/docs/adopters/ifre.png deleted file mode 100644 index de0d4cbea..000000000 Binary files a/docs/adopters/ifre.png and /dev/null differ diff --git a/docs/adopters/jd.png b/docs/adopters/jd.png deleted file mode 100644 index d21d155e0..000000000 Binary files a/docs/adopters/jd.png and /dev/null differ diff --git a/docs/adopters/openedutainment.png b/docs/adopters/openedutainment.png deleted file mode 100644 index 45def4daa..000000000 Binary files a/docs/adopters/openedutainment.png and /dev/null differ diff --git a/docs/adopters/pivotal.png b/docs/adopters/pivotal.png deleted file mode 100644 index 7b5a47ec0..000000000 Binary files a/docs/adopters/pivotal.png and /dev/null differ diff --git a/docs/adopters/rancher.png b/docs/adopters/rancher.png deleted file mode 100644 index 99d095776..000000000 Binary files a/docs/adopters/rancher.png and /dev/null differ diff --git a/docs/adopters/slamtec.png b/docs/adopters/slamtec.png deleted file mode 100644 index df3a46427..000000000 Binary files a/docs/adopters/slamtec.png and /dev/null differ diff --git a/docs/adopters/talkingdata.png b/docs/adopters/talkingdata.png deleted file mode 100644 index c0b69622b..000000000 Binary files a/docs/adopters/talkingdata.png and /dev/null differ diff --git a/docs/adopters/tenxcloud.png b/docs/adopters/tenxcloud.png deleted file mode 100644 index 8db40928b..000000000 Binary files a/docs/adopters/tenxcloud.png and /dev/null differ diff --git a/docs/adopters/trendmicro.png b/docs/adopters/trendmicro.png deleted file mode 100644 index 589254d29..000000000 Binary files a/docs/adopters/trendmicro.png and /dev/null differ diff --git a/docs/adopters/wangyi.png b/docs/adopters/wangyi.png deleted file mode 100644 index 13aad21b2..000000000 Binary files a/docs/adopters/wangyi.png and /dev/null differ diff --git a/docs/adopters/wise2c.png b/docs/adopters/wise2c.png deleted file mode 100644 index eca8db2cb..000000000 Binary files a/docs/adopters/wise2c.png and /dev/null differ diff --git a/docs/website/build-customize-contribute/_index.md b/docs/build-customize-contribute/_index.md similarity index 100% rename from docs/website/build-customize-contribute/_index.md rename to docs/build-customize-contribute/_index.md diff --git a/docs/website/build-customize-contribute/compile-guide.md b/docs/build-customize-contribute/compile-guide.md similarity index 100% rename from docs/website/build-customize-contribute/compile-guide.md rename to docs/build-customize-contribute/compile-guide.md diff --git a/docs/website/build-customize-contribute/configure-swagger.md b/docs/build-customize-contribute/configure-swagger.md similarity index 100% rename from docs/website/build-customize-contribute/configure-swagger.md rename to docs/build-customize-contribute/configure-swagger.md diff --git a/docs/website/build-customize-contribute/customize-look-feel.md b/docs/build-customize-contribute/customize-look-feel.md similarity index 100% rename from docs/website/build-customize-contribute/customize-look-feel.md rename to docs/build-customize-contribute/customize-look-feel.md diff --git a/docs/website/build-customize-contribute/developer-guide-i18n.md b/docs/build-customize-contribute/developer-guide-i18n.md similarity index 100% rename from docs/website/build-customize-contribute/developer-guide-i18n.md rename to docs/build-customize-contribute/developer-guide-i18n.md diff --git a/docs/website/build-customize-contribute/e2e-api-python-based-scripting-guide.md b/docs/build-customize-contribute/e2e-api-python-based-scripting-guide.md similarity index 100% rename from docs/website/build-customize-contribute/e2e-api-python-based-scripting-guide.md rename to docs/build-customize-contribute/e2e-api-python-based-scripting-guide.md diff --git a/docs/prepare-swagger.sh b/docs/build-customize-contribute/prepare-swagger.sh old mode 100755 new mode 100644 similarity index 100% rename from docs/prepare-swagger.sh rename to docs/build-customize-contribute/prepare-swagger.sh diff --git a/docs/website/build-customize-contribute/registry-landscape.md b/docs/build-customize-contribute/registry-landscape.md similarity index 100% rename from docs/website/build-customize-contribute/registry-landscape.md rename to docs/build-customize-contribute/registry-landscape.md diff --git a/docs/website/build-customize-contribute/swagger.yaml b/docs/build-customize-contribute/swagger.yaml similarity index 100% rename from docs/website/build-customize-contribute/swagger.yaml rename to docs/build-customize-contribute/swagger.yaml diff --git a/docs/website/build-customize-contribute/ui-contribution-get-started.md b/docs/build-customize-contribute/ui-contribution-get-started.md similarity index 100% rename from docs/website/build-customize-contribute/ui-contribution-get-started.md rename to docs/build-customize-contribute/ui-contribution-get-started.md diff --git a/docs/website/build-customize-contribute/use-make.md b/docs/build-customize-contribute/use-make.md similarity index 100% rename from docs/website/build-customize-contribute/use-make.md rename to docs/build-customize-contribute/use-make.md diff --git a/docs/compile_guide.md b/docs/compile_guide.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/compile_guide.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/configure_https.md b/docs/configure_https.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/configure_https.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/configure_swagger.md b/docs/configure_swagger.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/configure_swagger.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/configure_user_settings.md b/docs/configure_user_settings.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/configure_user_settings.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/customize_look&feel_guide.md b/docs/customize_look&feel_guide.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/customize_look&feel_guide.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/customize_token_service.md b/docs/customize_token_service.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/customize_token_service.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/demo_server.md b/docs/demo_server.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/demo_server.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/developer_guide_i18n.md b/docs/developer_guide_i18n.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/developer_guide_i18n.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/harbor_compatibility_list.md b/docs/harbor_compatibility_list.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/harbor_compatibility_list.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/website/img/OIDC/auth0.png b/docs/img/OIDC/auth0.png similarity index 100% rename from docs/website/img/OIDC/auth0.png rename to docs/img/OIDC/auth0.png diff --git a/docs/website/img/OIDC/dex.png b/docs/img/OIDC/dex.png similarity index 100% rename from docs/website/img/OIDC/dex.png rename to docs/img/OIDC/dex.png diff --git a/docs/website/img/OIDC/google-identity.png b/docs/img/OIDC/google-identity.png similarity index 100% rename from docs/website/img/OIDC/google-identity.png rename to docs/img/OIDC/google-identity.png diff --git a/docs/website/img/OIDC/keycloak.png b/docs/img/OIDC/keycloak.png similarity index 100% rename from docs/website/img/OIDC/keycloak.png rename to docs/img/OIDC/keycloak.png diff --git a/docs/website/img/OIDC/ping.png b/docs/img/OIDC/ping.png similarity index 100% rename from docs/website/img/OIDC/ping.png rename to docs/img/OIDC/ping.png diff --git a/docs/website/img/add-group.png b/docs/img/add-group.png similarity index 100% rename from docs/website/img/add-group.png rename to docs/img/add-group.png diff --git a/docs/website/img/add-immutability-rule.png b/docs/img/add-immutability-rule.png similarity index 100% rename from docs/website/img/add-immutability-rule.png rename to docs/img/add-immutability-rule.png diff --git a/docs/website/img/add-labels-to-chart-versions.png b/docs/img/add-labels-to-chart-versions.png similarity index 100% rename from docs/website/img/add-labels-to-chart-versions.png rename to docs/img/add-labels-to-chart-versions.png diff --git a/docs/website/img/add-labels-to-images.png b/docs/img/add-labels-to-images.png similarity index 100% rename from docs/website/img/add-labels-to-images.png rename to docs/img/add-labels-to-images.png diff --git a/docs/website/img/add-oidc-group.png b/docs/img/add-oidc-group.png similarity index 100% rename from docs/website/img/add-oidc-group.png rename to docs/img/add-oidc-group.png diff --git a/docs/website/img/add-robot-account-2.png b/docs/img/add-robot-account-2.png similarity index 100% rename from docs/website/img/add-robot-account-2.png rename to docs/img/add-robot-account-2.png diff --git a/docs/website/img/add-robot-account.png b/docs/img/add-robot-account.png similarity index 100% rename from docs/website/img/add-robot-account.png rename to docs/img/add-robot-account.png diff --git a/docs/website/img/add-scanner.png b/docs/img/add-scanner.png similarity index 100% rename from docs/website/img/add-scanner.png rename to docs/img/add-scanner.png diff --git a/docs/website/img/api-explorer-btn.png b/docs/img/api-explorer-btn.png similarity index 100% rename from docs/website/img/api-explorer-btn.png rename to docs/img/api-explorer-btn.png diff --git a/docs/website/img/authorize.png b/docs/img/authorize.png similarity index 100% rename from docs/website/img/authorize.png rename to docs/img/authorize.png diff --git a/docs/website/img/browse-project-repositories.png b/docs/img/browse-project-repositories.png similarity index 100% rename from docs/website/img/browse-project-repositories.png rename to docs/img/browse-project-repositories.png diff --git a/docs/website/img/build-history.png b/docs/img/build-history.png similarity index 100% rename from docs/website/img/build-history.png rename to docs/img/build-history.png diff --git a/docs/website/img/chart-dependencies.png b/docs/img/chart-dependencies.png similarity index 100% rename from docs/website/img/chart-dependencies.png rename to docs/img/chart-dependencies.png diff --git a/docs/website/img/chart-details.png b/docs/img/chart-details.png similarity index 100% rename from docs/website/img/chart-details.png rename to docs/img/chart-details.png diff --git a/docs/website/img/chart-values.png b/docs/img/chart-values.png similarity index 100% rename from docs/website/img/chart-values.png rename to docs/img/chart-values.png diff --git a/docs/website/img/clair-ready.png b/docs/img/clair-ready.png similarity index 100% rename from docs/website/img/clair-ready.png rename to docs/img/clair-ready.png diff --git a/docs/website/img/content-trust.png b/docs/img/content-trust.png similarity index 100% rename from docs/website/img/content-trust.png rename to docs/img/content-trust.png diff --git a/docs/website/img/copy-robot-account-token.png b/docs/img/copy-robot-account-token.png similarity index 100% rename from docs/website/img/copy-robot-account-token.png rename to docs/img/copy-robot-account-token.png diff --git a/docs/website/img/create-user.png b/docs/img/create-user.png similarity index 100% rename from docs/website/img/create-user.png rename to docs/img/create-user.png diff --git a/docs/website/img/cve-whitelist1.png b/docs/img/cve-whitelist1.png similarity index 100% rename from docs/website/img/cve-whitelist1.png rename to docs/img/cve-whitelist1.png diff --git a/docs/website/img/cve-whitelist2.png b/docs/img/cve-whitelist2.png similarity index 100% rename from docs/website/img/cve-whitelist2.png rename to docs/img/cve-whitelist2.png diff --git a/docs/website/img/cve-whitelist3.png b/docs/img/cve-whitelist3.png similarity index 100% rename from docs/website/img/cve-whitelist3.png rename to docs/img/cve-whitelist3.png diff --git a/docs/website/img/cve-whitelist4.png b/docs/img/cve-whitelist4.png similarity index 100% rename from docs/website/img/cve-whitelist4.png rename to docs/img/cve-whitelist4.png diff --git a/docs/website/img/cve-whitelist5.png b/docs/img/cve-whitelist5.png similarity index 100% rename from docs/website/img/cve-whitelist5.png rename to docs/img/cve-whitelist5.png diff --git a/docs/website/img/cve-whitelist6.png b/docs/img/cve-whitelist6.png similarity index 100% rename from docs/website/img/cve-whitelist6.png rename to docs/img/cve-whitelist6.png diff --git a/docs/website/img/db-auth.png b/docs/img/db-auth.png similarity index 100% rename from docs/website/img/db-auth.png rename to docs/img/db-auth.png diff --git a/docs/website/img/disable-delete-robot-account.png b/docs/img/disable-delete-robot-account.png similarity index 100% rename from docs/website/img/disable-delete-robot-account.png rename to docs/img/disable-delete-robot-account.png diff --git a/docs/website/img/download-harbor-certs.png b/docs/img/download-harbor-certs.png similarity index 100% rename from docs/website/img/download-harbor-certs.png rename to docs/img/download-harbor-certs.png diff --git a/docs/website/img/edit-description.png b/docs/img/edit-description.png similarity index 100% rename from docs/website/img/edit-description.png rename to docs/img/edit-description.png diff --git a/docs/website/img/edit-tag-immutability.png b/docs/img/edit-tag-immutability.png similarity index 100% rename from docs/website/img/edit-tag-immutability.png rename to docs/img/edit-tag-immutability.png diff --git a/docs/website/img/filter-chart-versions-by-label.png b/docs/img/filter-chart-versions-by-label.png similarity index 100% rename from docs/website/img/filter-chart-versions-by-label.png rename to docs/img/filter-chart-versions-by-label.png diff --git a/docs/website/img/filter-images-by-label.png b/docs/img/filter-images-by-label.png similarity index 100% rename from docs/website/img/filter-images-by-label.png rename to docs/img/filter-images-by-label.png diff --git a/docs/website/img/garbage-collection.png b/docs/img/garbage-collection.png similarity index 100% rename from docs/website/img/garbage-collection.png rename to docs/img/garbage-collection.png diff --git a/docs/website/img/gc-history.png b/docs/img/gc-history.png similarity index 100% rename from docs/website/img/gc-history.png rename to docs/img/gc-history.png diff --git a/docs/website/img/gc-policy.png b/docs/img/gc-policy.png similarity index 100% rename from docs/website/img/gc-policy.png rename to docs/img/gc-policy.png diff --git a/docs/website/img/generate-create-new-secret.png b/docs/img/generate-create-new-secret.png similarity index 100% rename from docs/website/img/generate-create-new-secret.png rename to docs/img/generate-create-new-secret.png diff --git a/docs/website/img/ha.png b/docs/img/ha.png similarity index 100% rename from docs/website/img/ha.png rename to docs/img/ha.png diff --git a/docs/website/img/harbor-architecture-1.10.png b/docs/img/harbor-architecture-1.10.png similarity index 100% rename from docs/website/img/harbor-architecture-1.10.png rename to docs/img/harbor-architecture-1.10.png diff --git a/docs/website/img/interrogation-services.png b/docs/img/interrogation-services.png similarity index 100% rename from docs/website/img/interrogation-services.png rename to docs/img/interrogation-services.png diff --git a/docs/website/img/ldap-auth.png b/docs/img/ldap-auth.png similarity index 100% rename from docs/website/img/ldap-auth.png rename to docs/img/ldap-auth.png diff --git a/docs/website/img/ldap-cert-test.png b/docs/img/ldap-cert-test.png similarity index 100% rename from docs/website/img/ldap-cert-test.png rename to docs/img/ldap-cert-test.png diff --git a/docs/website/img/ldap-group-addgroup-dialog.png b/docs/img/ldap-group-addgroup-dialog.png similarity index 100% rename from docs/website/img/ldap-group-addgroup-dialog.png rename to docs/img/ldap-group-addgroup-dialog.png diff --git a/docs/website/img/ldap-groups.png b/docs/img/ldap-groups.png similarity index 100% rename from docs/website/img/ldap-groups.png rename to docs/img/ldap-groups.png diff --git a/docs/website/img/list-chart-versions.png b/docs/img/list-chart-versions.png similarity index 100% rename from docs/website/img/list-chart-versions.png rename to docs/img/list-chart-versions.png diff --git a/docs/website/img/list-charts.png b/docs/img/list-charts.png similarity index 100% rename from docs/website/img/list-charts.png rename to docs/img/list-charts.png diff --git a/docs/website/img/list-tasks.png b/docs/img/list-tasks.png similarity index 100% rename from docs/website/img/list-tasks.png rename to docs/img/list-tasks.png diff --git a/docs/website/img/log-filter.png b/docs/img/log-filter.png similarity index 100% rename from docs/website/img/log-filter.png rename to docs/img/log-filter.png diff --git a/docs/website/img/log-search-advanced-date.png b/docs/img/log-search-advanced-date.png similarity index 100% rename from docs/website/img/log-search-advanced-date.png rename to docs/img/log-search-advanced-date.png diff --git a/docs/website/img/log-search-advanced.png b/docs/img/log-search-advanced.png similarity index 100% rename from docs/website/img/log-search-advanced.png rename to docs/img/log-search-advanced.png diff --git a/docs/website/img/manage-global-level-labels.png b/docs/img/manage-global-level-labels.png similarity index 100% rename from docs/website/img/manage-global-level-labels.png rename to docs/img/manage-global-level-labels.png diff --git a/docs/website/img/manage-project-level-labels.png b/docs/img/manage-project-level-labels.png similarity index 100% rename from docs/website/img/manage-project-level-labels.png rename to docs/img/manage-project-level-labels.png diff --git a/docs/website/img/manage-registry.png b/docs/img/manage-registry.png similarity index 100% rename from docs/website/img/manage-registry.png rename to docs/img/manage-registry.png diff --git a/docs/website/img/new-add-member.png b/docs/img/new-add-member.png similarity index 100% rename from docs/website/img/new-add-member.png rename to docs/img/new-add-member.png diff --git a/docs/website/img/new-browse-project.png b/docs/img/new-browse-project.png similarity index 100% rename from docs/website/img/new-browse-project.png rename to docs/img/new-browse-project.png diff --git a/docs/website/img/new-config-email.png b/docs/img/new-config-email.png similarity index 100% rename from docs/website/img/new-config-email.png rename to docs/img/new-config-email.png diff --git a/docs/website/img/new-create-project.png b/docs/img/new-create-project.png similarity index 100% rename from docs/website/img/new-create-project.png rename to docs/img/new-create-project.png diff --git a/docs/website/img/new-delete-repo.png b/docs/img/new-delete-repo.png similarity index 100% rename from docs/website/img/new-delete-repo.png rename to docs/img/new-delete-repo.png diff --git a/docs/website/img/new-delete-tag.png b/docs/img/new-delete-tag.png similarity index 100% rename from docs/website/img/new-delete-tag.png rename to docs/img/new-delete-tag.png diff --git a/docs/website/img/new-proj-create.png b/docs/img/new-proj-create.png similarity index 100% rename from docs/website/img/new-proj-create.png rename to docs/img/new-proj-create.png diff --git a/docs/website/img/new-project-log.png b/docs/img/new-project-log.png similarity index 100% rename from docs/website/img/new-project-log.png rename to docs/img/new-project-log.png diff --git a/docs/website/img/new-remove-update-member.png b/docs/img/new-remove-update-member.png similarity index 100% rename from docs/website/img/new-remove-update-member.png rename to docs/img/new-remove-update-member.png diff --git a/docs/website/img/new-robot-account.png b/docs/img/new-robot-account.png similarity index 100% rename from docs/website/img/new-robot-account.png rename to docs/img/new-robot-account.png diff --git a/docs/website/img/new-search.png b/docs/img/new-search.png similarity index 100% rename from docs/website/img/new-search.png rename to docs/img/new-search.png diff --git a/docs/website/img/new-self-reg.png b/docs/img/new-self-reg.png similarity index 100% rename from docs/website/img/new-self-reg.png rename to docs/img/new-self-reg.png diff --git a/docs/website/img/new-set-admin-remove-user.png b/docs/img/new-set-admin-remove-user.png similarity index 100% rename from docs/website/img/new-set-admin-remove-user.png rename to docs/img/new-set-admin-remove-user.png diff --git a/docs/website/img/new-user.png b/docs/img/new-user.png similarity index 100% rename from docs/website/img/new-user.png rename to docs/img/new-user.png diff --git a/docs/website/img/oidc-auth-setting.png b/docs/img/oidc-auth-setting.png similarity index 100% rename from docs/website/img/oidc-auth-setting.png rename to docs/img/oidc-auth-setting.png diff --git a/docs/website/img/oidc-cert-verification.png b/docs/img/oidc-cert-verification.png similarity index 100% rename from docs/website/img/oidc-cert-verification.png rename to docs/img/oidc-cert-verification.png diff --git a/docs/website/img/oidc-login.png b/docs/img/oidc-login.png similarity index 100% rename from docs/website/img/oidc-login.png rename to docs/img/oidc-login.png diff --git a/docs/website/img/oidc-onboard-dlg.png b/docs/img/oidc-onboard-dlg.png similarity index 100% rename from docs/website/img/oidc-onboard-dlg.png rename to docs/img/oidc-onboard-dlg.png diff --git a/docs/website/img/prevent-vulnerable-images.png b/docs/img/prevent-vulnerable-images.png similarity index 100% rename from docs/website/img/prevent-vulnerable-images.png rename to docs/img/prevent-vulnerable-images.png diff --git a/docs/website/img/profile-dlg.png b/docs/img/profile-dlg.png similarity index 100% rename from docs/website/img/profile-dlg.png rename to docs/img/profile-dlg.png diff --git a/docs/website/img/project-configuration.png b/docs/img/project-configuration.png similarity index 100% rename from docs/website/img/project-configuration.png rename to docs/img/project-configuration.png diff --git a/docs/website/img/project-logs.png b/docs/img/project-logs.png similarity index 100% rename from docs/website/img/project-logs.png rename to docs/img/project-logs.png diff --git a/docs/website/img/project-members.png b/docs/img/project-members.png similarity index 100% rename from docs/website/img/project-members.png rename to docs/img/project-members.png diff --git a/docs/website/img/project-quota1.png b/docs/img/project-quota1.png similarity index 100% rename from docs/website/img/project-quota1.png rename to docs/img/project-quota1.png diff --git a/docs/website/img/project-quota2.png b/docs/img/project-quota2.png similarity index 100% rename from docs/website/img/project-quota2.png rename to docs/img/project-quota2.png diff --git a/docs/website/img/project-quota3.png b/docs/img/project-quota3.png similarity index 100% rename from docs/website/img/project-quota3.png rename to docs/img/project-quota3.png diff --git a/docs/website/img/project-quota4.png b/docs/img/project-quota4.png similarity index 100% rename from docs/website/img/project-quota4.png rename to docs/img/project-quota4.png diff --git a/docs/website/img/project-quota5.png b/docs/img/project-quota5.png similarity index 100% rename from docs/website/img/project-quota5.png rename to docs/img/project-quota5.png diff --git a/docs/website/img/project-scanners.png b/docs/img/project-scanners.png similarity index 100% rename from docs/website/img/project-scanners.png rename to docs/img/project-scanners.png diff --git a/docs/website/img/rbac.png b/docs/img/rbac.png similarity index 100% rename from docs/website/img/rbac.png rename to docs/img/rbac.png diff --git a/docs/website/img/read-only-enable.png b/docs/img/read-only-enable.png similarity index 100% rename from docs/website/img/read-only-enable.png rename to docs/img/read-only-enable.png diff --git a/docs/website/img/read-only.png b/docs/img/read-only.png similarity index 100% rename from docs/website/img/read-only.png rename to docs/img/read-only.png diff --git a/docs/website/img/rendered-swagger.png b/docs/img/rendered-swagger.png similarity index 100% rename from docs/website/img/rendered-swagger.png rename to docs/img/rendered-swagger.png diff --git a/docs/website/img/replication-adapters/acr.png b/docs/img/replication-adapters/acr.png similarity index 100% rename from docs/website/img/replication-adapters/acr.png rename to docs/img/replication-adapters/acr.png diff --git a/docs/website/img/replication-adapters/ali-cr.png b/docs/img/replication-adapters/ali-cr.png similarity index 100% rename from docs/website/img/replication-adapters/ali-cr.png rename to docs/img/replication-adapters/ali-cr.png diff --git a/docs/website/img/replication-adapters/artifactory.png b/docs/img/replication-adapters/artifactory.png similarity index 100% rename from docs/website/img/replication-adapters/artifactory.png rename to docs/img/replication-adapters/artifactory.png diff --git a/docs/website/img/replication-adapters/distribution.png b/docs/img/replication-adapters/distribution.png similarity index 100% rename from docs/website/img/replication-adapters/distribution.png rename to docs/img/replication-adapters/distribution.png diff --git a/docs/website/img/replication-adapters/docker-hub.png b/docs/img/replication-adapters/docker-hub.png similarity index 100% rename from docs/website/img/replication-adapters/docker-hub.png rename to docs/img/replication-adapters/docker-hub.png diff --git a/docs/website/img/replication-adapters/ecr-aws.png b/docs/img/replication-adapters/ecr-aws.png similarity index 100% rename from docs/website/img/replication-adapters/ecr-aws.png rename to docs/img/replication-adapters/ecr-aws.png diff --git a/docs/website/img/replication-adapters/ecr.png b/docs/img/replication-adapters/ecr.png similarity index 100% rename from docs/website/img/replication-adapters/ecr.png rename to docs/img/replication-adapters/ecr.png diff --git a/docs/website/img/replication-adapters/gcr.png b/docs/img/replication-adapters/gcr.png similarity index 100% rename from docs/website/img/replication-adapters/gcr.png rename to docs/img/replication-adapters/gcr.png diff --git a/docs/website/img/replication-adapters/gitlab.png b/docs/img/replication-adapters/gitlab.png similarity index 100% rename from docs/website/img/replication-adapters/gitlab.png rename to docs/img/replication-adapters/gitlab.png diff --git a/docs/website/img/replication-adapters/harbor-logo.png b/docs/img/replication-adapters/harbor-logo.png similarity index 100% rename from docs/website/img/replication-adapters/harbor-logo.png rename to docs/img/replication-adapters/harbor-logo.png diff --git a/docs/website/img/replication-adapters/helm-hub.png b/docs/img/replication-adapters/helm-hub.png similarity index 100% rename from docs/website/img/replication-adapters/helm-hub.png rename to docs/img/replication-adapters/helm-hub.png diff --git a/docs/website/img/replication-adapters/hw.png b/docs/img/replication-adapters/hw.png similarity index 100% rename from docs/website/img/replication-adapters/hw.png rename to docs/img/replication-adapters/hw.png diff --git a/docs/website/img/replication-adapters/quay.png b/docs/img/replication-adapters/quay.png similarity index 100% rename from docs/website/img/replication-adapters/quay.png rename to docs/img/replication-adapters/quay.png diff --git a/docs/website/img/replication-adapters/right.png b/docs/img/replication-adapters/right.png similarity index 100% rename from docs/website/img/replication-adapters/right.png rename to docs/img/replication-adapters/right.png diff --git a/docs/website/img/replication-endpoint1.png b/docs/img/replication-endpoint1.png similarity index 100% rename from docs/website/img/replication-endpoint1.png rename to docs/img/replication-endpoint1.png diff --git a/docs/website/img/replication-endpoint2.png b/docs/img/replication-endpoint2.png similarity index 100% rename from docs/website/img/replication-endpoint2.png rename to docs/img/replication-endpoint2.png diff --git a/docs/website/img/replication-rule1.png b/docs/img/replication-rule1.png similarity index 100% rename from docs/website/img/replication-rule1.png rename to docs/img/replication-rule1.png diff --git a/docs/website/img/replication-rule2.png b/docs/img/replication-rule2.png similarity index 100% rename from docs/website/img/replication-rule2.png rename to docs/img/replication-rule2.png diff --git a/docs/website/img/replication-rule3.png b/docs/img/replication-rule3.png similarity index 100% rename from docs/website/img/replication-rule3.png rename to docs/img/replication-rule3.png diff --git a/docs/website/img/replication-rule4.png b/docs/img/replication-rule4.png similarity index 100% rename from docs/website/img/replication-rule4.png rename to docs/img/replication-rule4.png diff --git a/docs/website/img/replication-rule5.png b/docs/img/replication-rule5.png similarity index 100% rename from docs/website/img/replication-rule5.png rename to docs/img/replication-rule5.png diff --git a/docs/website/img/replication-rule6.png b/docs/img/replication-rule6.png similarity index 100% rename from docs/website/img/replication-rule6.png rename to docs/img/replication-rule6.png diff --git a/docs/website/img/retag-image.png b/docs/img/retag-image.png similarity index 100% rename from docs/website/img/retag-image.png rename to docs/img/retag-image.png diff --git a/docs/website/img/robotaccount/add-robot-account-2.png b/docs/img/robotaccount/add-robot-account-2.png similarity index 100% rename from docs/website/img/robotaccount/add-robot-account-2.png rename to docs/img/robotaccount/add-robot-account-2.png diff --git a/docs/website/img/robotaccount/add-robot-account.png b/docs/img/robotaccount/add-robot-account.png similarity index 100% rename from docs/website/img/robotaccount/add-robot-account.png rename to docs/img/robotaccount/add-robot-account.png diff --git a/docs/website/img/robotaccount/copy-robot-account-token.png b/docs/img/robotaccount/copy-robot-account-token.png similarity index 100% rename from docs/website/img/robotaccount/copy-robot-account-token.png rename to docs/img/robotaccount/copy-robot-account-token.png diff --git a/docs/website/img/robotaccount/disable-delete-robot-account.png b/docs/img/robotaccount/disable-delete-robot-account.png similarity index 100% rename from docs/website/img/robotaccount/disable-delete-robot-account.png rename to docs/img/robotaccount/disable-delete-robot-account.png diff --git a/docs/website/img/robotaccount/new-robot-account.png b/docs/img/robotaccount/new-robot-account.png similarity index 100% rename from docs/website/img/robotaccount/new-robot-account.png rename to docs/img/robotaccount/new-robot-account.png diff --git a/docs/website/img/robotaccount/set-robot-account-token-duration.png b/docs/img/robotaccount/set-robot-account-token-duration.png similarity index 100% rename from docs/website/img/robotaccount/set-robot-account-token-duration.png rename to docs/img/robotaccount/set-robot-account-token-duration.png diff --git a/docs/website/img/scan-all.png b/docs/img/scan-all.png similarity index 100% rename from docs/website/img/scan-all.png rename to docs/img/scan-all.png diff --git a/docs/website/img/scan-image.png b/docs/img/scan-image.png similarity index 100% rename from docs/website/img/scan-image.png rename to docs/img/scan-image.png diff --git a/docs/website/img/scan-on-push.png b/docs/img/scan-on-push.png similarity index 100% rename from docs/website/img/scan-on-push.png rename to docs/img/scan-on-push.png diff --git a/docs/website/img/scan-policy.png b/docs/img/scan-policy.png similarity index 100% rename from docs/website/img/scan-policy.png rename to docs/img/scan-policy.png diff --git a/docs/website/img/scan-result.png b/docs/img/scan-result.png similarity index 100% rename from docs/website/img/scan-result.png rename to docs/img/scan-result.png diff --git a/docs/website/img/scanner-auth.png b/docs/img/scanner-auth.png similarity index 100% rename from docs/website/img/scanner-auth.png rename to docs/img/scanner-auth.png diff --git a/docs/website/img/scanners/anchore.png b/docs/img/scanners/anchore.png similarity index 100% rename from docs/website/img/scanners/anchore.png rename to docs/img/scanners/anchore.png diff --git a/docs/website/img/scanners/aqua.png b/docs/img/scanners/aqua.png similarity index 100% rename from docs/website/img/scanners/aqua.png rename to docs/img/scanners/aqua.png diff --git a/docs/website/img/scanners/clair.png b/docs/img/scanners/clair.png similarity index 100% rename from docs/website/img/scanners/clair.png rename to docs/img/scanners/clair.png diff --git a/docs/website/img/scanners/dosec.png b/docs/img/scanners/dosec.png similarity index 100% rename from docs/website/img/scanners/dosec.png rename to docs/img/scanners/dosec.png diff --git a/docs/website/img/scanners/trivy.png b/docs/img/scanners/trivy.png similarity index 100% rename from docs/website/img/scanners/trivy.png rename to docs/img/scanners/trivy.png diff --git a/docs/website/img/select-ldap-auth.png b/docs/img/select-ldap-auth.png similarity index 100% rename from docs/website/img/select-ldap-auth.png rename to docs/img/select-ldap-auth.png diff --git a/docs/website/img/select-oidc-auth.png b/docs/img/select-oidc-auth.png similarity index 100% rename from docs/website/img/select-oidc-auth.png rename to docs/img/select-oidc-auth.png diff --git a/docs/website/img/select-scanner.png b/docs/img/select-scanner.png similarity index 100% rename from docs/website/img/select-scanner.png rename to docs/img/select-scanner.png diff --git a/docs/website/img/self-registration-login.png b/docs/img/self-registration-login.png similarity index 100% rename from docs/website/img/self-registration-login.png rename to docs/img/self-registration-login.png diff --git a/docs/website/img/set-robot-account-token-duration.png b/docs/img/set-robot-account-token-duration.png similarity index 100% rename from docs/website/img/set-robot-account-token-duration.png rename to docs/img/set-robot-account-token-duration.png diff --git a/docs/website/img/set-vulnerability-threshold.png b/docs/img/set-vulnerability-threshold.png similarity index 100% rename from docs/website/img/set-vulnerability-threshold.png rename to docs/img/set-vulnerability-threshold.png diff --git a/docs/website/img/swagger-editor.png b/docs/img/swagger-editor.png similarity index 100% rename from docs/website/img/swagger-editor.png rename to docs/img/swagger-editor.png diff --git a/docs/website/img/tag-detail.png b/docs/img/tag-detail.png similarity index 100% rename from docs/website/img/tag-detail.png rename to docs/img/tag-detail.png diff --git a/docs/website/img/tag-immutability.png b/docs/img/tag-immutability.png similarity index 100% rename from docs/website/img/tag-immutability.png rename to docs/img/tag-immutability.png diff --git a/docs/website/img/tag-retention1.png b/docs/img/tag-retention1.png similarity index 100% rename from docs/website/img/tag-retention1.png rename to docs/img/tag-retention1.png diff --git a/docs/website/img/tag-retention2.png b/docs/img/tag-retention2.png similarity index 100% rename from docs/website/img/tag-retention2.png rename to docs/img/tag-retention2.png diff --git a/docs/website/img/tag-retention3.png b/docs/img/tag-retention3.png similarity index 100% rename from docs/website/img/tag-retention3.png rename to docs/img/tag-retention3.png diff --git a/docs/website/img/tag-retention4.png b/docs/img/tag-retention4.png similarity index 100% rename from docs/website/img/tag-retention4.png rename to docs/img/tag-retention4.png diff --git a/docs/website/img/tag-retention5.png b/docs/img/tag-retention5.png similarity index 100% rename from docs/website/img/tag-retention5.png rename to docs/img/tag-retention5.png diff --git a/docs/website/img/tag-vulnerability-status.png b/docs/img/tag-vulnerability-status.png similarity index 100% rename from docs/website/img/tag-vulnerability-status.png rename to docs/img/tag-vulnerability-status.png diff --git a/docs/website/img/test-scanner-connection.png b/docs/img/test-scanner-connection.png similarity index 100% rename from docs/website/img/test-scanner-connection.png rename to docs/img/test-scanner-connection.png diff --git a/docs/website/img/upload-charts.png b/docs/img/upload-charts.png similarity index 100% rename from docs/website/img/upload-charts.png rename to docs/img/upload-charts.png diff --git a/docs/website/img/user-profile.png b/docs/img/user-profile.png similarity index 100% rename from docs/website/img/user-profile.png rename to docs/img/user-profile.png diff --git a/docs/website/img/vulnerability-summary.png b/docs/img/vulnerability-summary.png similarity index 100% rename from docs/website/img/vulnerability-summary.png rename to docs/img/vulnerability-summary.png diff --git a/docs/website/img/webhooks1.png b/docs/img/webhooks1.png similarity index 100% rename from docs/website/img/webhooks1.png rename to docs/img/webhooks1.png diff --git a/docs/website/img/webhooks2.png b/docs/img/webhooks2.png similarity index 100% rename from docs/website/img/webhooks2.png rename to docs/img/webhooks2.png diff --git a/docs/website/img/webhooks3.png b/docs/img/webhooks3.png similarity index 100% rename from docs/website/img/webhooks3.png rename to docs/img/webhooks3.png diff --git a/docs/website/img/webhooks4.png b/docs/img/webhooks4.png similarity index 100% rename from docs/website/img/webhooks4.png rename to docs/img/webhooks4.png diff --git a/docs/import_vulnerability_data.md b/docs/import_vulnerability_data.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/import_vulnerability_data.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/website/install-config/_index.md b/docs/install-config/_index.md similarity index 100% rename from docs/website/install-config/_index.md rename to docs/install-config/_index.md diff --git a/docs/website/install-config/configure-https.md b/docs/install-config/configure-https.md similarity index 100% rename from docs/website/install-config/configure-https.md rename to docs/install-config/configure-https.md diff --git a/docs/website/install-config/configure-user-settings-cli.md b/docs/install-config/configure-user-settings-cli.md similarity index 100% rename from docs/website/install-config/configure-user-settings-cli.md rename to docs/install-config/configure-user-settings-cli.md diff --git a/docs/website/install-config/configure-yml-file.md b/docs/install-config/configure-yml-file.md similarity index 100% rename from docs/website/install-config/configure-yml-file.md rename to docs/install-config/configure-yml-file.md diff --git a/docs/website/install-config/customize-token-service.md b/docs/install-config/customize-token-service.md similarity index 100% rename from docs/website/install-config/customize-token-service.md rename to docs/install-config/customize-token-service.md diff --git a/docs/website/install-config/demo-server.md b/docs/install-config/demo-server.md similarity index 100% rename from docs/website/install-config/demo-server.md rename to docs/install-config/demo-server.md diff --git a/docs/website/install-config/download-installer.md b/docs/install-config/download-installer.md similarity index 100% rename from docs/website/install-config/download-installer.md rename to docs/install-config/download-installer.md diff --git a/docs/website/install-config/harbor-compatibility-list.md b/docs/install-config/harbor-compatibility-list.md similarity index 100% rename from docs/website/install-config/harbor-compatibility-list.md rename to docs/install-config/harbor-compatibility-list.md diff --git a/docs/website/install-config/harbor-ha-helm.md b/docs/install-config/harbor-ha-helm.md similarity index 100% rename from docs/website/install-config/harbor-ha-helm.md rename to docs/install-config/harbor-ha-helm.md diff --git a/docs/website/install-config/installation-prereqs.md b/docs/install-config/installation-prereqs.md similarity index 100% rename from docs/website/install-config/installation-prereqs.md rename to docs/install-config/installation-prereqs.md diff --git a/docs/website/install-config/quick-install-script.md b/docs/install-config/quick-install-script.md similarity index 100% rename from docs/website/install-config/quick-install-script.md rename to docs/install-config/quick-install-script.md diff --git a/docs/website/install-config/reconfigure-manage-lifecycle.md b/docs/install-config/reconfigure-manage-lifecycle.md similarity index 100% rename from docs/website/install-config/reconfigure-manage-lifecycle.md rename to docs/install-config/reconfigure-manage-lifecycle.md diff --git a/docs/website/install-config/run-installer-script.md b/docs/install-config/run-installer-script.md similarity index 100% rename from docs/website/install-config/run-installer-script.md rename to docs/install-config/run-installer-script.md diff --git a/docs/website/install-config/troubleshoot-installation.md b/docs/install-config/troubleshoot-installation.md similarity index 100% rename from docs/website/install-config/troubleshoot-installation.md rename to docs/install-config/troubleshoot-installation.md diff --git a/docs/installation_guide.md b/docs/installation_guide.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/installation_guide.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/kubernetes_deployment.md b/docs/kubernetes_deployment.md deleted file mode 100644 index 92917bc5e..000000000 --- a/docs/kubernetes_deployment.md +++ /dev/null @@ -1,4 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. - diff --git a/docs/manage_role_by_ldap_group.md b/docs/manage_role_by_ldap_group.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/manage_role_by_ldap_group.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/migration_guide.md b/docs/migration_guide.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/migration_guide.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/permissions.md b/docs/permissions.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/permissions.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/registry_landscape.md b/docs/registry_landscape.md deleted file mode 100644 index 0037bec29..000000000 --- a/docs/registry_landscape.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/ui_contribution_get_started.md b/docs/ui_contribution_get_started.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/ui_contribution_get_started.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/upgradetest.md b/docs/upgradetest.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/upgradetest.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/use_make.md b/docs/use_make.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/use_make.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/use_notary.md b/docs/use_notary.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/use_notary.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/user_guide.md b/docs/user_guide.md deleted file mode 100644 index 1e4e763e8..000000000 --- a/docs/user_guide.md +++ /dev/null @@ -1,3 +0,0 @@ -This content has moved. From Harbor v1.10 onwards, all documentation is located at https://goharbor.io/docs/. Use the drop-down menu to select the documentation for the appropriate release. - -For Harbor v1.9 and older versions of the documentation, select the appropriate `release-1.xx.x` branch and go to the `docs` folder. \ No newline at end of file diff --git a/docs/website/README.md b/docs/website/README.md deleted file mode 100644 index b2de015bd..000000000 --- a/docs/website/README.md +++ /dev/null @@ -1,90 +0,0 @@ -Harbor Documentation - -This is the main table of contents for the Harbor 1.10.x documentation. - -## Harbor Installation and Configuration - -This section describes how to install Harbor and perform the required initial configurations. These day 1 operations are performed by the Harbor Administrator. - -- [Introduction](install-config/_index.md) -- [Test Harbor with the Demo Server](install-config/demo-server.md) -- [Harbor Compatibility List](install-config/harbor-compatibility-list.md) -- [Harbor Installation Prerequisites](install-config/installation-prereqs.md) -- [Download the Harbor Installer](install-config/download-installer.md) -- [Configure HTTPS Access to Harbor](install-config/configure-https.md) -- [Configure the Harbor YML File](install-config/configure-yml-file.md) -- [Run the Installer Script](install-config/run-installer-script.md) -- [Deploying Harbor with High Availability via Helm](install-config/harbor-ha-helm.md) -- [Deploy Harbor with the Quick Installation Script](install-config/quick-install-script.md) -- [Troubleshooting Harbor Installation](install-config/troubleshoot-installation.md) -- [Reconfigure Harbor and Manage the Harbor Lifecycle](install-config/reconfigure-manage-lifecycle.md) -- [Customize the Harbor Token Service](install-config/customize-token-service.md) -- [Configure Harbor User Settings at the Command Line](install-config/configure-user-settings-cli.md) - -## Harbor Administration - -This section describes how to use and maintain Harbor after deployment. These day 2 operations are performed by the Harbor Administrator. - -- [Introduction](administration/_index.md) -- [Configuring Authentication](administration/configure-authentication/_index.md) - - [Configure Database Authentication](administration/configure-authentication/db-auth.md) - - [Configure LDAP/Active Directory Authentication](administration/configure-authentication/ldap-auth.md) - - [Configure OIDC Provider Authentication](administration/configure-authentication/oidc-auth.md) -- [Managing Users](administration/managing-users/_index.md) - - [User Permissions By Role](administration/managing-users/user-permissions-by-role.md) - - [Create User Accounts in Database Mode](administration/managing-users/create-users-db.md) -- [Configure Global Settings](administration/general-settings/_index.md) -- [Configure Project Quotas](administration/configure-project-quotas/_index.md) -- [Configuring Replication](administration/configuring-replication/_index.md) - - [Create Replication Endpoints](administration/configuring-replication/create-replication-endpoints.md) - - [Create Replication Rules](administration/configuring-replication/create-replication-rules.md) - - [Manage Replications](administration/configuring-replication/manage-replications.md) -- [Vulnerability Scanning](administration/vulnerability-scanning/_index.md) - - [Connect Harbor to Additional Vulnerability Scanners](administration/vulnerability-scanning/pluggable-scanners.md) - - [Scan Individual Images](administration/vulnerability-scanning/scan-individual-image.md) - - [Scan All Images](administration/vulnerability-scanning/scan-all-images.md) - - [Schedule Scans](administration/vulnerability-scanning/schedule-scans.md) - - [Import Vulnerability Data to an Offline Harbor instance](administration/vulnerability-scanning/import-vulnerability-data.md) - - [Configure System-Wide CVE Whitelists](administration/vulnerability-scanning/configure-system-whitelist.md) -- [Garbage Collection](administration/garbage-collection/_index.md) -- [Upgrade Harbor and Migrate Data](administration/upgrade/upgrade-migrate-data.md) - - [Upgrading Harbor Deployed with Helm](administration/upgrade/helm-upgrade.md) - - [Roll Back an Upgrade](administration/upgrade/roll-back-upgrade.md) - - [Test Harbor Upgrade](administration/upgrade/upgrade-test.md) - -## Working with Harbor Projects - -This section describes how users with the developer, master, and project administrator roles manage and participate in Harbor projects. - -- [Introduction](working-with-projects/_index.md) -- [Create Projects](working-with-projects/create-projects/_index.md) - - [Assign Users to a Project](working-with-projects/add-users.md) -- [Project Configuration](working-with-projects/project-configuration/_index.md) - - [Access and Search Project Logs](working-with-projects/access-project-logs.md) - - [Create Robot Accounts](working-with-projects/create-robot-accounts.md) - - [Configure Webhook Notifications](working-with-projects/configure-webhooks.md) - - [Configure a Per-Project CVE Whitelist](working-with-projects/configure-project-whitelist.md) - - [Implementing Content Trust](working-with-projects/implementing-content-trust.md) -- [Working with Images, Tags, and Helm Charts](working-with-projects/working-with-images.md) - - [Pulling and Pushing Images](working-with-projects/pulling-pushing-images.md) - - [Create Labels](working-with-projects/create-labels.md) - - [Retag Images](working-with-projects/retagging-images.md) - - [Create Tag Retention Rules](working-with-projects/create-tag-retention-rules.md) - - [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) -- [Using API Explorer](working-with-projects/using-api-explorer/_index.md) - -## Build, Customize, and Contribute to Harbor - -This section describes how developers can build from Harbor source code, customize their deployments, and contribute to the open-source Harbor project. - -- [Build Harbor from Source Code](build-customize-contribute/compile-guide.md) -- [Developing the Harbor Frontend](build-customize-contribute/ui-contribution-get-started.md) -- [Customize the Harbor Look & Feel ](build-customize-contribute/customize-look-feel.md) -- [Developing for Internationalization](build-customize-contribute/developer-guide-i18n.md) -- [Using Make](build-customize-contribute/use-make.md) -- [View and test Harbor REST API via Swagger](build-customize-contribute/configure-swagger.md) -- [Registry Landscape](build-customize-contribute/registry-landscape.md) -- [E2E Test Scripting Guide](build-customize-contribute/e2e_api_python_based_scripting_guide.md) - -See also the list of [Articles from the Harbor Community](https://github.com/goharbor/harbor/blob/master/docs/README.md#articles-from-the-community). \ No newline at end of file diff --git a/docs/website/build-customize-contribute/prepare-swagger.sh b/docs/website/build-customize-contribute/prepare-swagger.sh deleted file mode 100644 index 41b9c8a95..000000000 --- a/docs/website/build-customize-contribute/prepare-swagger.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -SCHEME=http -SERVER_IP=reg.mydomain.com -set -e -echo "Doing some clean up..." -rm -f *.tar.gz -echo "Downloading Swagger UI release package..." -wget https://github.com/swagger-api/swagger-ui/archive/v2.1.4.tar.gz -O swagger.tar.gz -echo "Untarring Swagger UI package to the static file path..." -mkdir -p ../src/ui/static/vendors -tar -C ../src/ui/static/vendors -zxf swagger.tar.gz swagger-ui-2.1.4/dist -echo "Executing some processes..." -sed -i.bak 's/http:\/\/petstore\.swagger\.io\/v2\/swagger\.json/'$SCHEME':\/\/'$SERVER_IP'\/static\/resources\/yaml\/swagger\.yaml/g' \ -../src/ui/static/vendors/swagger-ui-2.1.4/dist/index.html -sed -i.bak '/jsonEditor: false,/a\ validatorUrl: null,' ../src/ui/static/vendors/swagger-ui-2.1.4/dist/index.html -mkdir -p ../src/ui/static/resources/yaml -cp swagger.yaml ../src/ui/static/resources/yaml -sed -i.bak 's/host: localhost/host: '$SERVER_IP'/g' ../src/ui/static/resources/yaml/swagger.yaml -sed -i.bak 's/ \- http$/ \- '$SCHEME'/g' ../src/ui/static/resources/yaml/swagger.yaml -echo "Finish preparation for the Swagger UI." diff --git a/docs/website/working-with-projects/_index.md b/docs/working-with-projects/_index.md similarity index 100% rename from docs/website/working-with-projects/_index.md rename to docs/working-with-projects/_index.md diff --git a/docs/website/working-with-projects/create-projects/_index.md b/docs/working-with-projects/create-projects/_index.md similarity index 100% rename from docs/website/working-with-projects/create-projects/_index.md rename to docs/working-with-projects/create-projects/_index.md diff --git a/docs/website/working-with-projects/create-projects/add-users.md b/docs/working-with-projects/create-projects/add-users.md similarity index 100% rename from docs/website/working-with-projects/create-projects/add-users.md rename to docs/working-with-projects/create-projects/add-users.md diff --git a/docs/website/working-with-projects/project-configuration/_index.md b/docs/working-with-projects/project-configuration/_index.md similarity index 100% rename from docs/website/working-with-projects/project-configuration/_index.md rename to docs/working-with-projects/project-configuration/_index.md diff --git a/docs/website/working-with-projects/project-configuration/access-project-logs.md b/docs/working-with-projects/project-configuration/access-project-logs.md similarity index 100% rename from docs/website/working-with-projects/project-configuration/access-project-logs.md rename to docs/working-with-projects/project-configuration/access-project-logs.md diff --git a/docs/website/working-with-projects/project-configuration/configure-project-whitelist.md b/docs/working-with-projects/project-configuration/configure-project-whitelist.md similarity index 100% rename from docs/website/working-with-projects/project-configuration/configure-project-whitelist.md rename to docs/working-with-projects/project-configuration/configure-project-whitelist.md diff --git a/docs/website/working-with-projects/project-configuration/configure-webhooks.md b/docs/working-with-projects/project-configuration/configure-webhooks.md similarity index 100% rename from docs/website/working-with-projects/project-configuration/configure-webhooks.md rename to docs/working-with-projects/project-configuration/configure-webhooks.md diff --git a/docs/website/working-with-projects/project-configuration/create-robot-accounts.md b/docs/working-with-projects/project-configuration/create-robot-accounts.md similarity index 100% rename from docs/website/working-with-projects/project-configuration/create-robot-accounts.md rename to docs/working-with-projects/project-configuration/create-robot-accounts.md diff --git a/docs/website/working-with-projects/project-configuration/implementing-content-trust.md b/docs/working-with-projects/project-configuration/implementing-content-trust.md similarity index 100% rename from docs/website/working-with-projects/project-configuration/implementing-content-trust.md rename to docs/working-with-projects/project-configuration/implementing-content-trust.md diff --git a/docs/website/working-with-projects/using-api-explorer/_index.md b/docs/working-with-projects/using-api-explorer/_index.md similarity index 100% rename from docs/website/working-with-projects/using-api-explorer/_index.md rename to docs/working-with-projects/using-api-explorer/_index.md diff --git a/docs/website/working-with-projects/working-with-images/_index.md b/docs/working-with-projects/working-with-images/_index.md similarity index 100% rename from docs/website/working-with-projects/working-with-images/_index.md rename to docs/working-with-projects/working-with-images/_index.md diff --git a/docs/website/working-with-projects/working-with-images/create-labels.md b/docs/working-with-projects/working-with-images/create-labels.md similarity index 100% rename from docs/website/working-with-projects/working-with-images/create-labels.md rename to docs/working-with-projects/working-with-images/create-labels.md diff --git a/docs/website/working-with-projects/working-with-images/create-tag-immutability-rules.md b/docs/working-with-projects/working-with-images/create-tag-immutability-rules.md similarity index 100% rename from docs/website/working-with-projects/working-with-images/create-tag-immutability-rules.md rename to docs/working-with-projects/working-with-images/create-tag-immutability-rules.md diff --git a/docs/website/working-with-projects/working-with-images/create-tag-retention-rules.md b/docs/working-with-projects/working-with-images/create-tag-retention-rules.md similarity index 100% rename from docs/website/working-with-projects/working-with-images/create-tag-retention-rules.md rename to docs/working-with-projects/working-with-images/create-tag-retention-rules.md diff --git a/docs/website/working-with-projects/working-with-images/managing-helm-charts.md b/docs/working-with-projects/working-with-images/managing-helm-charts.md similarity index 100% rename from docs/website/working-with-projects/working-with-images/managing-helm-charts.md rename to docs/working-with-projects/working-with-images/managing-helm-charts.md diff --git a/docs/website/working-with-projects/working-with-images/pulling-pushing-images.md b/docs/working-with-projects/working-with-images/pulling-pushing-images.md similarity index 100% rename from docs/website/working-with-projects/working-with-images/pulling-pushing-images.md rename to docs/working-with-projects/working-with-images/pulling-pushing-images.md diff --git a/docs/website/working-with-projects/working-with-images/retagging-images.md b/docs/working-with-projects/working-with-images/retagging-images.md similarity index 100% rename from docs/website/working-with-projects/working-with-images/retagging-images.md rename to docs/working-with-projects/working-with-images/retagging-images.md