feat(aio): comment cleanup, API table styles
- API table styling - Cleanup on resource page comments
This commit is contained in:

committed by
Matias Niemelä

parent
e263e19a2a
commit
04dc24820d
@ -5,8 +5,7 @@
|
||||
<table class="api-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$ doc.name $} Properties</th>
|
||||
<th></th>
|
||||
<th colspan="2">{$ doc.name $} Properties</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{% if doc.members.length %}
|
||||
<div class="meta-data">
|
||||
<div class="meta-data api-section">
|
||||
<h2>Metadata Properties</h2>
|
||||
{% for metadata in doc.members %}{% if not metadata.internal %}
|
||||
<div class="metadata-member">
|
||||
|
Reference in New Issue
Block a user