forked from openkylin/platform_build
docs: enable 'updated' tag for resource docs
Change-Id: I070f14247088f6a88dcfdfb352615e588bf3e902
This commit is contained in:
parent
219a267408
commit
99113abd2a
|
@ -232,6 +232,9 @@ function tryPopulateResourcesNav() {
|
|||
if (tags[j] == 'new') {
|
||||
listItemNode.get(0).innerHTML += ' <span class="new">new!</span>';
|
||||
break;
|
||||
} else if (tags[j] == 'updated') {
|
||||
listItemNode.get(0).innerHTML += ' <span class="new">updated!</span>';
|
||||
break;
|
||||
}
|
||||
}
|
||||
listNode.append(listItemNode);
|
||||
|
|
Loading…
Reference in New Issue