Fix error in admonition names

Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
lucperkins 2020-01-24 15:13:00 -08:00
parent 7beeba6889
commit a3264b1001
2 changed files with 3 additions and 3 deletions

View File

@ -296,7 +296,7 @@ The following table lists the additional, optional parameters that you can set t
{{< note >}}
The `harbor.yml` file includes options to configure a UAA CA certificate. This authentication mode is not recommended and is not documented.
{{< /notee >}}
{{< /note >}}
### Configuring a Storage Backend {#backend}

View File

@ -79,9 +79,9 @@ First, you delete a repository in the Harbor interface. This is soft deletion. Y
![browse project](../img/new-delete-repo.png)
![browse project](../img/new-delete-tag.png)
{{< caution >}}
{{< danger >}}
If both tag A and tag B refer to the same image, after deleting tag A, B will also get deleted. if you enabled content trust, you need to use notary command line tool to delete the tag's signature before you delete an image.
{{< /caution >}}
{{< /danger >}}
Next, delete the repository files by running [garbage collection](../administration/garbage-collection.md) in the Harbor interface.