mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
show security displayName in section header
This commit is contained in:
parent
736a28f58a
commit
eae965b5ee
|
@ -73,7 +73,7 @@ export class SecurityDefs extends React.PureComponent<SecurityDefsProps> {
|
||||||
<MiddlePanel>
|
<MiddlePanel>
|
||||||
<H2>
|
<H2>
|
||||||
<ShareLink to={scheme.sectionId} />
|
<ShareLink to={scheme.sectionId} />
|
||||||
{scheme.id}
|
{scheme.displayName}
|
||||||
</H2>
|
</H2>
|
||||||
<Markdown source={scheme.description || ''} />
|
<Markdown source={scheme.description || ''} />
|
||||||
<StyledMarkdownBlock>
|
<StyledMarkdownBlock>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user