build(docs-infra): render @see
information in members (#28069)
Previously `@see` tags were only rendered for top level class-like docs. Now these tags are rendered for methods and properties too. PR Close #28069
This commit is contained in:

committed by
Andrew Kushnir

parent
fe4d3a1619
commit
cd51775390
@ -78,6 +78,14 @@ p, ol, ul, ol, li, input, a {
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 14px 0 0;
|
||||
}
|
||||
|
||||
p + ul {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
ol {
|
||||
li, p {
|
||||
margin: 4px 0;
|
||||
@ -123,8 +131,13 @@ td {
|
||||
padding: 8px 30px;
|
||||
letter-spacing: 0.30px;
|
||||
|
||||
p:first-child, p:last-child {
|
||||
margin: 0;
|
||||
> p, ul {
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user