feat: Render external docs links and descriptions (#7559)

Co-authored-by: Tim Lai <timothy.lai@smartbear.com>
This commit is contained in:
Fabian Schneider
2022-08-17 19:42:36 +02:00
committed by GitHub
parent 7dd167b626
commit 6ae2693d47
10 changed files with 443 additions and 14 deletions

View File

@@ -118,6 +118,11 @@
flex: 1;
}
}
.info__externaldocs
{
text-align: right;
}
}
.parameter__type

View File

@@ -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;
}
}
}