Home
last modified time | relevance | path

Searched refs:InlineCode (Results 1 – 8 of 8) sorted by relevance

/expo/docs/common/
H A DheadingManager.ts12 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 DheadingManager.test.ts72 sidebarType: HeadingType.InlineCode,
79 expect(result.type).toBe(HeadingType.InlineCode);
/expo/docs/components/
H A DDocumentationSidebarRight.test.tsx15 sidebarType: HeadingType.InlineCode,
H A DDocumentationSidebarRightLink.tsx129 const isCode = type === HeadingType.InlineCode;
/expo/docs/components/plugins/
H A DEasJsonPropertiesTable.tsx28 sidebarType: HeadingType.InlineCode,
H A DAppConfigSchemaPropertiesTable.tsx56 sidebarType: HeadingType.InlineCode,
/expo/docs/components/plugins/api/
H A DAPISectionUtils.tsx647 sidebarType: HeadingType.InlineCode,
/expo/guides/
H A DExpo Documentation Writing Style Guide.md317 …support formatting, all of the content will be placed directly in the `InlineCode` block, so there…