Added link to documentation

This commit is contained in:
2023-06-27 06:52:20 +02:00
parent 1229abc0b9
commit 233f41237e
3 changed files with 16 additions and 6 deletions

View File

@@ -57,6 +57,10 @@ function entryHasExamples() {
<td class="text-center">{{ ex.output }}</td>
</tr>
</table>
<div>
<a :href="props.entryData.documentationReferenceURL" class="underline" target="_blank" rel="noreferrer noopener">W3C Documentation Reference</a>
</div>
</div>
</div>
</template>