Skip to content

Commit 008d6fb

Browse files
docs(breadcrumbs): Updates images for v6. (#4506)
* docs(breadcrumbs): Updates images for v6. * Fixing image paths * chore(breadcrumbs): added token name --------- Co-authored-by: Andrew Ronaldson <aronalds@redhat.com>
1 parent 20cc48c commit 008d6fb

3 files changed

Lines changed: 138 additions & 3 deletions

File tree

packages/documentation-site/patternfly-docs/content/design-guidelines/components/breadcrumb/breadcrumb.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ id: Breadcrumb
33
section: components
44
---
55

6+
import '../components.css';
7+
68
## Usage
79

8-
<img src="./img/breadcrumb.png" alt="Example of breadcrumbs" width="990"/>
10+
<div class="ws-docs-content-img">
11+
![Breadcrumbs show under the masthead.](./img/breadcrumbs-usage.svg)
12+
</div>
913

1014
Use breadcrumbs in addition to your global navigation to display a user's location in the application.
1115

@@ -15,9 +19,11 @@ Use breadcrumbs in addition to your global navigation to display a user's locati
1519
* Breadcrumbs in PatternFly are intended to show the location of a page in the site hierarchy, and are **not intended to map the user's path through the application**.
1620

1721
## Placement
18-
Breadcrumbs should be placed underneath the masthead, at the top of the page. There should be 16px of padding both between the breadcrumb and the masthead, and between the breadcrumbs and anything that comes below.
22+
Breadcrumbs should be placed underneath the masthead, at the top of the page. There should be `--pf-t--global--spacer--md` (16px) of padding both between the breadcrumb and the masthead, and between the breadcrumbs and anything that comes below.
1923

20-
<img src="./img/placement.png" alt="Placement of breadcrumbs and padding" width="825"/>
24+
<div class="ws-docs-content-img">
25+
![Breadcrumbs shown underneath the masthead and at the top of the page above the page content.](./img/breadcrumbs-placement.svg)
26+
</div>
2127

2228
## Accessibility
2329
For information regarding accessibility, visit the [breadcrumb accessibility](/components/breadcrumb/accessibility) tab.

0 commit comments

Comments
 (0)