1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Merge branch 'main' into early-access-tweaks

This commit is contained in:
Sarah Schneider
2020-12-09 21:13:50 -05:00
committed by GitHub
241 changed files with 2625 additions and 1159 deletions

View File

@@ -1,8 +1,8 @@
{% assign product = siteTree[currentLanguage][currentVersion].products[currentProduct] %}
{% assign maxArticles = 10 %}
<div class="py-6">
<h2 class="font-mktg h1 mb-2">All {{ product.title }} docs</h2>
<div class="py-6 all-articles-list">
<h2 class="font-mktg mb-4">All {{ product.title }} docs</h2>
<div class="d-flex gutter flex-wrap">
{% for category in product.categories %}