99 {% include header %}
1010 {% include deprecation-banner %}
1111
12- < div class ="container-xl px-3 px-md-6 pt-3 pb-2 ">
12+ < div class ="container-xl px-3 px-md-6 pt-3 pb-2 product-landing ">
1313 < header class ="d-lg-flex gutter-lg mb-6 ">
1414 < div class ="{% if page.product_video and page.product_video != '' %}col-12 col-lg-6 mb-3 mb-lg-0{% endif %} ">
1515 < span class ="text-mono color-text-secondary "> Product</ span >
@@ -54,7 +54,7 @@ <h1 class="mb-3 font-mktg">
5454 < div class ="d-lg-flex gutter my-6 py-6 ">
5555 < div class ="col-12 col-lg-{% if page.changelog %}4{% else %}6{% endif %} mb-4 mb-lg-0 ">
5656 < div class ="featured-links-heading mb-4 d-flex flex-items-baseline ">
57- < h3 class ="f4 text-normal text-mono text-uppercase color-text-secondary "> {% data ui.toc.guides %}</ h3 >
57+ < h3 class ="f4 text-normal text-mono text-uppercase color-text-secondary " id =" guides " > < a href =" #guides " > {% data ui.toc.guides %}</ a > </ h3 >
5858 {% unless currentCategory %}
5959 < a href ="{{ currentPath }}/guides " class ="ml-4 "> View all {% octicon "arrow-right" height="14" class="v-align-middle" %}</ a >
6060 {% endunless %}
@@ -73,7 +73,7 @@ <h4 class="link-with-intro-title mb-1">{{ link.title }}<span class="Bump-link-sy
7373
7474 < div class ="col-12 col-lg-{% if page.changelog %}4{% else %}6{% endif %} mb-4 mb-lg-0 ">
7575 < div class ="featured-links-heading mb-4 d-flex flex-items-baseline ">
76- < h3 class ="f4 text-normal text-mono text-uppercase color-text-secondary "> {% data ui.toc.popular_articles %}</ h3 >
76+ < h3 class ="f4 text-normal text-mono text-uppercase color-text-secondary " id =" popular " > < a href =" #popular " > {% data ui.toc.popular_articles %}</ a > </ h3 >
7777 </ div >
7878 < ul class ="list-style-none ">
7979 {% for link in featuredLinks.popular %}
@@ -89,7 +89,7 @@ <h2 class="link-with-intro-title f5">{{ link.title }}<span class="Bump-link-symb
8989 {% if page.changelog %}
9090 < div class ="col-12 col-lg-4 mb-4 mb-lg-0 ">
9191 < div class ="featured-links-heading mb-4 d-flex flex-items-baseline ">
92- < h3 class ="f4 text-normal text-mono text-uppercase color-text-secondary "> {% data ui.toc.whats_new %}</ h3 >
92+ < h3 class ="f4 text-normal text-mono text-uppercase color-text-secondary " id =" whats-new " > < a href =" #whats-new " > {% data ui.toc.whats_new %}</ a > </ h3 >
9393 < a href ="{{ changelogUrl }} " class ="ml-4 "> View all {% octicon "arrow-right" height="14" class="v-align-middle" %}</ a >
9494 </ div >
9595 < ul class ="list-style-none ">
@@ -127,7 +127,7 @@ <h4>{{ link.title }} <span class="Bump-link-symbol">→</span></h4>
127127 {% if featuredLinks.guideCards %}
128128 < div class ="bg-guides-gradient py-6 ">
129129 < div class ="container-xl px-3 px-md-6 my-6 ">
130- < h2 class ="font-mktg h1 mb-2 "> Guides</ h2 >
130+ < h2 class ="font-mktg h1 mb-2 " id =" guides-2 " > < a href =" #guides-2 " > Guides</ a > </ h2 >
131131
132132 < div class ="d-lg-flex gutter-lg flex-items-stretch ">
133133 {% assign guideCards = featuredLinks.guideCards %}
0 commit comments