feat: Render external docs links and descriptions (#7559)
Co-authored-by: Tim Lai <timothy.lai@smartbear.com>
This commit is contained in:
@@ -118,6 +118,11 @@
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.info__externaldocs
|
||||
{
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.parameter__type
|
||||
|
||||
@@ -108,6 +108,12 @@
|
||||
color: #6b6b6b;
|
||||
}
|
||||
}
|
||||
|
||||
.external-docs
|
||||
{
|
||||
color: #666;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
table.model
|
||||
@@ -157,6 +163,19 @@ table.model
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
&.external-docs
|
||||
{
|
||||
td:first-child
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.renderedMarkdown p:first-child
|
||||
{
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user