Skip to content

Commit

Permalink
[docs] Update styleguide and add icons (#19339)
Browse files Browse the repository at this point in the history
* Updates styleguide

* Adds new icons to EAS home page
  • Loading branch information
jonsamp committed Sep 30, 2022
1 parent 86f4b68 commit f2b8341
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@docsearch/react": "^3.2.1",
"@emotion/react": "^11.10.4",
"@expo/styleguide": "^4.1.2",
"@expo/styleguide": "^4.3.0",
"@mdx-js/loader": "^2.1.3",
"@mdx-js/mdx": "^2.1.3",
"@mdx-js/react": "^2.1.3",
Expand Down
5 changes: 3 additions & 2 deletions docs/pages/eas/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hideTOC: true
---

import { BoxLink } from '~/ui/components/BoxLink';
import { BuildIcon, StoreIcon, UpdateIcon } from '@expo/styleguide';
import { BuildIcon, EasSubmitIcon, EasMetadataIcon, UpdateIcon } from '@expo/styleguide';

Expo Application Services (EAS) are deeply integrated cloud services for Expo and React Native apps, from the team behind Expo.

Expand All @@ -22,7 +22,7 @@ Read the full pitch at [expo.dev/eas](https://expo.dev/eas), or follow the links
title="EAS Submit"
description="Upload your app to the Apple App Store or Google Play Store from the cloud with one CLI command. Learn more."
href="/submit/introduction"
Icon={StoreIcon}
Icon={EasSubmitIcon}
/>

<BoxLink
Expand All @@ -36,4 +36,5 @@ Read the full pitch at [expo.dev/eas](https://expo.dev/eas), or follow the links
title="EAS Metadata (In Beta)"
description="Upload all app store information required to get your app published. Learn more."
href="/eas/metadata/"
Icon={EasMetadataIcon}
/>
8 changes: 4 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -588,10 +588,10 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@expo/styleguide@^4.1.2":
version "4.1.2"
resolved "https://registry.yarnpkg.com/@expo/styleguide/-/styleguide-4.1.2.tgz#b27480ca32f0644ce14d776c643c648674df7f5e"
integrity sha512-9EeYwwvpd0jferqsqZLu3o5bZacOZpW+uTkW2krFDDgdzwjnvaUZL6kvEZc3LO+Mo13qu5rv6cI41hW12UhvAQ==
"@expo/styleguide@^4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@expo/styleguide/-/styleguide-4.3.0.tgz#dd711ebd2879e62796eca1f0d58c1ce48e603f51"
integrity sha512-UPjkXEUMhlM1BNKS2waK1hYJJ3xy0OQksJbqzREPk5ZfqgofDH8lSMZ0Rc7yQMI8Akfaj/pOglSfJH8wVKV1bg==

"@humanwhocodes/config-array@^0.9.2":
version "0.9.5"
Expand Down

0 comments on commit f2b8341

Please sign in to comment.