-
Notifications
You must be signed in to change notification settings - Fork 1
/
doc-updates-internal.html
44 lines (42 loc) · 1.65 KB
/
doc-updates-internal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: Documentation Updates
description: 'Below are recent documentation updates. <strong>This is the <span style="color:#c00;">INTERNAL version - do NOT share outside Brightcove</span></strong>. <p><strong><a href="/doc-updates.html">Public version of this doc</a></strong>.</p>'
parent: home
layout: staging
---
<!-- <h1>{{ page.title }}</h1>
<article class="bcls-article">
<summary>{{ page.description }}</summary>
{% for item in site.data.s-site-assets-data.doc-updates %}
<section class="bcls-section">
<h2 id="{{ item.date | replace: " -", "_" }}">{{ item.date }}</h2>
<hr>
{% for type in item.types %}
<h3>{{ type.type }}</h3>
{% if type.docs %}
{% for doc in type.docs %}
<strong>Title:</strong> {{ doc.Title }}<br>
<strong>Description:</strong> {{ doc.Description }}
{% if doc.Product_Update == 'true' %}
- <span style="color:#d33e00;font-weight: bold;">New Product Feature!</span>
{% endif %}
<br>
{% if type.type == 'New Brightcove Academy Courses' %}
<strong>Customer Link:</strong> <a href="{{ doc.Customer_Link }}">{{ doc.Customer_Link }}</a><br>
<strong>Employee Link:</strong> <a href="{{ doc.Employee_Link }}">{{ doc.Employee_Link }}</a><br>
{% else %}
<strong>Link:</strong> <a href="{{ doc.Link }}">{{ doc.Link }}</a><br>
{% endif %}
<strong>Product:</strong> {{ doc.Product }}<br>
<strong>Product Area:</strong> {{ doc.Product_area }}<br>
<strong>Status:</strong> <span style="color:#990000;">{{ doc.Status }}</span><br>
<hr>
{% endfor %}
{% else %}
No {{ type.type }}
<hr>
{% endif %}
{% endfor %}
</section>
{% endfor %}
</article> -->