Skip to content

Commit

Permalink
docs(design): update bad links in markdown files (#3414)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint authored Jan 9, 2025
1 parent 7a9f3d0 commit dc9f467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/design/media-gallery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class CustomComponentModule { }
> This method is deprecated. It's recommended to update all custom components to standalone.
## Thumbnail
`[daffThumbnail]` should be used as a directive with `<daff-image>`. [View Image Documentation](/libs/design/src/atoms/image/README.md)
`[daffThumbnail]` should be used as a directive with `<daff-image>`. [View Image Documentation](/libs/design/image/README.md)

It should never be used as a standalone component. The first thumbnail is selected by default and dynamically rendered as the primary image by utilizing the `<daff-media-renderer>` component. The selected thumbnail can be controlled by the enduser, and the position of the list of thumbnails is dependent on the screen size.

Expand All @@ -60,4 +60,4 @@ The thumbnail dimension is set to `80x80` pixels, so the recommended aspect rati
<design-land-example-viewer-container example="mismatched-sizes-media-gallery"></design-land-example-viewer-container>

## Accessibility
Accessibility considerations for media gallery is handled by the `DaffImageComponent`. The `alt` attribute must be defined in `<daff-image>`. It specifies an alternate text for an image. An error will appear if it's not defined. This is important because it allows screen readers to describe what's in the image for visually impaired people. [View Image Documentation](/libs/design/src/atoms/image/README.md)
Accessibility considerations for media gallery is handled by the `DaffImageComponent`. The `alt` attribute must be defined in `<daff-image>`. It specifies an alternate text for an image. An error will appear if it's not defined. This is important because it allows screen readers to describe what's in the image for visually impaired people. [View Image Documentation](/libs/design/image/README.md)
2 changes: 1 addition & 1 deletion libs/design/navbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Supported colors: `primary | secondary | tertiary | black | white | theme | them
<design-land-example-viewer-container example="navbar-theming"></design-land-example-viewer-container>

## Contained Navbar
A navbar can be contained to a specific width by using the [Container](/libs/design/src/atoms/container/README.md) component. The layout styles set on the navbar will automatically be passed down to the container.
A navbar can be contained to a specific width by using the [Container](/libs/design/container/README.md) component. The layout styles set on the navbar will automatically be passed down to the container.

<design-land-example-viewer-container example="contained-navbar"></design-land-example-viewer-container>

Expand Down

0 comments on commit dc9f467

Please sign in to comment.