Home
last modified time | relevance | path

Searched refs:githubUrl (Results 1 – 12 of 12) sorted by relevance

/expo/docs/ui/components/Footer/
H A DFooter.test.tsx7 import { githubUrl } from './utils';
58 describe('githubUrl', () => {
62 expect(githubUrl('/guides')).toBe(EDIT_URL_PREFIX + '/guides.mdx');
66 expect(githubUrl('/build/introduction')).toBe(EDIT_URL_PREFIX + '/build/introduction.mdx');
70 expect(githubUrl('/versions/v42.0.0')).toBe(EDIT_URL_PREFIX + '/versions/v42.0.0/index.mdx');
74 expect(githubUrl('/versions/v42.0.0/sdk/av')).toBe(
80 expect(githubUrl('/versions/latest')).toBe(EDIT_URL_PREFIX + '/versions/unversioned/index.mdx');
84 expect(githubUrl('/versions/latest/sdk/av')).toBe(
90 expect(githubUrl('/versions/unversioned')).toBe(
96 expect(githubUrl('/versions/unversioned/sdk/av')).toBe(
H A Dutils.ts1 export function githubUrl(path: string) { function
H A DLinks.tsx4 import { githubUrl } from './utils';
47 <A isStyled openInNewTab href={githubUrl(pathname)} className={LINK_CLASSES}>
/expo/docs/ui/components/CommandMenu/
H A Dtypes.ts37 githubUrl: string;
/expo/home/graphql/queries/
H A DBranchesForProjectQuery.query.graphql17 githubUrl
H A DProjectQuery.query.graphql15 githubUrl
/expo/docs/ui/components/CommandMenu/Items/
H A DRNDirectoryItem.tsx22 url={item.githubUrl}
/expo/packages/@expo/config-types/src/
H A DExpoConfig.ts59 githubUrl?: string; property
/expo/packages/@expo/config-types/build/
H A DExpoConfig.d.ts57 githubUrl?: string; property
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/
H A DwithDefaultPlugins-test.ts57 githubUrl: 'https://github.com/expo/expo',
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/
H A DwithDefaultPlugins-test.ts.snap395 "githubUrl": "https://github.com/expo/expo",
1692 "githubUrl": "https://github.com/expo/expo",
2672 "githubUrl": "https://github.com/expo/expo",
/expo/home/graphql/
H A Dtypes.ts1019 githubUrl?: Maybe<Scalars['String']>;
5469 …ame: string, username: string, published: boolean, description: string, githubUrl?: string | null,…
5507 …ame: string, username: string, published: boolean, description: string, githubUrl?: string | null,…