Searched refs:InlineCode (Results 1 – 8 of 8) sorted by relevance
| /expo/docs/common/ |
| H A D | headingManager.ts | 12 InlineCode = 'inlineCode', enumerator 122 const type = sidebarType || (this.isCode(title) ? HeadingType.InlineCode : HeadingType.Text); 168 return [name, originalType, mdxType].some(it => it === HeadingType.InlineCode);
|
| H A D | headingManager.test.ts | 72 sidebarType: HeadingType.InlineCode, 79 expect(result.type).toBe(HeadingType.InlineCode);
|
| /expo/docs/components/ |
| H A D | DocumentationSidebarRight.test.tsx | 15 sidebarType: HeadingType.InlineCode,
|
| H A D | DocumentationSidebarRightLink.tsx | 129 const isCode = type === HeadingType.InlineCode;
|
| /expo/docs/components/plugins/ |
| H A D | EasJsonPropertiesTable.tsx | 28 sidebarType: HeadingType.InlineCode,
|
| H A D | AppConfigSchemaPropertiesTable.tsx | 56 sidebarType: HeadingType.InlineCode,
|
| /expo/docs/components/plugins/api/ |
| H A D | APISectionUtils.tsx | 647 sidebarType: HeadingType.InlineCode,
|
| /expo/guides/ |
| H A D | Expo Documentation Writing Style Guide.md | 317 …support formatting, all of the content will be placed directly in the `InlineCode` block, so there…
|