Skip to content

Commit

Permalink
Bump @adobe/gatsby-theme-aio from 4.11.12 to 4.14.4 (#141)
Browse files Browse the repository at this point in the history
* Bump @adobe/gatsby-theme-aio from 4.11.12 to 4.14.4

Bumps [@adobe/gatsby-theme-aio](https://github.com/adobe/aio-theme) from 4.11.12 to 4.14.4.
- [Release notes](https://github.com/adobe/aio-theme/releases)
- [Commits](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.11.12...@adobe/gatsby-theme-aio@4.14.4)

---
updated-dependencies:
- dependency-name: "@adobe/gatsby-theme-aio"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Ignore false-positive 404 links

* Linting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dima Shevtsov <shevtsov@adobe.com>
  • Loading branch information
dependabot[bot] and dshevtsov authored Jul 22, 2024
1 parent ca49d19 commit 98851dd
Show file tree
Hide file tree
Showing 5 changed files with 3,438 additions and 208 deletions.
8 changes: 7 additions & 1 deletion .remarkrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ const remarkConfig = {
remarkLintNoDeadUrls,
{
skipUrlPatterns: [
"https://www.php.net"
"https://www.php.net",
"https://www.adobe.com/products/xd/learn/get-started-xd-design.html",
"https://www.adobe.com/products/xd/learn/get-started-xd-prototype.html",
"https://www.adobe.com/products/xd/learn/get-started-xd-components-libraries.html",
"https://www.adobe.com/products/xd/learn/get-started-xd-collaboration.html",
"https://www.adobe.com/products/xd/learn/design/layout/ecommerce-website-design.html",
"https://helpx.adobe.com/xd/help/access-ui-kits.html"
]
}
]
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@ Welcome to the home of XD UI Kits for Adobe Commerce. This repository currently

## PWA Studio XD Kit

Weve put together a collection of resources that are compatible with PWA Studio to help you kick-start your next storefront design in Adobe XD. Just edit the provided assets, symbols, and templates to match your brand and experience.
We've put together a collection of resources that are compatible with PWA Studio to help you kick-start your next storefront design in Adobe XD. Just edit the provided assets, symbols, and templates to match your brand and experience.

Have questions or feedback about this kit? Let us know: [xdcommerce@adobe.com](mailto:xdcommerce@adobe.com)

* [Get the kit](/static/pwa-studio-uikit-venia-v1.3.1.xd)
* [View more UI kits](https://www.adobe.com/products/xd/features/ui-kits.html)
* [View more UI kits](https://helpx.adobe.com/xd/help/access-ui-kits.html)

## Checklist for XD kit updates

- [ ] Add the new XD kit file — with the new version number — to `src/static/`.
- [ ] Remove old XD kit file from `src/static/`.
- [ ] Update the version of the kit in the `gatsby-config.js`.
- [ ] Update the link to the kit file in `src/pages/index.md`.

* [ ] Add the new XD kit file — with the new version number — to `src/static/`.
* [ ] Remove old XD kit file from `src/static/`.
* [ ] Update the version of the kit in the `gatsby-config.js`.
* [ ] Update the link to the kit file in `src/pages/index.md`.

## How to update this site

Expand All @@ -40,7 +39,7 @@ Updating the actual kit file is a bit more complex because GitHub doesn't allow

1. Clone the repository to your computer.

```
```bash
git clone git@github.com:AdobeDocs/commerce-xd-kits.git
```

Expand All @@ -49,7 +48,8 @@ Updating the actual kit file is a bit more complex because GitHub doesn't allow
## How to deploy

For any team that wishes to deploy to the adobe.io and stage.adobe.io website, they must be in contact with the dev-site team. Teams will be given a path that will follow the pattern `adobe.io/{product}/`. This will allow doc developers to setup their subpaths to look something like:
```

```txt
adobe.io/{product}/docs
adobe.io/{product}/community
adobe.io/{product}/community/code_of_conduct
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/bdenham"
},
"dependencies": {
"@adobe/gatsby-theme-aio": "4.11.12",
"@adobe/gatsby-theme-aio": "4.14.4",
"gatsby": "4.22.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Just edit the provided assets, symbols, and templates to match your brand and ex
Have questions or feedback? Let us know at [xdcommerce@adobe.com](mailto:xdcommerce@adobe.com).

* [Get the kit](/pwa-studio-uikit-venia-v1.3.1.xd)
* [View more UI kits](https://www.adobe.com/products/xd/features/ui-kits.html)
* [View more UI kits](https://helpx.adobe.com/xd/help/access-ui-kits.html)

<TitleBlock slots="heading" width="100%" theme="light" />

Expand Down
Loading

0 comments on commit 98851dd

Please sign in to comment.