You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove hero actions with invalid links from homepage
The hero actions duplicated the LinkCard components below and used links
that the Starlight validator couldn't resolve. Removed since LinkCards
provide the same functionality and work correctly.
Copy file name to clipboardExpand all lines: src/content/docs/index.mdx
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,6 @@ hero:
10
10
dark: ../../assets/widgets-dark.webp
11
11
light: ../../assets/widgets-light.webp
12
12
alt: Adobe Commerce Storefront
13
-
actions:
14
-
- text: Storefront DEVELOPERS
15
-
link: /get-started/
16
-
aria-label: Storefront Developers
17
-
variant: primary
18
-
- text: Storefront AUTHORS
19
-
link: /merchants/storefront-builder/
20
-
aria-label: Storefront Authors
21
-
variant: minimal
22
13
# banner:
23
14
# content: |
24
15
# Currently in alpha status under active development. If you have any questions, please visit our href="https://discord.gg/xxVR2R3rRn"> Edge Delivery Discord server</a>.
0 commit comments