Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @adobe/gatsby-theme-aio from 4.11.12 to 4.14.4 #141

Merged
merged 3 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading