Skip to content

Commit 4b79d65

Browse files
committed
Fixes in image
1 parent 370a0a0 commit 4b79d65

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

_data/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@
420420
- title: OneLogin
421421
url: /saml-onelogin
422422
- title: PingID SSO
423-
url: /saml-pingid
423+
url: "/saml-pingid"
424424
- title: LDAP
425425
url: /ldap
426426

_docs/pipelines/docker-image-metadata.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,21 @@ You can view an image's metadata annotation by:
150150
file="/images/pipeline/codefresh-yaml/docker-image-metadata/annotations.png"
151151
url="/images/pipeline/codefresh-yaml/docker-image-metadata/annotations.png"
152152
alt="Image annotations"
153+
caption="Image annotations"
153154
max-width="65%"
154155
%}
155156

156157
In addition, you can add selected annotations to the images table on images page. To display an annotation in the image table, click on the gear icon at the top right corner of image page and then select all annotations you want to display.
157158

158-
{% include image.html lightbox="true" file="/images/pipeline/codefresh-yaml/docker-image-metadata/annotations-image-table.png" url="images/pipeline/codefresh-yaml/docker-image-metadata/annotations-image-table.png" alt="Annotations in image table" caption="Annotations in image table"max-width="40%" %}
159+
{%
160+
include image.html
161+
lightbox="true"
162+
file="/images/pipeline/codefresh-yaml/docker-image-metadata/annotations-image-table.png"
163+
url="/images/pipeline/codefresh-yaml/docker-image-metadata/annotations-image-table.png"
164+
alt="Annotations in image table"
165+
caption="Annotations in image table"
166+
max-width="65%"
167+
%}
159168

160169

161170
## Annotating images programmatically

0 commit comments

Comments
 (0)